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

/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.h99 virtual bool FindAllExtensionNumbers(const string& /* extendee_type */, function in class:google::protobuf::DescriptorDatabase
152 bool FindAllExtensionNumbers(const string& extendee_type,
177 bool FindAllExtensionNumbers(const string& containing_type,
297 bool FindAllExtensionNumbers(const string& extendee_type,
326 bool FindAllExtensionNumbers(const string& extendee_type,
357 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);
378 bool EncodedDescriptorDatabase::FindAllExtensionNumbers( function in class:google::protobuf::EncodedDescriptorDatabase
381 return index_.FindAllExtensionNumbers(extendee_type, output);
433 bool DescriptorPoolDatabase::FindAllExtensionNumbers( function in class:google::protobuf::DescriptorPoolDatabase
519 bool MergedDescriptorDatabase::FindAllExtensionNumbers( function in class:google::protobuf::MergedDescriptorDatabase
527 if (sources_[i]->FindAllExtensionNumbers(extendee_type, &results)) {

Completed in 81 milliseconds