Home
last modified time | relevance | path

Searched defs:_buffer (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Win32API-File/
H A DFile.pm603 sub _buffer { $_[0]->{_buffer} ||= $_[1] } subroutine
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp318 uint32_t _buffer; member
326 uint64_t _buffer; member
349 uint32_t _buffer; member
362 uint64_t _buffer; member
/openbsd-src/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp123 static entry *_buffer; member in libunwind::DwarfFDECache
131 DwarfFDECache<A>::_buffer = _initialBuffer; member in libunwind::DwarfFDECache<A>