Lines Matching defs:IsCheck
90 struct IsCheck { struct
94 bool isObject_{false};
95 bool isArray_{false};
96 bool isBool_{false};
97 bool isString_{false};
98 bool isNull_{false};
100 bool isInt_{false};
101 bool isInt64_{false};
102 bool isUInt_{false};
103 bool isUInt64_{false};
104 bool isIntegral_{false};
105 bool isDouble_{false};
106 bool isNumeric_{false};