Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
b06b0a689fcd328464c3217f1fc3d813418b50db
/
api
/
array_view_unittest.cc
28a325b
ArrayView, adding ctor for fixed-size views of const(expr) std::array.
by Alessio Bazzica
· 6 years ago
858c4d7
ArrayView, adding ctor for fixed-size views of std::array.
by Alessio Bazzica
· 6 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 7 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 7 years ago
[Renamed from webrtc/api/array_view_unittest.cc]
529662a
Move array_view.h to webrtc/api/
by kwiberg
· 7 years ago
[Renamed (99%) from webrtc/rtc_base/array_view_unittest.cc]
e96c45b
Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)"
by kjellander
· 7 years ago
0072511
Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)"
by Henrik Kjellander
· 7 years ago
f1c5ebf
Update includes for webrtc/{base => rtc_base} rename (3/3)
by kjellander
· 7 years ago
c036276
Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002)
by Henrik Kjellander
· 7 years ago
[Renamed from webrtc/base/array_view_unittest.cc]
ec78f1c
Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002)
by Henrik Kjellander
· 7 years ago
[Renamed from webrtc/rtc_base/array_view_unittest.cc]
6776518
Move webrtc/{base => rtc_base}
by Henrik Kjellander
· 7 years ago
[Renamed from webrtc/base/array_view_unittest.cc]
bfc7f02
ArrayView: Support compile-time constant sizes
by kwiberg
· 8 years ago
a28780e
Introduce ArrayView::subview function to return portion of the original view
by danilchap
· 8 years ago
d313403
rtc::Buffer: Let SetData and AppendData accept anything with .data() and .size()
by kwiberg
· 8 years ago
bd43172
Restrict the 1-argument ArrayView constructor to types with .size() and .data()
by kwiberg
· 8 years ago
288886b
Pass audio to AudioEncoder::Encode() in an ArrayView
by kwiberg
· 9 years ago
e2a83ee
Introduce rtc::ArrayView<T>, which keeps track of an array that it doesn't own
by Karl Wiberg
· 9 years ago