Searched refs:ValueContainer (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Ddata_log_helpers_unittest.cc20 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/
H A Ddata_log_impl.h48 class ValueContainer : public Container { class in namespace:webrtc
50 explicit ValueContainer(T data) : data_(data) {} function in class:webrtc::ValueContainer
H A Ddata_log.h74 // Note that the ValueContainer makes use of the copy constructor,
89 new ValueContainer<T>(value));

Completed in 85 milliseconds