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

  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_append/
iterator.pass.cpp 169 typedef ThrowingIterator<char> TIter;
170 typedef input_iterator<TIter> IIter;
172 test_exceptions(S(), IIter(TIter(s, s+10, 4, TIter::TAIncrement)), IIter());
173 test_exceptions(S(), IIter(TIter(s, s+10, 5, TIter::TADereference)), IIter());
174 test_exceptions(S(), IIter(TIter(s, s+10, 6, TIter::TAComparison)), IIter());
176 test_exceptions(S(), TIter(s, s+10, 4, TIter::TAIncrement), TIter())
    [all...]
  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_assign/
iterator.pass.cpp 170 typedef ThrowingIterator<char> TIter;
171 typedef input_iterator<TIter> IIter;
173 test_exceptions(S(), IIter(TIter(s, s+10, 4, TIter::TAIncrement)), IIter());
174 test_exceptions(S(), IIter(TIter(s, s+10, 5, TIter::TADereference)), IIter());
175 test_exceptions(S(), IIter(TIter(s, s+10, 6, TIter::TAComparison)), IIter());
177 test_exceptions(S(), TIter(s, s+10, 4, TIter::TAIncrement), TIter())
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.modifiers/string_append/
iterator.pass.cpp 169 typedef ThrowingIterator<char> TIter;
170 typedef input_iterator<TIter> IIter;
172 test_exceptions(S(), IIter(TIter(s, s+10, 4, TIter::TAIncrement)), IIter());
173 test_exceptions(S(), IIter(TIter(s, s+10, 5, TIter::TADereference)), IIter());
174 test_exceptions(S(), IIter(TIter(s, s+10, 6, TIter::TAComparison)), IIter());
176 test_exceptions(S(), TIter(s, s+10, 4, TIter::TAIncrement), TIter())
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.modifiers/string_assign/
iterator.pass.cpp 170 typedef ThrowingIterator<char> TIter;
171 typedef input_iterator<TIter> IIter;
173 test_exceptions(S(), IIter(TIter(s, s+10, 4, TIter::TAIncrement)), IIter());
174 test_exceptions(S(), IIter(TIter(s, s+10, 5, TIter::TADereference)), IIter());
175 test_exceptions(S(), IIter(TIter(s, s+10, 6, TIter::TAComparison)), IIter());
177 test_exceptions(S(), TIter(s, s+10, 4, TIter::TAIncrement), TIter())
    [all...]
  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
iter_iter_iter.pass.cpp 150 typedef ThrowingIterator<char> TIter;
151 typedef input_iterator<TIter> IIter;
153 test_exceptions(S(), 0, IIter(TIter(s, s+10, 4, TIter::TAIncrement)), IIter());
154 test_exceptions(S(), 0, IIter(TIter(s, s+10, 5, TIter::TADereference)), IIter());
155 test_exceptions(S(), 0, IIter(TIter(s, s+10, 6, TIter::TAComparison)), IIter());
157 test_exceptions(S(), 0, TIter(s, s+10, 4, TIter::TAIncrement), TIter())
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.modifiers/string_insert/
iter_iter_iter.pass.cpp 150 typedef ThrowingIterator<char> TIter;
151 typedef input_iterator<TIter> IIter;
153 test_exceptions(S(), 0, IIter(TIter(s, s+10, 4, TIter::TAIncrement)), IIter());
154 test_exceptions(S(), 0, IIter(TIter(s, s+10, 5, TIter::TADereference)), IIter());
155 test_exceptions(S(), 0, IIter(TIter(s, s+10, 6, TIter::TAComparison)), IIter());
157 test_exceptions(S(), 0, TIter(s, s+10, 4, TIter::TAIncrement), TIter())
    [all...]
  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
iter_iter_iter_iter.pass.cpp     [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.modifiers/string_replace/
iter_iter_iter_iter.pass.cpp     [all...]

Completed in 543 milliseconds