HomeSort by relevance Sort by last modified time
    Searched refs:ValueContainer (Results 1 - 3 of 3) 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/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) {}

Completed in 194 milliseconds