Searched defs:DefaultOnly (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
H A DDefaultOnly.h15 class DefaultOnly class
19 DefaultOnly(const DefaultOnly&);
20 DefaultOnly& operator=(const DefaultOnly&);
24 DefaultOnly() : data_(-1) {++count;} function in class:DefaultOnly
25 ~DefaultOnly() {data_ = 0; --count;}
27 friend bool operator==(const DefaultOnly& x, const DefaultOnly& y)
29 friend bool operator< (const DefaultOnly
[all...]

Completed in 38 milliseconds