Home
last modified time | relevance | path

Searched refs:get_type (Results 1 – 25 of 159) sorted by relevance

1234567

/third_party/cef/tools/
Dmake_cpptoc_impl.py93 arg_name = arg.get_type().get_name()
165 arg_name = arg.get_type().get_name()
172 data_type = arg.get_type().get_type()
173 default = arg.get_type().get_result_simple_default()
187 struct_type = arg.get_type().get_type()
194 struct_type = arg.get_type().get_type()
207 ptr_class = arg.get_type().get_ptr_type()
213 ptr_class = arg.get_type().get_ptr_type()
219 ptr_class = arg.get_type().get_ptr_type()
227 ptr_class = arg.get_type().get_ptr_type()
[all …]
Dmake_ctocpp_impl.py121 arg_name = arg.get_type().get_name()
183 arg_name = arg.get_type().get_name()
206 ptr_class = arg.get_type().get_ptr_type()
209 ptr_class = arg.get_type().get_ptr_type()
213 ptr_class = arg.get_type().get_ptr_type()
216 ptr_class = arg.get_type().get_ptr_type()
219 ptr_class = arg.get_type().get_ptr_type()
222 ptr_class = arg.get_type().get_ptr_type()
227 ptr_class = arg.get_type().get_ptr_type()
228 ptr_struct = arg.get_type().get_result_ptr_type_root()
[all …]
Dcef_parser.py1064 return 'typedef ' + self.value.get_type() + ' ' + self.alias + ';'
1086 name = self.value.get_type()
1211 dict = self.retval.get_type().get_capi(defined_structs)
1228 type = cls.get_type()
1265 type = self.get_retval().get_type()
1361 result += self.type.get_type()
1380 def get_type(self): member in obj_argument
1388 name = self.type.get_type()
1437 self.type.get_type() != 'bool') or \
1449 if self.type.get_type() == 'bool':
[all …]
Dmake_capi_header.py17 if func.get_retval().get_type().is_result_string():
32 if func.get_retval().get_type().is_result_string():
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-kern-table.hh118 unsigned int get_type () const { return u.header.format; } in get_type() function
122 switch (get_type ()) { in get_kerning()
132 unsigned int subtable_type = get_type (); in dispatch()
284 unsigned get_type () const { return u.major; } in get_type() function
288 switch (get_type ()) { in has_state_machine()
299 switch (get_type ()) { in has_cross_stream()
310 switch (get_type ()) { in get_h_kerning()
325 unsigned int subtable_type = get_type (); in dispatch()
/third_party/libabigail/
DABIXML-FORMAT-VERSIONS16 change observed between its diff->first_subject()->get_type() and
17 diff->second_subject()->get_type(). This is because diff->type_diff()
19 looking at the difference between diff->first_subject->get_type() and
20 diff->second_subject()->get_type() gives a different perspective.
24 difference between diff->first_subject()->get_type() and
25 diff->second_subject()->get_type() -- a difference between two no-ops
/third_party/elfio/elfio/
Delfio_relocation.hpp98 if ( SHT_REL == relocation_section->get_type() ) { in get_entry()
102 else if ( SHT_RELA == relocation_section->get_type() ) { in get_entry()
108 if ( SHT_REL == relocation_section->get_type() ) { in get_entry()
112 else if ( SHT_RELA == relocation_section->get_type() ) { in get_entry()
200 if ( SHT_REL == relocation_section->get_type() ) { in set_entry()
204 else if ( SHT_RELA == relocation_section->get_type() ) { in set_entry()
210 if ( SHT_REL == relocation_section->get_type() ) { in set_entry()
214 else if ( SHT_RELA == relocation_section->get_type() ) { in set_entry()
Delfio_section.hpp136 if ( get_type() != SHT_NOBITS ) { in set_data()
162 if ( get_type() != SHT_NOBITS ) { in append_data()
264 if ( nullptr == data && SHT_NULL != get_type() && in load_data()
265 SHT_NOBITS != get_type() && size < get_stream_size() ) { in load_data()
302 if ( get_type() != SHT_NOBITS && get_type() != SHT_NULL && in save()
Delfio.hpp327 if ( ( ( a->get_type() & SHT_NOBITS) == 0 ) in validate()
328 && ( ( b->get_type() & SHT_NOBITS) == 0 ) in validate()
355 if ( seg->get_type() == PT_LOAD && seg->get_file_size() > 0 && in validate()
397 if ( sec->get_type() == SHT_PROGBITS && in find_prog_section_for_offset()
755 if ( SHT_NOBITS != sec->get_type() && in layout_sections_without_segments()
756 SHT_NULL != sec->get_type() ) { in layout_sections_without_segments()
794 if ( seg->get_type() == PT_PHDR && seg->get_sections_num() == 0 ) { in layout_segments_and_their_sections()
870 if ( SHT_NULL == sec->get_type() ) { in write_segment_data()
878 SHT_NOBITS != sec->get_type() && SHT_NULL != sec->get_type() && in write_segment_data()
913 ( seg->get_type() != PT_TLS ) && in write_segment_data()
[all …]
Delfio_symbols.hpp102 if ( hash_section->get_type() == SHT_HASH ) { in get_symbol()
106 if ( hash_section->get_type() == SHT_GNU_HASH || in get_symbol()
107 hash_section->get_type() == DT_GNU_HASH ) { in get_symbol()
270 ( sec->get_type() == SHT_HASH || in find_hash_section()
271 sec->get_type() == SHT_GNU_HASH || in find_hash_section()
272 sec->get_type() == DT_GNU_HASH ) ) { in find_hash_section()
Delfio_dump.hpp703 << " Type: " << str_type( reader.get_type() ) << std::endl in header()
761 << DUMP_STR_FORMAT( 17 ) << str_section_type( sec->get_type() ) in section_header()
773 << DUMP_STR_FORMAT( 17 ) << str_section_type( sec->get_type() ) << " " in section_header()
836 << DUMP_STR_FORMAT( 14 ) << str_segment_type( seg->get_type() ) in segment_header()
847 << DUMP_STR_FORMAT( 14 ) << str_segment_type( seg->get_type() ) << " " in segment_header()
868 if ( SHT_SYMTAB == sec->get_type() || in symbol_tables()
869 SHT_DYNSYM == sec->get_type() ) { in symbol_tables()
948 if ( SHT_NOTE == sec->get_type() ) { // Look at notes in notes()
979 if ( PT_NOTE == seg->get_type() ) { // Look at notes in notes()
1082 if ( SHT_DYNAMIC == sec->get_type() ) { in dynamic_tags()
[all …]
/third_party/elfutils/libdw/
Ddwarf_aggregate_size.c38 get_type (Dwarf_Die *die, Dwarf_Attribute *attr_mem, Dwarf_Die *type_mem) in get_type() function
58 if (aggregate_size (get_type (die, attr_mem, &type_mem), &eltsize, in array_size()
87 if (INTUSE(dwarf_attr) (get_type (&child, attr_mem, &type_mem), in array_size()
224 return aggregate_size (get_type (die, &attr_mem, type_mem), in aggregate_size()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cpp.cpp155 if (id.get_type() == TypeConstant) in emit_resources()
171 else if (id.get_type() == TypeConstantOp) in emit_resources()
181 if (id.get_type() == TypeType) in emit_resources()
199 if (id.get_type() == TypeVariable) in emit_resources()
217 if (id.get_type() == TypeVariable) in emit_resources()
232 if (id.get_type() == TypeVariable) in emit_resources()
249 if (id.get_type() == TypeVariable) in emit_resources()
Dspirv_parser.hpp71 if (ir.ids[id].get_type() == static_cast<Types>(T::type)) in maybe_get()
86 if (ir.ids[id].get_type() == T::type) in maybe_get()
/third_party/python/Lib/test/
Dtest_symtable.py64 self.assertEqual(self.top.get_type(), "module")
65 self.assertEqual(self.Mine.get_type(), "class")
66 self.assertEqual(self.a_method.get_type(), "function")
67 self.assertEqual(self.spam.get_type(), "function")
68 self.assertEqual(self.internal.get_type(), "function")
/third_party/cef/libcef_dll/ctocpp/
Dpost_data_element_ctocpp.cc94 if (CEF_MEMBER_MISSING(_struct, get_type)) in GetType()
100 cef_postdataelement_type_t _retval = _struct->get_type(_struct); in GetType()
Ddomdocument_ctocpp.cc25 if (CEF_MEMBER_MISSING(_struct, get_type)) in GetType()
31 cef_dom_document_type_t _retval = _struct->get_type(_struct); in GetType()
/third_party/libabigail/src/
Dabg-reporter-priv.cc200 is_class_type(meth->get_type()->get_class_type())-> in represent()
442 const type_base_sptr o_type = o->get_type(), n_type = n->get_type(); in represent()
509 << get_pretty_representation(o->get_type()) in represent()
1114 if (symbol1->get_type() != symbol2->get_type()) in maybe_report_diff_for_symbol()
1117 << symbol1->get_type() in maybe_report_diff_for_symbol()
1119 << symbol2->get_type() in maybe_report_diff_for_symbol()
Dabg-comp-filter.cc398 return type_size_changed(fv->get_type(), sv->get_type()); in non_static_data_member_type_size_changed()
423 return type_size_changed(fv->get_type(), sv->get_type()); in static_data_member_type_size_changed()
529 && (is_var_decl(f)->get_type() in has_harmless_name_change()
530 == is_var_decl(s)->get_type())) in has_harmless_name_change()
1390 type_base_sptr first_parm_type = first_parm->get_type(); in has_fn_parm_type_top_cv_qual_change()
1391 type_base_sptr second_parm_type = second_parm->get_type(); in has_fn_parm_type_top_cv_qual_change()
Dabg-ir.cc1900 && l.get_type() == r.get_type() in textually_equals()
1961 elf_symbol::get_type() const in get_type() function in abigail::ir::elf_symbol
2076 {return get_type() == FUNC_TYPE || get_type() == GNU_IFUNC_TYPE;} in is_function()
2085 {return get_type() == OBJECT_TYPE || get_type() == TLS_TYPE;} in is_variable()
5874 && is_class_or_union_type(d.get_type())); in is_anonymous_data_member()
5887 return is_class_or_union_type(d->get_type().get()); in anonymous_data_member_to_class_or_union()
5901 if (const class_or_union_sptr cou = is_class_or_union_type(d.get_type())) in data_member_has_anonymous_type()
5942 return is_class_or_union_type(v->get_type()); in anonymous_data_member_to_class_or_union()
6109 type_base_sptr t = v->get_type(); in get_var_size_in_bits()
6588 type_base_sptr typ = strip_typedef(p->get_type()); in strip_typedef()
[all …]
/third_party/cef/include/capi/
Dcef_dom_capi.h86 cef_dom_document_type_t(CEF_CALLBACK* get_type)(
187 cef_dom_node_type_t(CEF_CALLBACK* get_type)(struct _cef_domnode_t* self);
Dcef_values_capi.h108 cef_value_type_t(CEF_CALLBACK* get_type)(struct _cef_value_t* self);
372 cef_value_type_t(CEF_CALLBACK* get_type)(struct _cef_dictionary_value_t* self,
600 cef_value_type_t(CEF_CALLBACK* get_type)(struct _cef_list_value_t* self,
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DShaderModuleGL.cpp111 compiler.get_type(info->base_type_id).image; in ExtractSpirvInfo()
113 compiler.get_type(imageType.type).basetype; in ExtractSpirvInfo()
135 spirv_cross::SPIRType type = compiler.get_type(info->base_type_id); in ExtractSpirvInfo()
163 compiler.get_type(info->base_type_id).image; in ExtractSpirvInfo()
/third_party/skia/src/sksl/ir/
DSkSLSetting.cpp107 static const Type* get_type(const Context& context, int line, skstd::string_view name) { in get_type() function
136 const Type* type = get_type(context, line, name); in Convert()
/third_party/gstreamer/gstplugins_base/gst/gio/
Dgstgioelement.c203 iface->get_type = gst_gio_uri_handler_get_type_sink; in gst_gio_uri_handler_init()
205 iface->get_type = gst_gio_uri_handler_get_type_src; in gst_gio_uri_handler_init()

1234567