Home
last modified time | relevance | path

Searched refs:is_an_object (Results 1 - 3 of 3) sorted by relevance

/third_party/json/include/nlohmann/
H A Djson.hpp898 bool is_an_object = std::all_of(init.begin(), init.end(), in basic_json() local
910 is_an_object = false; in basic_json()
914 if (JSON_HEDLEY_UNLIKELY(manual_type == value_t::object && !is_an_object)) in basic_json()
920 if (is_an_object) in basic_json()
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp18065 bool is_an_object = std::all_of(init.begin(), init.end(),
18077 is_an_object = false;
18081 if (JSON_HEDLEY_UNLIKELY(manual_type == value_t::object && !is_an_object))
18087 if (is_an_object)
/third_party/json/single_include/nlohmann/
H A Djson.hpp20076 bool is_an_object = std::all_of(init.begin(), init.end(),
20088 is_an_object = false;
20092 if (JSON_HEDLEY_UNLIKELY(manual_type == value_t::object && !is_an_object))
20098 if (is_an_object)

Completed in 54 milliseconds