Home
last modified time | relevance | path

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

/external/rust/crates/protobuf-parse/src/proto/
Drustproto.proto14 // When false, `get_`, `set_`, `mut_` etc. accessors are not generated
16 // When false, `get_` is not generated even if `syntax = "proto2"`
28 // When false, `get_`, `set_`, `mut_` etc. accessors are not generated
30 // When false, `get_` is not generated even if `syntax = "proto2"`
39 // When false, `get_`, `set_`, `mut_` etc. accessors are not generated
41 // When false, `get_` is not generated even if `syntax = "proto2"`
/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_introspection.inl55 static int get_##ENUM(const FEAT_TYPE_NAME* features) { \
62 #define LINE(ENUM, NAME, A, B, C) [ENUM] = get_##ENUM,
/external/pdfium/fxjs/
Djs_define.h142 static void get_##prop_name##_static( \
145 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/libcxxabi/test/
Dunwind_06.pass.cpp19 double get_(int x) { return (double)x; } in get_() function
21 double (* volatile get)(int) = get_;
/external/cronet/buildtools/third_party/libc++abi/trunk/test/
Dunwind_06.pass.cpp23 double get_(int x) { return (double)x; } in get_() function
25 double (* volatile get)(int) = get_;
/external/rust/crates/bytes/
DCHANGELOG.md187 - `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/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/rust/crates/jni/
DCHANGELOG.md48 - `AutoArray` and generic `get_array_elements()`, along with `get_<type>_array_elements` helpers. (…
/external/mesa3d/src/intel/vulkan/
Danv_private.h3525 get_##prefix##_prog_data(const struct anv_graphics_pipeline *pipeline) \
/external/libabigail/
DNEWS141 corpus: make get_(undefined_)?_(var|fun)_symbols use the new symtab
DChangeLog1756 corpus: make get_(undefined_)?_(var|fun)_symbols use the new symtab
9437 * include/abg-corpus.h (corpus{_group}::get_{fun,
9440 Use the virtual corpus::get_{fun, var}_symbol_map() member
12963 use the new diff_context::get_{first, second}_corpus member
16007 (corpus::priv::get_{basic, class, union, enum, typedef, qualified,
19976 (function_decl::parameter::get_{name_id, type_name}): Return an
26969 * incude/abg-ir.h (decl::get_{qualified_name,
31517 (array_type_def::get_{element_type,location,subranges}): Likewise.
33317 Make type_base::get_{size,alignment}_in_bits virtual
33318 * include/abg-ir.h (type_base::get_{size,alignment}_in_bits): Make
[all …]
/external/rust/crates/tokio/
DCHANGELOG.md1047 - io: add `get_{ref,mut}` methods to `AsyncFdReadyGuard` and `AsyncFdReadyMutGuard` ([#3807])
/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.