Home
last modified time | relevance | path

Searched defs:class_type (Results 1 – 25 of 27) sorted by relevance

12

/third_party/protobuf/php/ext/google/protobuf/
Darena.c26 static zend_object* Arena_Create(zend_class_entry* class_type) { in Arena_Create()
Darray.c49 static zend_object* RepeatedField_create(zend_class_entry* class_type) { in RepeatedField_create()
494 zend_object* RepeatedFieldIter_create(zend_class_entry* class_type) { in RepeatedFieldIter_create()
Dmap.c64 static zend_object* MapField_create(zend_class_entry* class_type) { in MapField_create()
488 zend_object* MapFieldIter_create(zend_class_entry* class_type) { in MapFieldIter_create()
Dconvert.c509 zend_class_entry class_type; in Convert_ModuleInit() local
Dmessage.c40 static void Message_SuppressDefaultProperties(zend_class_entry* class_type) { in Message_SuppressDefaultProperties()
62 static zend_object* Message_create(zend_class_entry* class_type) { in Message_create()
Ddef.c28 static zend_object* CreateHandler_ReturnNull(zend_class_entry* class_type) { in CreateHandler_ReturnNull()
1130 zend_class_entry class_type; in Def_ModuleInit() local
/third_party/alsa-utils/topology/
Dpre-processor.h43 char *class_type; member
Dpre-process-object.c1111 const char *class_type, *class_name; in tplg_object_get_map() local
1223 const char *obj_id, *class_name, *class_type; in tplg_object_update() local
1564 snd_config_t *class_type) in tplg_object_get_instance_config()
1963 const char *id, *class_type, *class_name; in tplg_pre_process_objects() local
Dpre-process-class.c97 const char *class_type, *class_name; in tplg_class_lookup() local
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp.py51 def _swig_setattr_nondynamic(self, class_type, name, value, static=1): argument
70 def _swig_setattr(self, class_type, name, value): argument
74 def _swig_getattr(self, class_type, name): argument
/third_party/skia/m133/third_party/externals/libwebp/swig/
Dlibwebp.py51 def _swig_setattr_nondynamic(self, class_type, name, value, static=1): argument
70 def _swig_setattr(self, class_type, name, value): argument
74 def _swig_getattr(self, class_type, name): argument
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dnamed.h162 explicit MindIRClassType(const std::string &class_type) : Named(class_type) {} in MindIRClassType()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/parse/
Ddata_converter.cc409 auto class_type = ConvertPrimitiveClassType(obj); in ConvertPrimitive() local
436 auto class_type = ConvertPrimitiveClassType(obj); in ConvertPrimitiveFunction() local
1039 auto class_type = in GetClassInstanceType() local
1046 auto class_type = GetClassInstanceType(obj); in IsCellInstance() local
1052 auto class_type = GetClassInstanceType(obj); in IsNumpyArrayInstance() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/debug/
Dmindir_exporter.cc1038 auto class_type = GetValueNode<MindIRClassTypePtr>(node)->name(); in GetOpTypeName() local
1387 auto class_type = GetValue<MindIRClassTypePtr>(value)->name(); in SetNamedValueToAttributeProto() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Dconvert_utils_py.cc392 auto class_type = value->cast<parse::ClassTypePtr>(); in __anonb813dc430f02() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dauto_monad.cc93 int GetSideEffectPropagate(const ClassTypePtr &class_type) { in GetSideEffectPropagate()
1113 auto class_type = GetValueNode<ClassTypePtr>(func_cnode->input(0)); in TraceEffectInfoForCNode() local
/third_party/mindspore/mindspore-src/source/mindspore/core/load_mindir/
Dload_model.cc1629 auto class_type = static_cast<std::string>(attr_proto.s()); in BuildValueFromAttributeProto() local
2331 auto class_type = node_name.substr(std::string("ClassType::").length()); in GetAnfNode() local
/third_party/libabigail/src/
Dabg-writer.cc2053 class_decl_sptr class_type(c, noop_deleter()); in write_decl_in_scope() local
2496 if (class_decl_sptr class_type = is_class_type(t)) in write_translation_unit() local
Dabg-dwarf-reader.cc12248 class_decl_sptr class_type; in build_translation_unit_and_add_to_ir() local
12865 const class_or_union_sptr& class_type) in is_function_for_die_a_member_of_class()
12918 const class_or_union_sptr& class_type, in add_or_update_member_function()
13001 class_decl_sptr class_type = is_class_type(i->second); in add_or_update_class_type() local
14593 if (class_decl* class_type = is_class_type(scope)) in build_or_get_var_decl_if_not_suppressed() local
Dabg-ir.cc9218 class_or_union_sptr class_type = fn_type.get_class_type(); in get_method_type_name() local
13931 maybe_update_types_lookup_map<class_decl>(const class_decl_sptr& class_type, in maybe_update_types_lookup_map()
14067 maybe_update_types_lookup_map(const class_decl_sptr& class_type) in maybe_update_types_lookup_map()
14467 else if (class_decl_sptr class_type = is_class_type(decl)) in maybe_update_types_lookup_map() local
14651 class_or_union_sptr class_type; in synthesize_function_type_from_translation_unit() local
21036 class_or_union_sptr class_type, in method_type()
21076 type_base_sptr class_type, in method_type()
21123 method_type::method_type(class_or_union_sptr class_type, in method_type()
23337 if (class_decl_sptr class_type = is_class_type(t)) in copy_member_function() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/
Dfallback.cc1071 auto class_type = class_name.substr(begin, end); in GetExceptionType() local
/third_party/googletest/googlemock/scripts/generator/cpp/
Dast.py1530 def _GetClass(self, class_type, visibility, templated_types): argument
/third_party/jerryscript/jerry-core/api/
Djerry.c4310 ecma_typedarray_type_t class_type = ecma_get_typedarray_id (array_p); in jerry_get_typedarray_type() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp1468 auto class_type = std::move(db.names.back()); in parse_pointer_to_member_type() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/
Dfallback_rewriter.cc2204 auto class_type = GetValueNode<ClassTypePtr>(value_node); in GetPyExecuteFromValue() local

12