Home
last modified time | relevance | path

Searched refs:accessors (Results 1 – 25 of 34) sorted by relevance

12

/openbsd/src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
D001_api.t9 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/
DCoverageMapping.h781 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/
Dlibunwind-frame.c121 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()
Dlibunwind-frame.h39 void *accessors; member
DChangeLog-20038143 accessors. Necessary now that frame_info is opaque.
8160 accessors. Necessary now that frame_info is opaque.
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlobj.pod490 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
Dperlootut.pod195 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.
Dperl5005delta.pod633 The accessors methods Re, Im, arg, abs, rho, theta, methods can
Dperl5100delta.pod837 C<Object::Accessor> provides an interface to create per-object accessors.
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Syntax/
DSyntax.td62 // A node type which may contain anything and has no specific accessors.
/openbsd/src/gnu/gcc/gcc/
Dtree-browser.def44 /* Fields accessors. */
/openbsd/src/gnu/llvm/clang/lib/AST/Interp/
DOpcodes.td281 // Direct field accessors
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DChangeLog972 * 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/
DDriverInternals.rst352 accessors will set it automatically.
DInternalsManual.rst3010 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/
Dcopying-lib.texi284 structure layouts and accessors, and small macros and small inline
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/
Dmbimbf.inc35 # accessors
/openbsd/src/gnu/usr.bin/perl/lib/unicore/
Dmktables1889 sub set_access($name, $field, @accessors) {
1934 foreach my $access (@accessors) {
1989 if (grep { /^a/i } (@accessors)
/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog-20043386 * 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.
DChangeLog2749 * parser.c (cp_parser_omp_single): Use make_node and accessors
/openbsd/src/gnu/gcc/gcc/doc/
Dtree-ssa.texi894 @item @code{SINGLE_SSA_@{USE,DEF,TREE@}_OPERAND}: These accessors will return
Drtl.texi308 @cindex accessors
/openbsd/src/gnu/llvm/llvm/docs/
DCodeGenerator.rst204 provides accessors that should be implemented by the target.
/openbsd/src/gnu/usr.bin/binutils-2.17/cpu/
Dcris.cpu743 ; Apparently, the semantic-name isn't used for accessors, so external
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Drtl.texi297 @cindex accessors

12