Searched defs:LookupSymbol (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptorPool.cs266 internal IDescriptor LookupSymbol(string name, IDescriptor relativeTo) method in class:Google.Protobuf.Reflection.DescriptorPool
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCContext.cpp147 MCSymbol *MCContext::LookupSymbol(StringRef Name) const { function in class:MCContext
/external/google-breakpad/src/client/mac/handler/
H A Ddynamic_images.cc346 static uint64_t LookupSymbol(const char* symbol_name, function in namespace:google_breakpad
407 return LookupSymbol<MachO64>(imageSymbolName, dyldPath, cpu_type_);
408 return LookupSymbol<MachO32>(imageSymbolName, dyldPath, cpu_type_);
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc2798 // If LookupSymbol() finds a symbol that is in a file which is not a declared
2808 // If LookupSymbol() could resolve a symbol which is not defined,
2826 // only be called after LookupSymbol() fails.
2862 // parents, etc. For example, LookupSymbol("foo.bar", "baz.qux.corge") makes
2871 // that LookupSymbol may still return a non-type symbol in LOOKUP_TYPES mode,
2882 Symbol LookupSymbol(const string& name, const string& relative_to,
2886 // Like LookupSymbol() but will not return a placeholder even if
2892 // Creates a placeholder type suitable for return from LookupSymbol(). May
3460 Symbol DescriptorBuilder::LookupSymbol( function in class:google::protobuf::DescriptorBuilder
3703 // We add the dummy token so that LookupSymbol doe
[all...]

Completed in 146 milliseconds