OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FindSymbol
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/
descriptor_database.cc
180
Value SimpleDescriptorDatabase::DescriptorIndex<Value>::
FindSymbol
(
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);
descriptor.cc
343
inline Symbol
FindSymbol
(const string& key) const;
546
inline Symbol DescriptorPool::Tables::
FindSymbol
(const string& key) const {
576
Symbol result =
FindSymbol
(name);
587
result =
FindSymbol
(name);
888
Symbol result = tables_->
FindSymbol
(symbol_name);
896
Symbol result = tables_->
FindSymbol
(symbol_name);
[
all
...]
Completed in 63 milliseconds