Home
last modified time | relevance | path

Searched refs:FindSymbol (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor_database.cc180 Value SimpleDescriptorDatabase::DescriptorIndex<Value>::FindSymbol( in FindSymbol() function in google::protobuf::SimpleDescriptorDatabase::DescriptorIndex
276 return MaybeCopy(index_.FindSymbol(symbol_name), output); in FindFileContainingSymbol()
337 return MaybeParse(index_.FindSymbol(symbol_name), output); in FindFileContainingSymbol()
343 pair<const void*, int> encoded_file = index_.FindSymbol(symbol_name); in FindNameOfFileContainingSymbol()
Ddescriptor.cc343 inline Symbol FindSymbol(const string& key) const;
546 inline Symbol DescriptorPool::Tables::FindSymbol(const string& key) const { in FindSymbol() function in google::protobuf::DescriptorPool::Tables
576 Symbol result = FindSymbol(name); in FindByNameHelper()
587 result = FindSymbol(name); in FindByNameHelper()
888 Symbol result = tables_->FindSymbol(symbol_name); in FindFileContainingSymbol()
896 Symbol result = tables_->FindSymbol(symbol_name); in FindFileContainingSymbol()
1893 Symbol FindSymbol(const string& name);
2271 result = pool->tables_->FindSymbol(name); in FindSymbolNotEnforcingDeps()
2280 Symbol DescriptorBuilder::FindSymbol(const string& name) { in FindSymbol() function in google::protobuf::DescriptorBuilder
2325 return FindSymbol(name.substr(1)); in LookupSymbolNoPlaceholder()
[all …]
Ddescriptor_database.h173 Value FindSymbol(const string& name);
/external/qemu/distrib/sdl-1.2.15/src/loadso/macos/
DSDL_sysloadso.c86 if ( FindSymbol(library_id, C2PStr(pname), in SDL_LoadFunction()
/external/qemu/distrib/sdl-1.2.15/src/timer/macos/
DFastTimes.c347 if (/* error = */ FindSymbol(connID, funcName, &func, &symClass)) in FindFunctionInSharedLib()