OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NotConstructible
(Results
1 - 2
of
2
) sorted by null
/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
>
32
: public std::unary_function<
NotConstructible
, std::size_t>
34
std::size_t operator()(const
NotConstructible
&) const {return 0;
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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
...]
Completed in 553 milliseconds