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

/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dtemplate_util.h19 typedef IntegralConstant<bool, false> FalseType; typedef in namespace:mojo::internal
21 template <class T> struct IsConst : FalseType {};
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h54 struct FalseType { struct in struct:blink::IsGarbageCollectedMixin
66 template<typename U> static FalseType hasIsAlive(...);
67 template<typename U> static FalseType hasAdjustAndMark(...);
75 struct FalseType { struct in struct:blink::IsGarbageCollectedType
92 static FalseType listHashSetNodeIsHeapAllocated(...);

Completed in 446 milliseconds