Home
last modified time | relevance | path

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

/external/libchrome/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;
/external/bcc/tests/cc/
Dcatch.hpp1602 struct FalseType { char sizer[2]; }; argument
1605 FalseType testStreamable( FalseType );
1607 FalseType operator<<( std::ostream const&, BorgType const& );