Lines Matching full:has
99 TC3_CHECK(Has<int8>()); in Value()
105 TC3_CHECK(Has<uint8>()); in Value()
111 TC3_CHECK(Has<int>()); in Value()
117 TC3_CHECK(Has<uint>()); in Value()
123 TC3_CHECK(Has<int64>()); in Value()
129 TC3_CHECK(Has<uint64>()); in Value()
135 TC3_CHECK(Has<float>()); in Value()
141 TC3_CHECK(Has<double>()); in Value()
147 TC3_CHECK(Has<bool>()); in Value()
156 TC3_CHECK(Has<std::string>()); in ConstRefValue()
162 TC3_CHECK(Has<std::vector<std::string>>()); in ConstRefValue()
168 TC3_CHECK(Has<std::vector<float>>()); in ConstRefValue()
174 TC3_CHECK(Has<std::vector<int>>()); in ConstRefValue()
180 TC3_CHECK((Has<std::map<std::string, Variant>>())); in ConstRefValue()
185 bool Has() const;
188 bool Has<int8>() const {
193 bool Has<uint8>() const {
198 bool Has<int>() const {
203 bool Has<uint>() const {
208 bool Has<int64>() const {
213 bool Has<uint64>() const {
218 bool Has<float>() const {
223 bool Has<double>() const {
228 bool Has<bool>() const {
233 bool Has<std::string>() const {
238 bool Has<std::vector<std::string>>() const {
243 bool Has<std::vector<float>>() const {
248 bool Has<std::vector<int>>() const {
253 bool Has<std::map<std::string, Variant>>() const {