Home
last modified time | relevance | path

Searched refs:GetSymbol (Results 1 - 10 of 10) sorted by relevance

/third_party/protobuf/python/google/protobuf/internal/
H A Dsymbol_database_test.py80 unittest_pb2.TestAllTypes, self._Database().GetSymbol(
83 unittest_pb2.TestAllTypes.NestedMessage, self._Database().GetSymbol(
86 unittest_pb2.TestAllTypes.OptionalGroup, self._Database().GetSymbol(
89 unittest_pb2.TestAllTypes.RepeatedGroup, self._Database().GetSymbol(
H A Dgenerator_test.py325 unittest_pb2.TestAllTypes, symbol_database.Default().GetSymbol(
329 symbol_database.Default().GetSymbol(
332 symbol_database.Default().GetSymbol('protobuf_unittest.NestedMessage')
335 symbol_database.Default().GetSymbol(
339 symbol_database.Default().GetSymbol(
/third_party/node/deps/v8/src/profiler/
H A Dstrings-storage.cc79 const char* StringsStorage::GetSymbol(Symbol sym) { in GetSymbol() function in v8::internal::StringsStorage
105 return GetSymbol(Symbol::cast(name)); in GetName()
128 return GetSymbol(Symbol::cast(name)); in GetConsName()
H A Dstrings-storage.h64 const char* GetSymbol(Symbol sym);
/third_party/protobuf/python/google/protobuf/
H A Dsymbol_database.py57 my_message_instance = db.GetSymbol('MyMessage')()
72 Calls to GetSymbol() and GetMessages() will return messages registered here.
132 def GetSymbol(self, symbol): member in SymbolDatabase
H A Dmessage.py413 return symbol_database.Default().GetSymbol(full_name)()
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc351 return factory()->NewStringLiteral(GetSymbol(), pos); in ExpressionFromLiteral()
1202 return GetSymbol(); in ParseModuleSpecifier()
1273 return GetSymbol(); in ParseExportSpecifierName()
1278 const AstRawString* export_name = GetSymbol(); in ParseExportSpecifierName()
1382 Check(Token::STRING) ? GetSymbol() : ParsePropertyName(); in ParseImportAssertClause()
1389 const AstRawString* attribute_value = GetSymbol(); in ParseImportAssertClause()
H A Dparser.h773 V8_INLINE const AstRawString* GetSymbol() const { in GetSymbol() function in v8::internal::Parser
779 V8_INLINE const AstRawString* GetIdentifier() const { return GetSymbol(); } in GetIdentifier()
H A Dparser-base.h1754 if (peek() == Token::COLON) return impl()->GetSymbol(); in ParsePropertyName()
1770 name = impl()->GetSymbol(); in ParsePropertyOrPrivatePropertyName()
2269 prop_info->name = peek() == Token::COLON ? impl()->GetSymbol() in ParseProperty()
2279 prop_info->name = impl()->GetSymbol(); in ParseProperty()
H A Dpreparser.h1511 PreParserIdentifier GetSymbol() const { in GetSymbol() function in v8::internal::PreParser

Completed in 24 milliseconds