Searched defs:value_in_range_of_impl2 (Results 1 – 2 of 2) sorted by relevance
| /third_party/json/include/nlohmann/detail/meta/ |
| D | type_traits.hpp | 673 struct value_in_range_of_impl2<OfType, T, false, false> struct 675 static constexpr bool test(T val) in test() 683 struct value_in_range_of_impl2<OfType, T, true, false> struct 685 static constexpr bool test(T val) in test() 693 struct value_in_range_of_impl2<OfType, T, false, true> struct 695 static constexpr bool test(T val) in test() 703 struct value_in_range_of_impl2<OfType, T, true, true> struct 705 static constexpr bool test(T val) in test()
|
| /third_party/json/single_include/nlohmann/ |
| D | json.hpp | 4086 struct value_in_range_of_impl2<OfType, T, false, false> struct 4088 static constexpr bool test(T val) in test() 4096 struct value_in_range_of_impl2<OfType, T, true, false> struct 4098 static constexpr bool test(T val) in test() 4106 struct value_in_range_of_impl2<OfType, T, false, true> struct 4108 static constexpr bool test(T val) in test() 4116 struct value_in_range_of_impl2<OfType, T, true, true> struct 4118 static constexpr bool test(T val) in test()
|