Home
last modified time | relevance | path

Searched refs:moved_or_copied (Results 1 - 4 of 4) sorted by relevance

/third_party/json/include/nlohmann/detail/
H A Djson_ref.hpp53 value_type moved_or_copied() const in moved_or_copied() function in detail::json_ref
/third_party/json/include/nlohmann/
H A Djson.hpp928 auto element = element_ref.moved_or_copied(); in basic_json()
1130 basic_json(const JsonRef& ref) : basic_json(ref.moved_or_copied()) {} in basic_json()
3180 basic_json&& key = init.begin()->moved_or_copied(); in push_back()
3182 std::move(key.get_ref<string_t&>()), (init.begin() + 1)->moved_or_copied())); in push_back()
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp13110 value_type moved_or_copied() const
18095 auto element = element_ref.moved_or_copied();
18297 basic_json(const JsonRef& ref) : basic_json(ref.moved_or_copied()) {}
20086 basic_json&& key = init.begin()->moved_or_copied();
20088 std::move(key.get_ref<string_t&>()), (init.begin() + 1)->moved_or_copied()));
/third_party/json/single_include/nlohmann/
H A Djson.hpp14726 value_type moved_or_copied() const
20106 auto element = element_ref.moved_or_copied();
20308 basic_json(const JsonRef& ref) : basic_json(ref.moved_or_copied()) {}
22358 basic_json&& key = init.begin()->moved_or_copied();
22360 std::move(key.get_ref<string_t&>()), (init.begin() + 1)->moved_or_copied()));

Completed in 51 milliseconds