Home
last modified time | relevance | path

Searched defs:full_name (Results 1 – 14 of 14) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dproto_builder.py44 def _GetMessageFromFactory(factory, full_name): argument
60 def MakeSimpleProtoClass(fields, full_name=None, pool=None): argument
116 def _MakeFileDescriptorProto(proto_file_name, full_name, field_items): argument
Ddescriptor.py139 def __init__(self, options, options_class_name, name, full_name, argument
258 def __new__(cls, name, full_name, filename, containing_type, fields, argument
269 def __init__(self, name, full_name, filename, containing_type, fields, argument
497 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument
507 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
598 def __new__(cls, name, full_name, filename, values, argument
604 def __init__(self, name, full_name, filename, values, argument
686 cls, name, full_name, index, containing_type, fields, options=None): argument
691 self, name, full_name, index, containing_type, fields, options=None): argument
722 …def __new__(cls, name, full_name, index, methods, options=None, file=None, # pylint: disable=rede… argument
[all …]
Ddescriptor_pool.py243 def FindMessageTypeByName(self, full_name): argument
258 def FindEnumTypeByName(self, full_name): argument
273 def FindFieldByName(self, full_name): argument
287 def FindExtensionByName(self, full_name): argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_name_resolver.cc54 string StripPackageName(const string& full_name, in StripPackageName()
87 string full_name = StripPackageName(descriptor->full_name(), in ClassNameWithoutPackage() local
Djava_helpers.cc207 string ToJavaName(const string& full_name, in ToJavaName()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dany.cc80 string full_name; in InternalIs() local
Ddescriptor.cc914 const string& full_name, Symbol symbol) { in AddSymbol()
3591 const string& full_name, const void* parent, const string& name, in AddSymbol()
3656 const string& name, const string& full_name, const Message& proto) { in ValidateSymbolName()
4063 string* full_name = tables_->AllocateString(scope); in BuildMessage() local
4200 string* full_name = tables_->AllocateString(scope); in BuildFieldOrExtension() local
4517 string* full_name = tables_->AllocateString(parent->full_name()); in BuildOneof() local
4548 string* full_name = tables_->AllocateString(scope); in BuildEnum() local
4591 string* full_name = tables_->AllocateString(*parent->full_name_); in BuildEnumValue() local
4653 string* full_name = tables_->AllocateString(file_->package()); in BuildService() local
4682 string* full_name = tables_->AllocateString(parent->full_name()); in BuildMethod() local
/frameworks/base/tools/aapt2/link/
DReferenceLinker.cpp284 ResourceName& full_name = fully_qualified.name.value(); in WriteResourceName() local
314 ResourceName& full_name = fully_qualified.name.value(); in WriteAttributeName() local
/frameworks/opt/gamesdk/samples/tuningfork/prototest/src/
Ddynamicproto.cc73 void extensionsOf(const FileDescriptor* desc, const std::string& full_name, in extensionsOf()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dtype_resolver_util_test.cc146 string GetTypeUrl(string full_name) { in GetTypeUrl()
/frameworks/base/cmds/idmap2/libidmap2/
DIdmap.cpp417 const std::string full_name = in FromApkAssets() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.h2456 inline const char* Def::full_name() const { return upb_def_fullname(this); } in full_name() function
2506 inline const char* FieldDef::full_name() const { in full_name() function
2671 inline const char *MessageDef::full_name() const { in full_name() function
2858 inline const char* EnumDef::full_name() const { in full_name() function
2910 inline const char* OneofDef::full_name() const { in full_name() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc380 string full_name = temp_directory_ + "/" + name; in Run() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc1966 ScopedPyObjectPtr full_name(PyObject_GetAttr(extension_handle, kfull_name)); in CheckAndGetInteger() local