/third_party/protobuf/python/google/protobuf/ |
D | proto_builder.py | 44 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
|
D | descriptor_pool.py | 496 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
|
D | descriptor.py | 188 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 …]
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | EnumDescriptor.php | 13 private $full_name; variable in Google\\Protobuf\\Internal\\EnumDescriptor 23 public function setFullName($full_name)
|
D | Descriptor.php | 39 private $full_name; variable in Google\\Protobuf\\Internal\\Descriptor 66 public function setFullName($full_name)
|
D | EnumBuilderContext.php | 44 public function __construct($full_name, $klass, $pool)
|
D | MessageBuilderContext.php | 46 public function __construct($full_name, $klass, $pool)
|
/third_party/mindspore/mindspore/core/utils/ |
D | trace_info.h | 40 TraceInfo(const DebugInfoPtr &info, const std::string &full_name, const std::string &symbol) { in TraceInfo() 52 virtual std::string full_name() const { return full_name_; } in full_name() function 258 std::string full_name() const override { return full_name_ + counter_ + "_"; } in full_name() function 337 std::string full_name() const override { return full_name_ + transform_name_; } in full_name() function
|
/third_party/toybox/toys/other/ |
D | modinfo.c | 41 static void modinfo_file(char *full_name) in modinfo_file()
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_name_resolver.cc | 54 std::string StripPackageName(const std::string& full_name, in StripPackageName() 86 std::string full_name = in ClassNameWithoutPackage() local
|
D | java_shared_code_generator.cc | 168 std::string full_name; in GenerateDescriptors() local
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/ |
D | mul_add_fusion.cc | 41 auto full_name = cnode->fullname_with_scope(); in GetMul() local
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/buffer_fusion/ |
D | fusion_base_pass.h | 51 std::string full_name; member
|
/third_party/glib/gmodule/ |
D | gmodule-ar.c | 107 gchar* full_name; in _g_module_open() local
|
/third_party/boost/boost/beast/_experimental/unit_test/ |
D | suite_info.hpp | 77 full_name() const in full_name() function in boost::beast::unit_test::suite_info
|
/third_party/boost/libs/beast/include/boost/beast/_experimental/unit_test/ |
D | suite_info.hpp | 77 full_name() const in full_name() function in boost::beast::unit_test::suite_info
|
/third_party/boost/libs/flyweight/example/ |
D | basic.cpp | 91 std::string full_name(const user_entry& user) in full_name() function
|
/third_party/boost/boost/test/tree/ |
D | test_case_template.hpp | 89 std::string full_name; in operator ()() local
|
/third_party/grpc/third_party/upb/upb/ |
D | def.hpp | 34 const char* full_name() const { return upb_fielddef_fullname(ptr_); } in full_name() function in upb::FieldDefPtr 175 const char* full_name() const { return upb_msgdef_fullname(ptr_); } in full_name() function in upb::MessageDefPtr 294 const char* full_name() const { return upb_enumdef_fullname(ptr_); } in full_name() function in upb::EnumDefPtr
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | check_output.py | 500 full_name = test_name + '/' + test_variant variable 502 full_name = test_name variable
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
D | varyings_test.cpp | 209 char *const full_name = interface_field_name(simple_interface); in TEST_F() local
|
/third_party/mindspore/tests/ut/cpp/tbe/ |
D | tbe_json_creator_test.cc | 291 …std::string full_name = "FusionOp_" + AnfAlgo::GetCNodeName(relu1) + "_" + AnfAlgo::GetCNodeName(r… in TEST_F() local 350 …std::string full_name = "FusionOp_" + AnfAlgo::GetCNodeName(add) + "_" + AnfAlgo::GetCNodeName(con… in TEST_F() local
|
/third_party/flatbuffers/src/ |
D | flatc.cpp | 65 std::stringstream full_name; in GetUsageString() local
|
D | idl_gen_json_schema.cpp | 28 std::string full_name; in GenFullName() local
|
/third_party/grpc/src/compiler/ |
D | node_generator.cc | 125 std::string full_name = descriptor->full_name(); in PrintMessageTransformer() local
|