HomeSort by relevance Sort by last modified time
    Searched refs:find_end (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 63 find_end() function in class:PB_DS_CLASS_C_DEC
69 find_end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 62 find_end() function in class:PB_DS_CLASS_C_DEC
68 find_end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 63 find_end() function in class:PB_DS_CLASS_C_DEC
69 find_end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 62 find_end() function in class:PB_DS_CLASS_C_DEC
68 find_end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 63 find_end() function in class:PB_DS_CLASS_C_DEC
69 find_end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 62 find_end() function in class:PB_DS_CLASS_C_DEC
68 find_end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 63 find_end() function in class:PB_DS_CLASS_C_DEC
69 find_end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 62 find_end() function in class:PB_DS_CLASS_C_DEC
68 find_end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 63 find_end() function in class:PB_DS_CLASS_C_DEC
69 find_end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 62 find_end() function in class:PB_DS_CLASS_C_DEC
68 find_end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 63 find_end() function in class:PB_DS_CLASS_C_DEC
69 find_end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 62 find_end() function in class:PB_DS_CLASS_C_DEC
68 find_end() const function in class:PB_DS_CLASS_C_DEC
  /external/libcxx/test/algorithms/alg.nonmodifying/alg.find.end/
find_end.pass.cpp 15 // find_end(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
29 assert(std::find_end(Iter1(ia), Iter1(ia+sa), Iter2(b), Iter2(b+1)) == Iter1(ia+sa-1));
31 assert(std::find_end(Iter1(ia), Iter1(ia+sa), Iter2(c), Iter2(c+2)) == Iter1(ia+18));
33 assert(std::find_end(Iter1(ia), Iter1(ia+sa), Iter2(d), Iter2(d+3)) == Iter1(ia+15));
35 assert(std::find_end(Iter1(ia), Iter1(ia+sa), Iter2(e), Iter2(e+4)) == Iter1(ia+11));
37 assert(std::find_end(Iter1(ia), Iter1(ia+sa), Iter2(f), Iter2(f+5)) == Iter1(ia+6));
39 assert(std::find_end(Iter1(ia), Iter1(ia+sa), Iter2(g), Iter2(g+6)) == Iter1(ia));
41 assert(std::find_end(Iter1(ia), Iter1(ia+sa), Iter2(h), Iter2(h+7)) == Iter1(ia+sa));
42 assert(std::find_end(Iter1(ia), Iter1(ia+sa), Iter2(b), Iter2(b)) == Iter1(ia+sa));
43 assert(std::find_end(Iter1(ia), Iter1(ia), Iter2(b), Iter2(b+1)) == Iter1(ia))
    [all...]
Android.mk 19 test_name := algorithms/alg.nonmodifying/alg.find.end/find_end
20 test_src := find_end.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find.end/
find_end.pass.cpp 15 // find_end(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2);
29 assert(std::find_end(Iter1(ia), Iter1(ia+sa), Iter2(b), Iter2(b+1)) == Iter1(ia+sa-1));
31 assert(std::find_end(Iter1(ia), Iter1(ia+sa), Iter2(c), Iter2(c+2)) == Iter1(ia+18));
33 assert(std::find_end(Iter1(ia), Iter1(ia+sa), Iter2(d), Iter2(d+3)) == Iter1(ia+15));
35 assert(std::find_end(Iter1(ia), Iter1(ia+sa), Iter2(e), Iter2(e+4)) == Iter1(ia+11));
37 assert(std::find_end(Iter1(ia), Iter1(ia+sa), Iter2(f), Iter2(f+5)) == Iter1(ia+6));
39 assert(std::find_end(Iter1(ia), Iter1(ia+sa), Iter2(g), Iter2(g+6)) == Iter1(ia));
41 assert(std::find_end(Iter1(ia), Iter1(ia+sa), Iter2(h), Iter2(h+7)) == Iter1(ia+sa));
42 assert(std::find_end(Iter1(ia), Iter1(ia+sa), Iter2(b), Iter2(b)) == Iter1(ia+sa));
43 assert(std::find_end(Iter1(ia), Iter1(ia), Iter2(b), Iter2(b+1)) == Iter1(ia))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 63 find_end() function in class:PB_DS_CLASS_C_DEC
69 find_end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 62 find_end() function in class:PB_DS_CLASS_C_DEC
68 find_end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 63 find_end() function in class:PB_DS_CLASS_C_DEC
69 find_end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 62 find_end() function in class:PB_DS_CLASS_C_DEC
68 find_end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 63 find_end() function in class:PB_DS_CLASS_C_DEC
69 find_end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 62 find_end() function in class:PB_DS_CLASS_C_DEC
68 find_end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 63 find_end() function in class:PB_DS_CLASS_C_DEC
69 find_end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 62 find_end() function in class:PB_DS_CLASS_C_DEC
68 find_end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 63 find_end() function in class:PB_DS_CLASS_C_DEC
69 find_end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 62 find_end() function in class:PB_DS_CLASS_C_DEC
68 find_end() const function in class:PB_DS_CLASS_C_DEC

Completed in 821 milliseconds

1 2 3 4 5 6