Home
last modified time | relevance | path

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

12

/third_party/protobuf/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_pool.py496 def FindMessageTypeByName(self, full_name): argument
514 def FindEnumTypeByName(self, full_name): argument
532 def FindFieldByName(self, full_name): argument
549 def FindOneofByName(self, full_name): argument
566 def FindExtensionByName(self, full_name): argument
671 def FindServiceByName(self, full_name): argument
688 def FindMethodByName(self, full_name): argument
Ddescriptor.py188 def __init__(self, options, options_class_name, name, full_name, argument
289 def __new__(cls, name, full_name, filename, containing_type, fields, argument
301 def __init__(self, name, full_name, filename, containing_type, fields, argument
536 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument
548 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
654 def __new__(cls, name, full_name, filename, values, argument
661 def __init__(self, name, full_name, filename, values, argument
758 cls, name, full_name, index, containing_type, fields, options=None, argument
764 self, name, full_name, index, containing_type, fields, options=None, argument
801 def __new__(cls, name, full_name, index, methods, options=None, argument
[all …]
Dmessage.py409 def _InternalConstructMessage(full_name): argument
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DEnumDescriptor.php13 private $full_name; variable in Google\\Protobuf\\Internal\\EnumDescriptor
23 public function setFullName($full_name)
DDescriptor.php39 private $full_name; variable in Google\\Protobuf\\Internal\\Descriptor
66 public function setFullName($full_name)
DEnumBuilderContext.php44 public function __construct($full_name, $klass, $pool)
DMessageBuilderContext.php46 public function __construct($full_name, $klass, $pool)
/third_party/toybox/toys/other/
Dmodinfo.c41 static void modinfo_file(char *full_name) in modinfo_file()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_name_resolver.cc54 std::string StripPackageName(const std::string& full_name, in StripPackageName()
86 std::string full_name = in ClassNameWithoutPackage() local
Djava_shared_code_generator.cc168 std::string full_name; in GenerateDescriptors() local
/third_party/mesa3d/src/amd/compiler/tests/
Dcheck_output.py500 full_name = test_name + '/' + test_variant variable
502 full_name = test_name variable
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_function.c234 char full_name[100]; in dxil_alloc_func_with_rettype() local
/third_party/mesa3d/src/imagination/csbgen/
Dgen_pack_header.py110 def full_name(self) -> str: member in Node
144 def full_name(self) -> str: member in Csbgen
/third_party/ffmpeg/libavcodec/
Dmediacodecdec.c523 #define DECLARE_MEDIACODEC_VDEC(short_name, full_name, codec_id, bsf) \ argument
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc1091 bool DescriptorPool::Tables::AddSymbol(const std::string& full_name, in AddSymbol()
4022 bool DescriptorBuilder::AddSymbol(const std::string& full_name, in AddSymbol()
4107 const std::string& full_name, in ValidateSymbolName()
4592 std::string* full_name; in AllocateNameString() local
4607 std::string* full_name = AllocateNameString(scope, proto.name()); in BuildMessage() local
4746 std::string* full_name = AllocateNameString(scope, proto.name()); in BuildFieldOrExtension() local
5101 std::string* full_name = in BuildOneof() local
5196 std::string* full_name = AllocateNameString(scope, proto.name()); in BuildEnum() local
5296 std::string* full_name = tables_->AllocateEmptyString(); in BuildEnumValue() local
5361 std::string* full_name = AllocateNameString(file_->package(), proto.name()); in BuildService() local
[all …]
Ddescriptor_database.cc53 std::string full_name = prefix.empty() in RecordMessageNames() local
/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc161 std::string GetTypeUrl(std::string full_name) { in GetTypeUrl()
/third_party/benchmark/src/
Dbenchmark_register.cc166 const auto full_name = instance.name().str(); in FindBenchmarks() local
/third_party/skia/third_party/externals/freetype/include/freetype/
Dt1tables.h92 FT_String* full_name; member
/third_party/freetype/include/freetype/
Dt1tables.h92 FT_String* full_name; member
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/
Dt1tables.h93 FT_String* full_name; member
/third_party/gstreamer/gstreamer/libs/gst/helpers/
Dgst_gdb.py692 def full_name(self): member in GdbGstObject
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/
Dgsttranscoder.c502 gchar *full_name; in dump_dot_file() local
/third_party/freetype/include/freetype/internal/
Dcfftypes.h189 FT_UInt full_name; member

12