Home
last modified time | relevance | path

Searched refs:get_ (Results 1 – 18 of 18) sorted by relevance

/external/freetype/include/freetype/internal/services/
Dsvsfnt.h73 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \ argument
76 load_, get_, info_ \
/external/cpu_features/src/
Ddefine_tables.h51 static int get_##ENUM(const DEFINE_TABLE_FEATURE_TYPE* features) { \
62 #define FEATURE(ENUM, NAME, CPUINFO_FLAG, HWCAP, HWCAP2) [ENUM] = get_##ENUM,
/external/pdfium/fxjs/
Djs_define.h140 static void get_##prop_name##_static( \
143 JSPropGetter<class_name, &class_name::get_##prop_name>( \
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dunion_traits_declaration.tmpl19 return input->get_{{field.name}}();
Dwrapper_union_class_declaration.tmpl60 {{field.kind|cpp_union_getter_return_type}} get_{{field.name}}() const {
/external/llvm-project/libcxxabi/test/
Dunwind_06.pass.cpp23 double get_(int x) { return (double)x; } in get_() function
25 double (* volatile get)(int) = get_;
/external/libcxxabi/test/
Dunwind_06.pass.cpp19 double get_(int x) { return (double)x; } in get_() function
21 double (* volatile get)(int) = get_;
/external/rust/crates/bytes/
DCHANGELOG.md103 - `get_*`, `put_*`, `get_*_le`, and `put_*le` accessors for handling byte order.
/external/scapy/test/
Dbpf.uts112 = L2bpfListenSocket - get_*()
/external/rust/crates/paste/
DREADME.md84 pub fn [<get_ $field>](&self) -> &str {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp207 &IDiaSymbol::get_##Method, Session, FieldId, ShowFlags, \
212 &IDiaSymbol::get_##Method);
216 &IDiaSymbol::get_##Method);
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp207 &IDiaSymbol::get_##Method, Session, FieldId, ShowFlags, \
212 &IDiaSymbol::get_##Method);
216 &IDiaSymbol::get_##Method);
/external/python/cpython2/Misc/NEWS.d/
D2.7a3.rst279 the DistributionMetadata get_* methods will now return a utf-8 encoded
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc.h845 unsigned get_##name() const { \
/external/mesa3d/src/intel/vulkan/
Danv_private.h3525 get_##prefix##_prog_data(const struct anv_graphics_pipeline *pipeline) \
/external/libabigail/
DChangeLog5885 * include/abg-corpus.h (corpus{_group}::get_{fun,
5888 Use the virtual corpus::get_{fun, var}_symbol_map() member
9411 use the new diff_context::get_{first, second}_corpus member
12455 (corpus::priv::get_{basic, class, union, enum, typedef, qualified,
16424 (function_decl::parameter::get_{name_id, type_name}): Return an
23417 * incude/abg-ir.h (decl::get_{qualified_name,
27965 (array_type_def::get_{element_type,location,subranges}): Likewise.
29765 Make type_base::get_{size,alignment}_in_bits virtual
29766 * include/abg-ir.h (type_base::get_{size,alignment}_in_bits): Make
29768 (typedef_decl::get_{size,alignment}_in_bits): Add new member
[all …]
/external/mesa3d/docs/relnotes/
D19.3.0.rst1471 - zink/spirv: clean up get_[fu]vec_constant
/external/strace/
DChangeLog52348 * linux/powerpc/syscallent.h: Swap positions of get_ and set_robust_list.