Home
last modified time | relevance | path

Searched refs:json_ref (Results 1 - 5 of 5) sorted by relevance

/third_party/json/include/nlohmann/detail/
H A Djson_ref.hpp22 class json_ref class
27 json_ref(value_type&& value) in json_ref() function in detail::json_ref
31 json_ref(const value_type& value) in json_ref() function in detail::json_ref
35 json_ref(std::initializer_list<json_ref> init) in json_ref() function in detail::json_ref
42 json_ref(Args && ... args) in json_ref() function in detail::json_ref
47 json_ref(json_ref&&) noexcept = default;
48 json_ref(const json_ref
[all...]
/third_party/json/include/nlohmann/detail/meta/
H A Dtype_traits.hpp65 // json_ref helpers //
69 class json_ref;
75 struct is_json_ref<json_ref<T>> : std::true_type {};
/third_party/json/include/nlohmann/
H A Djson.hpp51 #include <nlohmann/detail/json_ref.hpp>
170 using initializer_list_t = std::initializer_list<detail::json_ref<basic_json>>;
899 [](const detail::json_ref<basic_json>& element_ref) in basic_json()
1871 detail::negation<std::is_same<ValueType, detail::json_ref<basic_json>>>,
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp3384 // json_ref helpers //
3388 class json_ref;
3394 struct is_json_ref<json_ref<T>> : std::true_type {};
13065 // #include <nlohmann/detail/json_ref.hpp>
13079 class json_ref
13084 json_ref(value_type&& value)
13088 json_ref(const value_type& value)
13092 json_ref(std::initializer_list<json_ref> init)
13099 json_ref(Arg
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp3461 // json_ref helpers //
3465 class json_ref;
3471 struct is_json_ref<json_ref<T>> : std::true_type {};
14671 // #include <nlohmann/detail/json_ref.hpp>
14695 class json_ref
14700 json_ref(value_type&& value)
14704 json_ref(const value_type& value)
14708 json_ref(std::initializer_list<json_ref> init)
14715 json_ref(Arg
[all...]

Completed in 34 milliseconds