Searched refs:accessors (Results 1 – 25 of 34) sorted by relevance
12
| /openbsd/src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/ |
| D | 001_api.t | 9 my @accessors = qw( 19 @api{@accessors} = (1) x @accessors; 22 can_ok('HTTP::Tiny', @methods, @accessors);
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/ |
| D | CoverageMapping.h | 781 namespace accessors { 842 return accessors::getFuncHash<ThisT, Endian>(this); in getFuncHash() 846 return accessors::getDataSize<ThisT, Endian>(this); in getDataSize() 868 return accessors::advanceByOneOutOfLine<ThisT, Endian>(this, MappingBuf); in advanceByOne() 877 return accessors::getCoverageMappingOutOfLine<ThisT, Endian>(this, in getCoverageMapping() 892 return accessors::getFuncHash<ThisT, Endian>(this); in getFuncHash() 896 return accessors::getDataSize<ThisT, Endian>(this); in getDataSize() 900 return accessors::getFuncNameRef<ThisT, Endian>(this); in getFuncNameRef() 905 return accessors::getFuncNameViaRef<ThisT, Endian>(this, ProfileNames, in getFuncName() 912 return accessors::advanceByOneOutOfLine<ThisT, Endian>(this, MappingBuf); in advanceByOne() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | libunwind-frame.c | 121 arch_descr->accessors = descr->accessors; in libunwind_frame_set_descr() 152 acc = descr->accessors; in libunwind_frame_cache() 203 acc = descr->accessors; in libunwind_frame_sniffer()
|
| D | libunwind-frame.h | 39 void *accessors; member
|
| D | ChangeLog-2003 | 8143 accessors. Necessary now that frame_info is opaque. 8160 accessors. Necessary now that frame_info is opaque.
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlobj.pod | 490 Later, we'll write accessors to manipulate this data. 534 Finally, using accessors makes inheritance much simpler. Subclasses can 535 use the accessors rather than having to know how a parent class is 543 There are two common types of accessors, read-only and read-write. 569 Our constructor and accessors are not very smart. They don't check that 574 of accessors by hand is also incredibly tedious. There are a lot of 894 # XXX - this is a terrible way to implement accessors, but it makes 916 As the comment says, this is not a good way to implement accessors. 918 provide accessors in older Perl code. See L<perlootut> for
|
| D | perlootut.pod | 195 types of accessors. A getter gets the attribute's value, while a setter 358 C<content> accessors return objects as well. The C<File> class would 499 automatically creates accessors for these attributes. It also takes 669 With C<Class::Tiny>, all accessors are read-write. It generates a 670 constructor for you, as well as the accessors you define.
|
| D | perl5005delta.pod | 633 The accessors methods Re, Im, arg, abs, rho, theta, methods can
|
| D | perl5100delta.pod | 837 C<Object::Accessor> provides an interface to create per-object accessors.
|
| /openbsd/src/gnu/llvm/clang/include/clang/Tooling/Syntax/ |
| D | Syntax.td | 62 // A node type which may contain anything and has no specific accessors.
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | tree-browser.def | 44 /* Fields accessors. */
|
| /openbsd/src/gnu/llvm/clang/lib/AST/Interp/ |
| D | Opcodes.td | 281 // Direct field accessors
|
| /openbsd/src/gnu/llvm/lldb/tools/debugserver/source/ |
| D | ChangeLog | 972 * RNBContext.h (RNBContext): Add m_launch_status & accessors. 1178 (g_verbose): Made into a file static and added accessors. 1373 it couldn't get out of sync with the actual process and its accessors 1505 * RBNContext.h: Added m_arg_vec and accessors.
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | DriverInternals.rst | 352 accessors will set it automatically.
|
| D | InternalsManual.rst | 3010 Custom accessors can be generated for an attribute based on the spelling list 3012 'Foo' and 'Bar', accessors can be created: 3014 These accessors will be generated on the semantic form of the attribute,
|
| /openbsd/src/gnu/lib/libiberty/src/ |
| D | copying-lib.texi | 284 structure layouts and accessors, and small macros and small inline
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
| D | mbimbf.inc | 35 # accessors
|
| /openbsd/src/gnu/usr.bin/perl/lib/unicore/ |
| D | mktables | 1889 sub set_access($name, $field, @accessors) { 1934 foreach my $access (@accessors) { 1989 if (grep { /^a/i } (@accessors)
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | ChangeLog-2004 | 3386 * tree.c (copy_binfo): Adjust BINFO creation and accessors. 3387 * decl.c (xref_basetypes): Adjust BINFO creation and accessors. 3388 * class.c (check_bases): Adjust BINFO accessors.
|
| D | ChangeLog | 2749 * parser.c (cp_parser_omp_single): Use make_node and accessors
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | tree-ssa.texi | 894 @item @code{SINGLE_SSA_@{USE,DEF,TREE@}_OPERAND}: These accessors will return
|
| D | rtl.texi | 308 @cindex accessors
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | CodeGenerator.rst | 204 provides accessors that should be implemented by the target.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/cpu/ |
| D | cris.cpu | 743 ; Apparently, the semantic-name isn't used for accessors, so external
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/ |
| D | rtl.texi | 297 @cindex accessors
|
12