OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValueContainer
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/src/system_wrappers/source/
data_log_helpers_unittest.cc
20
webrtc::
ValueContainer
<int> v1(c);
22
webrtc::
ValueContainer
<int> v2(c);
35
webrtc::
ValueContainer
<double> v1(c);
37
webrtc::
ValueContainer
<double> v2(c);
/external/webrtc/src/system_wrappers/interface/
data_log.h
74
// Note that the
ValueContainer
makes use of the copy constructor,
89
new
ValueContainer
<T>(value));
data_log_impl.h
48
class
ValueContainer
: public Container {
50
explicit
ValueContainer
(T data) : data_(data) {}
Completed in 35 milliseconds