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

/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc180 Value SimpleDescriptorDatabase::DescriptorIndex<Value>::FindSymbol( function in class:google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
276 return MaybeCopy(index_.FindSymbol(symbol_name), output);
337 return MaybeParse(index_.FindSymbol(symbol_name), output);
343 pair<const void*, int> encoded_file = index_.FindSymbol(symbol_name);
H A Ddescriptor.cc343 inline Symbol FindSymbol(const string& key) const;
546 inline Symbol DescriptorPool::Tables::FindSymbol(const string& key) const { function in class:google::protobuf::DescriptorPool::Tables
576 Symbol result = FindSymbol(name);
587 result = FindSymbol(name);
888 Symbol result = tables_->FindSymbol(symbol_name);
896 Symbol result = tables_->FindSymbol(symbol_name);
1889 // Like tables_->FindSymbol(), but additionally:
1893 Symbol FindSymbol(const string& name);
1895 // Like FindSymbol() but does not require that the symbol is in one of the
1899 // Like FindSymbol(), bu
2280 Symbol DescriptorBuilder::FindSymbol(const string& name) { function in class:google::protobuf::DescriptorBuilder
[all...]

Completed in 141 milliseconds