OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TADereference
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/support/
test_iterators.h
341
enum ThrowingAction { TAIncrement, TADecrement,
TADereference
, TAAssignment, TAComparison };
345
: begin_(nullptr), end_(nullptr), current_(nullptr), action_(
TADereference
), index_(0) {}
346
ThrowingIterator (const T *first, const T *last, size_t index = 0, ThrowingAction action =
TADereference
)
375
if (action_ ==
TADereference
)
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
test_iterators.h
338
enum ThrowingAction { TAIncrement, TADecrement,
TADereference
, TAAssignment, TAComparison };
342
: begin_(nullptr), end_(nullptr), current_(nullptr), action_(
TADereference
), index_(0) {}
343
ThrowingIterator (const T *first, const T *last, size_t index = 0, ThrowingAction action =
TADereference
)
372
if (action_ ==
TADereference
)
Completed in 845 milliseconds