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

  /external/chromium/third_party/libjingle/source/talk/base/
linux.h 45 // ConfigParser::MapVector key_val_pairs;
57 typedef std::vector<SimpleMap> MapVector;
64 virtual bool Parse(MapVector *key_val_pairs);
112 ConfigParser::MapVector cpu_info_;
linux.cc 130 bool ConfigParser::Parse(MapVector *key_val_pairs) {
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp 54 /// MapVector - An associative container with fast insertion-order
58 class MapVector {
76 ~MapVector() {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 745 talk_base::ConfigParser::MapVector all_values;
756 for (talk_base::ConfigParser::MapVector::iterator i = all_values.begin();

Completed in 168 milliseconds