Home
last modified time | relevance | path

Searched refs:class_type (Results 1 - 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp.py51 def _swig_setattr_nondynamic(self, class_type, name, value, static=1):
58 method = class_type.__swig_setmethods__.get(name, None)
70 def _swig_setattr(self, class_type, name, value):
71 return _swig_setattr_nondynamic(self, class_type, name, value, 0)
74 def _swig_getattr(self, class_type, name):
77 method = class_type.__swig_getmethods__.get(name, None)
80 raise AttributeError("'%s' object has no attribute '%s'" % (class_type.__name__, name))
/third_party/node/deps/v8/src/torque/
H A Dtype-visitor.cc417 ClassType* class_type, const ClassDeclaration* class_declaration) { in VisitClassFieldsAndMethods()
418 const ClassType* super_class = class_type->GetSuperClass(); in VisitClassFieldsAndMethods()
431 if (class_type->IsShape()) { in VisitClassFieldsAndMethods()
443 const Field& field = class_type->RegisterField( in VisitClassFieldsAndMethods()
445 class_type, in VisitClassFieldsAndMethods()
475 if (class_offset.SingleValue() && !class_type->IsShape()) { in VisitClassFieldsAndMethods()
484 class_type->header_size_ = header_size; in VisitClassFieldsAndMethods()
485 class_type->size_ = class_offset; in VisitClassFieldsAndMethods()
486 class_type->GenerateAccessors(); in VisitClassFieldsAndMethods()
487 DeclareMethods(class_type, class_declaratio in VisitClassFieldsAndMethods()
416 VisitClassFieldsAndMethods( ClassType* class_type, const ClassDeclaration* class_declaration) VisitClassFieldsAndMethods() argument
[all...]
H A Dtype-oracle.cc77 if (auto* class_type = ClassType::DynamicCast(t.get())) { in GetClasses()
78 result.push_back(class_type); in GetClasses()
H A Dimplementation-visitor.cc247 if (const ClassType* class_type = ClassType::DynamicCast(alias->type())) { in Visit()
248 if (class_type->IsExtern() && !class_type->nspace()->IsDefaultNamespace()) { in Visit()
1395 const ClassType* class_type, in VisitInitializerResults()
1401 const Field& field = class_type->LookupField(initializer.name->value); in VisitInitializerResults()
1421 VisitResult object, const Field& field, const ClassType* class_type, in GenerateFieldReference()
1425 GenerateCall(class_type->GetSliceMacroName(field), {{object}, {}})); in GenerateFieldReference()
1474 const ClassType* class_type, VisitResult allocate_result, in InitializeClass()
1477 if (const ClassType* super = class_type->GetSuperClass()) { in InitializeClass()
1481 for (Field f : class_type in InitializeClass()
1394 VisitInitializerResults( const ClassType* class_type, const std::vector<NameAndExpression>& initializers) VisitInitializerResults() argument
1420 GenerateFieldReference( VisitResult object, const Field& field, const ClassType* class_type, bool treat_optional_as_indexed) GenerateFieldReference() argument
1473 InitializeClass( const ClassType* class_type, VisitResult allocate_result, const InitializerResults& initializer_results, const LayoutForInitialization& layout) InitializeClass() argument
1523 const ClassType* class_type = *object.type()->ClassSupertype(); GenerateArrayLength() local
1551 GenerateArrayLength( const ClassType* class_type, const InitializerResults& initializer_results, const Field& field) GenerateArrayLength() argument
1574 GenerateLayoutForInitialization( const ClassType* class_type, const InitializerResults& initializer_results) GenerateLayoutForInitialization() argument
1624 const ClassType* class_type = ClassType::DynamicCast(type); Visit() local
2681 GetClassInstanceTypeRange( const ClassType* class_type) GetClassInstanceTypeRange() argument
3001 const ClassType* class_type = ClassType::DynamicCast(type); GenerateCall() local
3022 const ClassType* class_type = ClassType::DynamicCast(type); GenerateCall() local
3034 const ClassType* class_type = ClassType::DynamicCast(type); GenerateCall() local
3061 const ClassType* class_type = ClassType::DynamicCast(type); GenerateCall() local
3132 const ClassType* class_type = ClassType::DynamicCast(type); GenerateCall() local
5175 GenerateClassFieldVerifier(const std::string& class_name, const ClassType& class_type, const Field& f, std::ostream& h_contents, std::ostream& cc_contents) GenerateClassFieldVerifier() argument
[all...]
H A Dinstance-type-generator.cc43 const ClassType* class_type = ClassType::DynamicCast(type); in BuildInstanceTypeTree() local
44 if (class_type == nullptr) { in BuildInstanceTypeTree()
47 auto& map_slot = map_by_type[class_type]; in BuildInstanceTypeTree()
52 std::make_unique<InstanceTypeTree>(class_type); in BuildInstanceTypeTree()
H A Dtype-visitor.h29 ClassType* class_type, const ClassDeclaration* class_declaration);
H A Dcsa-generator.cc238 const ClassType* class_type = in EmitInstruction() local
240 if (!class_type) { in EmitInstruction()
248 class_type->name() != class_type->GetGeneratedTNodeTypeName() in EmitInstruction()
250 : class_type->name(); in EmitInstruction()
H A Dimplementation-visitor.h486 const ClassType* class_type,
489 VisitResult object, const Field& field, const ClassType* class_type,
498 VisitResult GenerateArrayLength(const ClassType* class_type,
502 const ClassType* class_type,
505 void InitializeClass(const ClassType* class_type, VisitResult allocate_result,
H A Ddeclarations.h114 static Method* CreateMethod(AggregateType* class_type,
H A Dtypes.cc115 if (auto* class_type = ClassType::DynamicCast(t)) { in ClassSupertype()
116 return class_type; in ClassSupertype()
1305 const ClassType& class_type, Expression* array_size) { in ExtractSimpleFieldArraySize()
1311 if (!class_type.HasField(identifier->name->value)) return {}; in ExtractSimpleFieldArraySize()
1312 return class_type.LookupField(identifier->name->value).name_and_type; in ExtractSimpleFieldArraySize()
1304 ExtractSimpleFieldArraySize( const ClassType& class_type, Expression* array_size) ExtractSimpleFieldArraySize() argument
/third_party/alsa-utils/topology/
H A Dpre-process-class.c97 const char *class_type, *class_name; in tplg_class_lookup() local
101 if (snd_config_get_id(cfg, &class_type) < 0) in tplg_class_lookup()
108 SNDERR("No class name provided for object type: %s\n", class_type); in tplg_class_lookup()
117 class_config_id = tplg_snprintf("Class.%s.%s", class_type, class_name); in tplg_class_lookup()
H A Dpre-process-object.c1111 const char *class_type, *class_name; in tplg_object_get_map() local
1120 if (snd_config_get_id(obj, &class_type) < 0) in tplg_object_get_map()
1124 if (!strcmp(class_type, "Widget") && in tplg_object_get_map()
1125 !strcmp(object_build_map[i].class_type, "Widget") && in tplg_object_get_map()
1129 if (!strcmp(class_type, "Dai") && in tplg_object_get_map()
1130 !strcmp(object_build_map[i].class_type, "Dai")) in tplg_object_get_map()
1134 if (!strcmp(class_type, object_build_map[i].class_type) && in tplg_object_get_map()
1223 const char *obj_id, *class_name, *class_type; in tplg_object_update() local
1235 if (snd_config_get_id(obj, &class_type) < in tplg_object_update()
1563 tplg_object_get_instance_config(struct tplg_pre_processor *tplg_pp ATTRIBUTE_UNUSED, snd_config_t *class_type) tplg_object_get_instance_config() argument
1963 const char *id, *class_type, *class_name; tplg_pre_process_objects() local
[all...]
H A Dpre-processor.h43 char *class_type; member
96 snd_config_t *class_type);
/third_party/protobuf/php/ext/google/protobuf/
H A Darena.c49 static zend_object* Arena_Create(zend_class_entry *class_type) { in Arena_Create() argument
51 zend_object_std_init(&intern->std, class_type); in Arena_Create()
H A Darray.c72 static zend_object* RepeatedField_create(zend_class_entry *class_type) { in RepeatedField_create() argument
74 zend_object_std_init(&intern->std, class_type); in RepeatedField_create()
448 zend_object* RepeatedFieldIter_create(zend_class_entry *class_type) { in RepeatedFieldIter_create() argument
450 zend_object_std_init(&intern->std, class_type); in RepeatedFieldIter_create()
H A Dmap.c69 static zend_object* MapField_create(zend_class_entry *class_type) { in MapField_create() argument
71 zend_object_std_init(&intern->std, class_type); in MapField_create()
429 zend_object* MapFieldIter_create(zend_class_entry *class_type) { in MapFieldIter_create() argument
431 zend_object_std_init(&intern->std, class_type); in MapFieldIter_create()
H A Ddef.c51 static zend_object *CreateHandler_ReturnNull(zend_class_entry *class_type) { in CreateHandler_ReturnNull() argument
732 static zend_object* DescriptorPool_create(zend_class_entry *class_type) { in DescriptorPool_create() argument
734 zend_object_std_init(&intern->std, class_type); in DescriptorPool_create()
1058 zend_class_entry class_type; in Def_ModuleInit() local
1059 INIT_CLASS_ENTRY(class_type, "Google\\Protobuf\\Internal\\GPBType", in Def_ModuleInit()
1061 gpb_type_type = zend_register_internal_class(&class_type); in Def_ModuleInit()
H A Dconvert.c504 zend_class_entry class_type; in Convert_ModuleInit() local
506 INIT_CLASS_ENTRY(class_type, "Google\\Protobuf\\Internal\\GPBUtil", in Convert_ModuleInit()
508 GPBUtil_class_entry = zend_register_internal_class(&class_type); in Convert_ModuleInit()
H A Dmessage.c69 static zend_object* Message_create(zend_class_entry *class_type) { in Message_create() argument
72 class_type->default_properties_count = 0; in Message_create()
73 zend_object_std_init(&intern->std, class_type); in Message_create()
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.py61 assert self.decl.class_type in ('struct', 'union')
/third_party/libabigail/src/
H A Dabg-ir.cc8885 class_or_union_sptr class_type = fn_type.get_class_type(); in get_method_type_name() local
8886 ABG_ASSERT(class_type); in get_method_type_name()
8888 o << " (" << class_type->get_qualified_name(internal) << "::*)" in get_method_type_name()
13130 /// @param class_type the type to consider.
13137 maybe_update_types_lookup_map<class_decl>(const class_decl_sptr& class_type, in maybe_update_types_lookup_map() argument
13141 class_decl_sptr type = class_type; in maybe_update_types_lookup_map()
13150 is_class_type(class_type->get_definition_of_declaration())) in maybe_update_types_lookup_map()
13191 /// @param class_type the type to consider.
13271 /// @param class_type the class type to consider.
13273 maybe_update_types_lookup_map(const class_decl_sptr& class_type) in maybe_update_types_lookup_map() argument
13853 class_or_union_sptr class_type; synthesize_function_type_from_translation_unit() local
19865 method_type(type_base_sptr return_type, class_or_union_sptr class_type, const std::vector<function_decl::parameter_sptr>& p, bool is_const, size_t size_in_bits, size_t alignment_in_bits) method_type() argument
19905 method_type(type_base_sptr return_type, type_base_sptr class_type, const std::vector<function_decl::parameter_sptr>& p, bool is_const, size_t size_in_bits, size_t alignment_in_bits) method_type() argument
19953 method_type(class_or_union_sptr class_type, bool is_const, size_t size_in_bits, size_t alignment_in_bits) method_type() argument
[all...]
H A Dabg-dwarf-reader.cc11988 class_decl_sptr class_type;
11993 class_type =
11996 if (class_type)
12005 if ((d = lookup_var_decl_in_scope(mem_name, class_type)))
12015 d = add_decl_to_scope(*v, class_type);
12379 // Sometimes, the type of the "this" pointer is "const class_type* const".
12595 /// @param class_type the class type to consider.
12600 /// function of @p class_type, iff @p function_die is for a member
12601 /// function of @p class_type.
12605 const class_or_union_sptr& class_type)
[all...]
H A Dabg-writer.cc2010 class_decl_sptr class_type(c, noop_deleter()); in write_decl_in_scope()
2011 write_class_decl_opening_tag(class_type, "", ctxt, indent, in write_decl_in_scope()
2453 if (class_decl_sptr class_type = is_class_type(t)) in write_translation_unit()
2454 if (class_type->get_is_declaration_only() in write_translation_unit()
2455 && !ctxt.type_is_emitted(class_type)) in write_translation_unit()
2456 write_type(class_type, ctxt, in write_translation_unit()
H A Dabg-corpus-priv.h781 maybe_update_types_lookup_map(const class_decl_sptr& class_type);
/third_party/googletest/googlemock/scripts/generator/cpp/
H A Dast.py1530 def _GetClass(self, class_type, visibility, templated_types):
1550 return class_type(class_token.start, class_token.end,
1586 new_class = class_type(class_token.start, class_token.end,
1599 return class_type(class_token.start, class_token.end, class_name,

Completed in 67 milliseconds

12