Searched refs:FindSymbol (Results 1 – 5 of 5) sorted by relevance
180 Value SimpleDescriptorDatabase::DescriptorIndex<Value>::FindSymbol( in FindSymbol() function in google::protobuf::SimpleDescriptorDatabase::DescriptorIndex276 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()
343 inline Symbol FindSymbol(const string& key) const;546 inline Symbol DescriptorPool::Tables::FindSymbol(const string& key) const { in FindSymbol() function in google::protobuf::DescriptorPool::Tables576 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::DescriptorBuilder2325 return FindSymbol(name.substr(1)); in LookupSymbolNoPlaceholder()[all …]
173 Value FindSymbol(const string& name);
86 if ( FindSymbol(library_id, C2PStr(pname), in SDL_LoadFunction()
347 if (/* error = */ FindSymbol(connID, funcName, &func, &symClass)) in FindFunctionInSharedLib()