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

/art/runtime/
H A Dprimitive.h31 class Primitive { class in namespace:art
114 LOG(FATAL) << "Primitive char conversion on invalid type " << static_cast<int>(type);
120 DISALLOW_IMPLICIT_CONSTRUCTORS(Primitive);
123 std::ostream& operator<<(std::ostream& os, const Primitive::Type& state);

Completed in 206 milliseconds