Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dmeta.h48 typedef BoolType<false> FalseType; typedef
60 template <bool Cond1, bool Cond2> struct AndExprCond : FalseType {};
63 template <> struct OrExprCond<false, false> : FalseType {};
65 template <typename C> struct BoolExpr : SelectIf<C,TrueType,FalseType>::Type {};
66 template <typename C> struct NotExpr : SelectIf<C,FalseType,TrueType>::Type {};
82 template <typename T, typename U> struct IsSame : FalseType {};
85 template <typename T> struct IsConst : FalseType {};
93 template <typename T> struct IsPointer : FalseType {};
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Ddocument.h394 struct IsGenericValueImpl : FalseType {};