Private Member Functions | |
std::map< std::string, Value >::iterator | FindLastLessOrEqual (const std::string &name) |
bool | IsSubSymbol (const std::string &sub_symbol, const std::string &super_symbol) |
bool | ValidateSymbolName (const std::string &name) |
Private Attributes | |
std::map< std::pair< std::string, int >, Value > | by_extension_ |
std::map< std::string, Value > | by_name_ |
std::map< std::string, Value > | by_symbol_ |
Definition at line 196 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor_database.h.
bool google::protobuf::SimpleDescriptorDatabase::DescriptorIndex< Value >::AddExtension | ( | const std::string & | filename, |
const FieldDescriptorProto & | field, | ||
Value | value | ||
) |
bool google::protobuf::SimpleDescriptorDatabase::DescriptorIndex< Value >::AddExtension | ( | const std::string & | filename, |
const FieldDescriptorProto & | field, | ||
Value | value | ||
) |
Definition at line 222 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor_database.cc.
bool google::protobuf::SimpleDescriptorDatabase::DescriptorIndex< Value >::AddFile | ( | const FileDescriptorProto & | file, |
Value | value | ||
) |
bool google::protobuf::SimpleDescriptorDatabase::DescriptorIndex< Value >::AddFile | ( | const FileDescriptorProto & | file, |
Value | value | ||
) |
Definition at line 117 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor_database.cc.
bool google::protobuf::SimpleDescriptorDatabase::DescriptorIndex< Value >::AddNestedExtensions | ( | const std::string & | filename, |
const DescriptorProto & | message_type, | ||
Value | value | ||
) |
bool google::protobuf::SimpleDescriptorDatabase::DescriptorIndex< Value >::AddNestedExtensions | ( | const std::string & | filename, |
const DescriptorProto & | message_type, | ||
Value | value | ||
) |
Definition at line 208 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor_database.cc.
bool google::protobuf::SimpleDescriptorDatabase::DescriptorIndex< Value >::AddSymbol | ( | const std::string & | name, |
Value | value | ||
) |
bool google::protobuf::SimpleDescriptorDatabase::DescriptorIndex< Value >::AddSymbol | ( | const std::string & | name, |
Value | value | ||
) |
Definition at line 150 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor_database.cc.
bool google::protobuf::SimpleDescriptorDatabase::DescriptorIndex< Value >::FindAllExtensionNumbers | ( | const std::string & | containing_type, |
std::vector< int > * | output | ||
) |
bool google::protobuf::SimpleDescriptorDatabase::DescriptorIndex< Value >::FindAllExtensionNumbers | ( | const std::string & | containing_type, |
std::vector< int > * | output | ||
) |
Definition at line 271 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor_database.cc.
void google::protobuf::SimpleDescriptorDatabase::DescriptorIndex< Value >::FindAllFileNames | ( | std::vector< std::string > * | output | ) |
void google::protobuf::SimpleDescriptorDatabase::DescriptorIndex< Value >::FindAllFileNames | ( | std::vector< std::string > * | output | ) |
Definition at line 287 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor_database.cc.
Value google::protobuf::SimpleDescriptorDatabase::DescriptorIndex< Value >::FindExtension | ( | const std::string & | containing_type, |
int | field_number | ||
) |
Value google::protobuf::SimpleDescriptorDatabase::DescriptorIndex< Value >::FindExtension | ( | const std::string & | containing_type, |
int | field_number | ||
) |
Definition at line 264 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor_database.cc.
Value google::protobuf::SimpleDescriptorDatabase::DescriptorIndex< Value >::FindFile | ( | const std::string & | filename | ) |
Value google::protobuf::SimpleDescriptorDatabase::DescriptorIndex< Value >::FindFile | ( | const std::string & | filename | ) |
Definition at line 247 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor_database.cc.
|
private |
Definition at line 299 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor_database.cc.
Value google::protobuf::SimpleDescriptorDatabase::DescriptorIndex< Value >::FindSymbol | ( | const std::string & | name | ) |
Value google::protobuf::SimpleDescriptorDatabase::DescriptorIndex< Value >::FindSymbol | ( | const std::string & | name | ) |
Definition at line 253 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor_database.cc.
|
private |
Definition at line 311 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor_database.cc.
|
private |
Definition at line 319 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor_database.cc.
|
private |
Definition at line 217 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor_database.h.
|
private |
Definition at line 215 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor_database.h.
|
private |
Definition at line 216 of file bloaty/third_party/protobuf/src/google/protobuf/descriptor_database.h.