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

/external/libcxx/test/std/containers/
H A DEmplaceable.h18 class Emplaceable class
20 Emplaceable(const Emplaceable&);
21 Emplaceable& operator=(const Emplaceable&);
26 Emplaceable() : int_(0), double_(0) {} function in class:Emplaceable
27 Emplaceable(int i, double d) : int_(i), double_(d) {} function in class:Emplaceable
28 Emplaceable(Emplaceable&& x) function in class:Emplaceable
31 Emplaceable
[all...]
/external/llvm/unittests/ADT/
H A DSmallVectorTest.cpp794 struct Emplaceable { struct in namespace:__anon14946
801 Emplaceable() : State(ES_Emplaced) {} function in struct:__anon14946::Emplaceable
804 explicit Emplaceable(A0Ty &&A0) function in struct:__anon14946::Emplaceable
808 Emplaceable(A0Ty &&A0, A1Ty &&A1) function in struct:__anon14946::Emplaceable
813 Emplaceable(A0Ty &&A0, A1Ty &&A1, A2Ty &&A2) function in struct:__anon14946::Emplaceable
818 Emplaceable(A0Ty &&A0, A1Ty &&A1, A2Ty &&A2, A3Ty &&A3) function in struct:__anon14946::Emplaceable
823 Emplaceable(Emplaceable &&) : State(ES_Moved) {} function in struct:__anon14946::Emplaceable
824 Emplaceable &operator=(Emplaceable
[all...]

Completed in 672 milliseconds