Home
last modified time | relevance | path

Searched refs:GenericMemberIterator (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/
Ddocument.h186 class GenericMemberIterator {
189 template <bool, typename, typename> friend class GenericMemberIterator; variable
196 typedef GenericMemberIterator Iterator;
198 typedef GenericMemberIterator<true,Encoding,Allocator> ConstIterator;
200 typedef GenericMemberIterator<false,Encoding,Allocator> NonConstIterator;
222 GenericMemberIterator() : ptr_() {} in GenericMemberIterator() function
240 GenericMemberIterator(const NonConstIterator & it) : ptr_(it.ptr_) {} in GenericMemberIterator() function
262 …template <bool Const_> bool operator==(const GenericMemberIterator<Const_, Encoding, Allocator>& t…
263 …template <bool Const_> bool operator!=(const GenericMemberIterator<Const_, Encoding, Allocator>& t…
264 …template <bool Const_> bool operator<=(const GenericMemberIterator<Const_, Encoding, Allocator>& t…
[all …]
Dfwd.h108 class GenericMemberIterator; variable