Searched refs:FalseType (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | template_util.h | 22 typedef IntegralConstant<bool, false> FalseType; typedef 25 struct IsConst : FalseType {}; 30 struct IsPointer : FalseType {}; 102 struct IsSpecializationOf : FalseType {};
|
/external/protobuf/src/google/protobuf/ |
D | map_type_handler.h | 44 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;
|
/external/bcc/tests/cc/ |
D | catch.hpp | 1602 struct FalseType { char sizer[2]; }; struct 1605 FalseType testStreamable( FalseType ); 1607 FalseType operator<<( std::ostream const&, BorgType const& );
|