OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MultiValueContainer
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/system_wrappers/source/
data_log_helpers_unittest.cc
51
webrtc::
MultiValueContainer
<int> m1(a, 3);
52
webrtc::
MultiValueContainer
<int> m2(b, 3);
53
webrtc::
MultiValueContainer
<int> m3(a, 3);
/external/webrtc/src/system_wrappers/interface/
data_log.h
94
// Note that the
MultiValueContainer
makes use of the copy constructor,
110
new
MultiValueContainer
<T>(array, length));
data_log_impl.h
64
class
MultiValueContainer
: public Container {
66
MultiValueContainer
(const T* data, int length)
Completed in 218 milliseconds