Searched defs:FindAllExtensionNumbers (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_database.h99 virtual bool FindAllExtensionNumbers(const string& extendee_type, function in class:google::protobuf::DescriptorDatabase
151 bool FindAllExtensionNumbers(const string& extendee_type,
176 bool FindAllExtensionNumbers(const string& containing_type,
296 bool FindAllExtensionNumbers(const string& extendee_type,
325 bool FindAllExtensionNumbers(const string& extendee_type,
356 bool FindAllExtensionNumbers(const string& extendee_type,
H A Ddescriptor_database.cc198 bool SimpleDescriptorDatabase::DescriptorIndex<Value>::FindAllExtensionNumbers( function in class:google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
286 bool SimpleDescriptorDatabase::FindAllExtensionNumbers( function in class:google::protobuf::SimpleDescriptorDatabase
289 return index_.FindAllExtensionNumbers(extendee_type, output);
377 bool EncodedDescriptorDatabase::FindAllExtensionNumbers( function in class:google::protobuf::EncodedDescriptorDatabase
380 return index_.FindAllExtensionNumbers(extendee_type, output);
432 bool DescriptorPoolDatabase::FindAllExtensionNumbers( function in class:google::protobuf::DescriptorPoolDatabase
518 bool MergedDescriptorDatabase::FindAllExtensionNumbers( function in class:google::protobuf::MergedDescriptorDatabase
526 if (sources_[i]->FindAllExtensionNumbers(extendee_type, &results)) {
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.h98 virtual bool FindAllExtensionNumbers(const string& extendee_type, function in class:google::protobuf::DescriptorDatabase
150 bool FindAllExtensionNumbers(const string& extendee_type,
175 bool FindAllExtensionNumbers(const string& containing_type,
295 bool FindAllExtensionNumbers(const string& extendee_type,
324 bool FindAllExtensionNumbers(const string& extendee_type,
355 bool FindAllExtensionNumbers(const string& extendee_type,
H A Ddescriptor_database.cc198 bool SimpleDescriptorDatabase::DescriptorIndex<Value>::FindAllExtensionNumbers( function in class:google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
286 bool SimpleDescriptorDatabase::FindAllExtensionNumbers( function in class:google::protobuf::SimpleDescriptorDatabase
289 return index_.FindAllExtensionNumbers(extendee_type, output);
377 bool EncodedDescriptorDatabase::FindAllExtensionNumbers( function in class:google::protobuf::EncodedDescriptorDatabase
380 return index_.FindAllExtensionNumbers(extendee_type, output);
432 bool DescriptorPoolDatabase::FindAllExtensionNumbers( function in class:google::protobuf::DescriptorPoolDatabase
518 bool MergedDescriptorDatabase::FindAllExtensionNumbers( function in class:google::protobuf::MergedDescriptorDatabase
526 if (sources_[i]->FindAllExtensionNumbers(extendee_type, &results)) {

Completed in 142 milliseconds