Home
last modified time | relevance | path

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

123

/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 …]
/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/mindspore/mindspore/core/utils/
Dtrace_info.h40 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/
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/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dmul_add_fusion.cc41 auto full_name = cnode->fullname_with_scope(); in GetMul() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/buffer_fusion/
Dfusion_base_pass.h51 std::string full_name; member
/third_party/glib/gmodule/
Dgmodule-ar.c107 gchar* full_name; in _g_module_open() local
/third_party/boost/boost/beast/_experimental/unit_test/
Dsuite_info.hpp77 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/
Dsuite_info.hpp77 full_name() const in full_name() function in boost::beast::unit_test::suite_info
/third_party/boost/libs/flyweight/example/
Dbasic.cpp91 std::string full_name(const user_entry& user) in full_name() function
/third_party/boost/boost/test/tree/
Dtest_case_template.hpp89 std::string full_name; in operator ()() local
/third_party/grpc/third_party/upb/upb/
Ddef.hpp34 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/
Dcheck_output.py500 full_name = test_name + '/' + test_variant variable
502 full_name = test_name variable
/third_party/mesa3d/src/compiler/glsl/tests/
Dvaryings_test.cpp209 char *const full_name = interface_field_name(simple_interface); in TEST_F() local
/third_party/mindspore/tests/ut/cpp/tbe/
Dtbe_json_creator_test.cc291 …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/
Dflatc.cpp65 std::stringstream full_name; in GetUsageString() local
Didl_gen_json_schema.cpp28 std::string full_name; in GenFullName() local
/third_party/grpc/src/compiler/
Dnode_generator.cc125 std::string full_name = descriptor->full_name(); in PrintMessageTransformer() local

123