Home
last modified time | relevance | path

Searched defs:get_type (Results 1 – 17 of 17) sorted by relevance

/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
/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
/third_party/gstreamer/gstreamer/gst/
Dgsturi.h124 GstURIType (* get_type) (GType type); member
/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
284 unsigned get_type () const { return u.major; } in get_type() function
Dhb-aat-layout-morx-table.hh876 unsigned int get_type () const { return coverage & 0xFF; } in get_type() function
Dhb-aat-layout-kerx-table.hh770 unsigned int get_type () const { return u.header.coverage & u.header.SubtableType; } in get_type() function
Dhb-ot-layout-gsubgpos.hh3420 unsigned int get_type () const { return extensionLookupType; } in get_type() function
3477 unsigned int get_type () const in get_type() function
Dhb-ot-layout-common.hh1266 unsigned int get_type () const { return lookupType; } in get_type() function
/third_party/mesa3d/src/compiler/glsl/
Dglsl_symbol_table.cpp237 const glsl_type *glsl_symbol_table::get_type(const char *name) in get_type() function in glsl_symbol_table
/third_party/python/Lib/
Dsymtable.py62 def get_type(self): member in SymbolTable
/third_party/cef/tools/
Dcef_parser.py1380 def get_type(self): member in obj_argument
1794 def get_type(self): member in obj_analysis
/third_party/jerryscript/jerry-debugger/
Djerry_client_main.py262 def get_type(self): member in DebuggerAction
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlace.c375 GType (*get_type) (void); member
/third_party/toybox/toys/pending/
Dfdisk.c398 static char* get_type(int sys_ind) in get_type() function
/third_party/libabigail/src/
Dabg-ir.cc1961 elf_symbol::get_type() const in get_type() function in abigail::ir::elf_symbol
18815 var_decl::get_type() const in get_type() function in abigail::ir::var_decl
20282 function_decl::get_type() const in get_type() function in abigail::ir::function_decl
20805 function_decl::parameter::get_type()const in get_type() function in abigail::ir::function_decl::parameter
23059 method_decl::get_type() const in get_type() function in abigail::ir::method_decl
25061 non_type_tparameter::get_type() const in get_type() function in abigail::ir::non_type_tparameter
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp1482 Types get_type() const in get_type() function in SPIRV_CROSS_NAMESPACE::Variant
Dspirv_cross.cpp1108 const SPIRType &Compiler::get_type(TypeID id) const in get_type() function in Compiler