Karl Wiberg e2a83eee73 Introduce rtc::ArrayView<T>, which keeps track of an array that it doesn't own
The main intended use case is as a function argument, replacing the
harder-to-read and harder-to-use separate pointer and size arguments.
It's easier to read because it's just one argument instead of two, and
with clearly defined semantics; it's easier to use because it has
iterators, and will automatically figure out the size of arrays.

BUG=webrtc:5028
R=andrew@webrtc.org, solenberg@webrtc.org

Review URL: https://codereview.webrtc.org/1408403002 .

Cr-Commit-Position: refs/heads/master@{#10415}
2015-10-26 18:51:42 +00:00
..
2015-09-24 13:07:04 +00:00
2015-09-24 13:07:04 +00:00
2015-04-20 12:03:00 +00:00
2015-10-23 13:01:14 +00:00
2015-04-02 10:31:00 +00:00
2015-04-20 12:03:00 +00:00
2015-06-10 18:33:24 +00:00
2015-08-15 16:28:46 +00:00
2015-05-21 11:50:41 +00:00
2015-05-21 11:50:41 +00:00
2015-04-01 22:25:29 +00:00
2015-10-08 16:43:03 +00:00
2015-10-08 16:43:03 +00:00
2015-04-01 15:08:49 +00:00
2015-10-07 11:58:00 +00:00
2015-09-22 18:58:13 +00:00
2015-10-08 16:43:03 +00:00
2015-10-08 16:43:03 +00:00
2015-10-07 11:58:00 +00:00