HomeSort by relevance Sort by last modified time
    Searched refs:ValueContainer (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/webrtc/system_wrappers/source/
data_log_helpers_unittest.cc 21 webrtc::ValueContainer<int> v1(c);
23 webrtc::ValueContainer<int> v2(c);
36 webrtc::ValueContainer<double> v1(c);
38 webrtc::ValueContainer<double> v2(c);
  /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/chromium_org/third_party/webrtc/system_wrappers/interface/
data_log.h 72 // Note that the ValueContainer makes use of the copy constructor,
87 new ValueContainer<T>(value));
data_log_impl.h 46 class ValueContainer : public Container {
48 explicit ValueContainer(T data) : data_(data) {}
  /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 61 milliseconds