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

1 2 3 4

  /external/libcxx/test/containers/associative/map/map.special/
swap_noexcept.pass.cpp 25 struct some_comp struct
29 some_comp() {} function in struct:some_comp
30 some_comp(const some_comp&) {} function in struct:some_comp
55 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
  /external/libcxx/test/containers/associative/multimap/multimap.special/
swap_noexcept.pass.cpp 25 struct some_comp struct
29 some_comp() {} function in struct:some_comp
30 some_comp(const some_comp&) {} function in struct:some_comp
55 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
  /external/libcxx/test/containers/associative/multiset/multiset.special/
swap_noexcept.pass.cpp 25 struct some_comp struct
29 some_comp() {} function in struct:some_comp
30 some_comp(const some_comp&) {} function in struct:some_comp
55 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C;
  /external/libcxx/test/containers/associative/set/set.special/
swap_noexcept.pass.cpp 25 struct some_comp struct
29 some_comp() {} function in struct:some_comp
30 some_comp(const some_comp&) {} function in struct:some_comp
55 typedef std::set<MoveOnly, some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.special/
swap_noexcept.pass.cpp 25 struct some_comp struct
29 some_comp() {} function in struct:some_comp
30 some_comp(const some_comp&) {} function in struct:some_comp
55 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.special/
swap_noexcept.pass.cpp 25 struct some_comp struct
29 some_comp() {} function in struct:some_comp
30 some_comp(const some_comp&) {} function in struct:some_comp
55 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.special/
swap_noexcept.pass.cpp 25 struct some_comp struct
29 some_comp() {} function in struct:some_comp
30 some_comp(const some_comp&) {} function in struct:some_comp
55 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.special/
swap_noexcept.pass.cpp 25 struct some_comp struct
29 some_comp() {} function in struct:some_comp
30 some_comp(const some_comp&) {} function in struct:some_comp
55 typedef std::set<MoveOnly, some_comp<MoveOnly>> C;
  /external/libcxx/test/containers/associative/map/map.cons/
move_assign_noexcept.pass.cpp 27 struct some_comp struct
30 some_comp& operator=(const some_comp&);
49 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
move_noexcept.pass.cpp 25 struct some_comp struct
28 some_comp(const some_comp&);
47 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
  /external/libcxx/test/containers/associative/multimap/multimap.cons/
move_assign_noexcept.pass.cpp 27 struct some_comp struct
30 some_comp& operator=(const some_comp&);
49 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
move_noexcept.pass.cpp 25 struct some_comp struct
28 some_comp(const some_comp&);
47 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
  /external/libcxx/test/containers/associative/multiset/multiset.cons/
move_assign_noexcept.pass.cpp 27 struct some_comp struct
30 some_comp& operator=(const some_comp&);
49 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C;
move_noexcept.pass.cpp 25 struct some_comp struct
28 some_comp(const some_comp&);
47 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C;
  /external/libcxx/test/containers/associative/set/set.cons/
move_assign_noexcept.pass.cpp 27 struct some_comp struct
30 some_comp& operator=(const some_comp&);
49 typedef std::set<MoveOnly, some_comp<MoveOnly>> C;
move_noexcept.pass.cpp 25 struct some_comp struct
28 some_comp(const some_comp&);
47 typedef std::set<MoveOnly, some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/
move_assign_noexcept.pass.cpp 27 struct some_comp struct
30 some_comp& operator=(const some_comp&);
49 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
move_noexcept.pass.cpp 25 struct some_comp struct
28 some_comp(const some_comp&);
47 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/
move_assign_noexcept.pass.cpp 27 struct some_comp struct
30 some_comp& operator=(const some_comp&);
49 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
move_noexcept.pass.cpp 25 struct some_comp struct
28 some_comp(const some_comp&);
47 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/
move_assign_noexcept.pass.cpp 27 struct some_comp struct
30 some_comp& operator=(const some_comp&);
49 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C;
move_noexcept.pass.cpp 25 struct some_comp struct
28 some_comp(const some_comp&);
47 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
move_assign_noexcept.pass.cpp 27 struct some_comp struct
30 some_comp& operator=(const some_comp&);
49 typedef std::set<MoveOnly, some_comp<MoveOnly>> C;
move_noexcept.pass.cpp 25 struct some_comp struct
28 some_comp(const some_comp&);
47 typedef std::set<MoveOnly, some_comp<MoveOnly>> C;
  /external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
default_noexcept.pass.cpp 28 struct some_comp struct
31 some_comp();
32 some_comp(const some_comp&);
66 some_comp<MoveOnly>> C;

Completed in 857 milliseconds

1 2 3 4