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

/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dtemplate_util.h18 typedef IntegralConstant<bool, true> TrueType; typedef in namespace:mojo::internal
22 template <class T> struct IsConst<const T> : TrueType {};
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h53 typedef char TrueType; typedef in struct:blink::IsGarbageCollectedMixin
59 template<typename U> static TrueType hasAdjustAndMark(char[&U::adjustAndMark != 0]);
60 template<typename U> static TrueType hasIsAlive(char[&U::isAlive != 0]);
63 template<typename U> static TrueType hasAdjustAndMark(F<sizeof(&U::adjustAndMark)>*);
64 template<typename U> static TrueType hasIsAlive(F<sizeof(&U::isAlive)>*);
69 static bool const value = (sizeof(TrueType) == sizeof(hasAdjustAndMark<T>(0))) && (sizeof(TrueType) == sizeof(hasIsAlive<T>(0)));
74 typedef char TrueType; typedef in struct:blink::IsGarbageCollectedType
91 template<typename U, size_t inlineCapacity> static TrueType listHashSetNodeIsHeapAllocated(WTF::ListHashSetNode<U, HeapListHashSetAllocator<U, inlineCapacity> >*);
93 static const bool isHeapAllocatedListHashSetNode = sizeof(TrueType)
[all...]

Completed in 492 milliseconds