HomeSort by relevance Sort by last modified time
    Searched refs:ThrowingAction (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/support/
test_iterators.h 341 enum ThrowingAction { TAIncrement, TADecrement, TADereference, TAAssignment, TAComparison };
346 ThrowingIterator (const T *first, const T *last, size_t index = 0, ThrowingAction action = TADereference)
460 ThrowingAction action_;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
test_iterators.h 338 enum ThrowingAction { TAIncrement, TADecrement, TADereference, TAAssignment, TAComparison };
343 ThrowingIterator (const T *first, const T *last, size_t index = 0, ThrowingAction action = TADereference)
457 ThrowingAction action_;

Completed in 100 milliseconds