Home
last modified time | relevance | path

Searched refs:iterator_wrapper (Results 1 – 8 of 8) sorted by relevance

/third_party/json/test/src/
Dunit-items.cpp51 for (auto i : json::iterator_wrapper(j))
84 for (auto& i : json::iterator_wrapper(j))
128 for (const auto i : json::iterator_wrapper(j))
161 for (const auto& i : json::iterator_wrapper(j))
197 for (auto i : json::iterator_wrapper(j))
230 for (auto& i : json::iterator_wrapper(j))
263 for (const auto i : json::iterator_wrapper(j))
296 for (const auto& i : json::iterator_wrapper(j))
332 for (auto i : json::iterator_wrapper(j))
365 for (auto& i : json::iterator_wrapper(j))
[all …]
/third_party/json/doc/examples/
Diterator_wrapper.cpp13 for (auto& x : json::iterator_wrapper(j_object)) in main()
19 for (auto& x : json::iterator_wrapper(j_array)) in main()
/third_party/boost/libs/proto/example/
Dmixed.cpp35 struct iterator_wrapper struct
39 explicit iterator_wrapper(Iter iter) in iterator_wrapper() argument
54 iterator_wrapper<typename boost::remove_reference<Cont>::type::const_iterator> argument
62 iterator_wrapper<typename Cont::const_iterator> it(cont.begin()); in operator ()()
94 proto::matches<Expr, proto::terminal<iterator_wrapper<_> > >
125 proto::matches<Expr, proto::terminal<iterator_wrapper<_> > >
/third_party/boost/boost/circular_buffer/
Ddetails.hpp90 struct iterator_wrapper { struct
92 explicit iterator_wrapper(Iterator it) : m_it(it) {} in iterator_wrapper() argument
95 iterator_wrapper<Iterator>& operator = (const iterator_wrapper<Iterator>&); // do not generate
Dbase.hpp2831 insert_n(pos, n, cb_details::iterator_wrapper<ForwardIterator>(first)); in insert()
2915 … rinsert_n(pos, std::distance(first, last), cb_details::iterator_wrapper<ForwardIterator>(first)); in rinsert()
/third_party/json/doc/mkdocs/docs/home/
Dreleases.md27 - Function [`iterator_wrapper`](http://nlohmann.github.io/json/doxygen/classnlohmann_1_1basic__json…
59 - Function [`iterator_wrapper`](http://nlohmann.github.io/json/doxygen/classnlohmann_1_1basic__json…
113 - Function [`iterator_wrapper`](http://nlohmann.github.io/json/doxygen/classnlohmann_1_1basic__json…
170 - Function [`iterator_wrapper`](http://nlohmann.github.io/json/doxygen/classnlohmann_1_1basic__json…
202 - Function [`iterator_wrapper`](http://nlohmann.github.io/json/doxygen/classnlohmann_1_1basic__json…
272 - Function [`iterator_wrapper`](http://nlohmann.github.io/json/doxygen/classnlohmann_1_1basic__json…
325 - Function [`iterator_wrapper`](http://nlohmann.github.io/json/doxygen/classnlohmann_1_1basic__json…
377 - Function [`iterator_wrapper`](http://nlohmann.github.io/json/doxygen/classnlohmann_1_1basic__json…
434 - Function [`iterator_wrapper`](http://nlohmann.github.io/json/doxygen/classnlohmann_1_1basic__json…
500 - Function [`iterator_wrapper`](http://nlohmann.github.io/json/doxygen/classnlohmann_1_1basic__json…
[all …]
/third_party/json/include/nlohmann/
Djson.hpp4786 static iteration_proxy<iterator> iterator_wrapper(reference ref) noexcept in items()
4795 static iteration_proxy<const_iterator> iterator_wrapper(const_reference ref) noexcept in items()
/third_party/json/single_include/nlohmann/
Djson.hpp21274 static iteration_proxy<iterator> iterator_wrapper(reference ref) noexcept in items()
21283 static iteration_proxy<const_iterator> iterator_wrapper(const_reference ref) noexcept in items()