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

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/
NotConstructible.h 15 class NotConstructible
17 NotConstructible(const NotConstructible&);
18 NotConstructible& operator=(const NotConstructible&);
24 operator==(const NotConstructible&, const NotConstructible&)
31 struct hash<NotConstructible>
32 : public std::unary_function<NotConstructible, std::size_t>
34 std::size_t operator()(const NotConstructible&) const {return 0;
    [all...]
  /external/libcxx/test/std/containers/
NotConstructible.h 15 class NotConstructible
17 NotConstructible(const NotConstructible&);
18 NotConstructible& operator=(const NotConstructible&);
24 operator==(const NotConstructible&, const NotConstructible&)
31 struct hash<NotConstructible>
33 typedef NotConstructible argument_type;
36 std::size_t operator()(const NotConstructible&) const {return 0;
    [all...]

Completed in 174 milliseconds