Home
last modified time | relevance | path

Searched defs:iter_impl (Results 1 – 3 of 3) sorted by relevance

/third_party/json/include/nlohmann/detail/iterators/
Diter_impl.hpp39 class iter_impl class
85 explicit iter_impl(pointer object) noexcept : m_object(object) in iter_impl() function in nlohmann::detail::iter_impl
127 iter_impl(const iter_impl<const BasicJsonType>& other) noexcept in iter_impl() function in nlohmann::detail::iter_impl
149 iter_impl(const iter_impl<typename std::remove_const<BasicJsonType>::type>& other) noexcept in iter_impl() function in nlohmann::detail::iter_impl
/third_party/json/include/nlohmann/
Djson.hpp211 using iter_impl = ::nlohmann::detail::iter_impl<BasicJsonType>; typedef in nlohmann::basic_json
/third_party/json/single_include/nlohmann/
Djson.hpp10808 class iter_impl class
10854 explicit iter_impl(pointer object) noexcept : m_object(object) in iter_impl() function in nlohmann::detail::iter_impl
10896 iter_impl(const iter_impl<const BasicJsonType>& other) noexcept in iter_impl() function in nlohmann::detail::iter_impl
10918 iter_impl(const iter_impl<typename std::remove_const<BasicJsonType>::type>& other) noexcept in iter_impl() function in nlohmann::detail::iter_impl
16699 using iter_impl = ::nlohmann::detail::iter_impl<BasicJsonType>; typedef in nlohmann::basic_json