HomeSort by relevance Sort by last modified time
    Searched full:by_extension_ (Results 1 - 7 of 7) sorted by null

  /external/protobuf/src/google/protobuf/
descriptor_database.cc 156 if (!InsertIfNotPresent(&by_extension_,
192 return FindWithDefault(by_extension_,
202 by_extension_.lower_bound(make_pair(containing_type, 0));
205 for (; it != by_extension_.end() && it->first.first == containing_type;
descriptor_database.h 183 map<pair<string, int>, Value> by_extension_; member in class:google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h 182 map<pair<string, int>, Value> by_extension_; member in class:google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h 182 map<pair<string, int>, Value> by_extension_; member in class:google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor_database.h 182 map<pair<string, int>, Value> by_extension_; member in class:google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor_database.h 183 map<pair<string, int>, Value> by_extension_; member in class:google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor_database.h 182 map<pair<string, int>, Value> by_extension_; member in class:google::protobuf::SimpleDescriptorDatabase::DescriptorIndex

Completed in 3603 milliseconds