Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/
H A Djson.hpp664 @a check_parents true and the value is an array or object, then the
667 @param[in] check_parents whether the parent relation should be checked.
672 void assert_invariant(bool check_parents = true) const noexcept
683 JSON_ASSERT(!check_parents || !is_structured() || std::all_of(begin(), end(), [this](const basic_json & j)
690 static_cast<void>(check_parents); variable
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp17832 @a check_parents true and the value is an array or object, then the
17835 @param[in] check_parents whether the parent relation should be checked.
17840 void assert_invariant(bool check_parents = true) const noexcept
17851 JSON_ASSERT(!check_parents || !is_structured() || std::all_of(begin(), end(), [this](const basic_json & j)
17858 static_cast<void>(check_parents);
/third_party/json/single_include/nlohmann/
H A Djson.hpp19842 @a check_parents true and the value is an array or object, then the
19845 @param[in] check_parents whether the parent relation should be checked.
19850 void assert_invariant(bool check_parents = true) const noexcept
19861 JSON_ASSERT(!check_parents || !is_structured() || std::all_of(begin(), end(), [this](const basic_json & j)
19868 static_cast<void>(check_parents);

Completed in 48 milliseconds