Home
last modified time | relevance | path

Searched refs:FalseType (Results 1 – 2 of 2) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
Dtemplate_util.h22 typedef IntegralConstant<bool, false> FalseType; typedef
25 struct IsConst : FalseType {};
30 struct IsPointer : FalseType {};
102 struct IsSpecializationOf : FalseType {};
/external/protobuf/src/google/protobuf/
Dmap_type_handler.h44 template<bool Flag, typename TrueType, typename FalseType>
47 template<typename TrueType, typename FalseType>
48 struct MapIf<true, TrueType, FalseType> {
52 template<typename TrueType, typename FalseType>
53 struct MapIf<false, TrueType, FalseType> {
54 typedef FalseType type;