Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceValues.cpp950 auto this_iter = this_sorted.begin(); in MergeWith() local
957 while (this_iter != this_end) { in MergeWith()
959 if ((*this_iter)->key.name < (*other_iter)->key.name) { in MergeWith()
960 merged_entries.push_back(std::move(**this_iter)); in MergeWith()
961 ++this_iter; in MergeWith()
965 if ((*this_iter)->key.name == (*other_iter)->key.name) { in MergeWith()
966 ++this_iter; in MergeWith()
971 merged_entries.push_back(std::move(**this_iter)); in MergeWith()
972 ++this_iter; in MergeWith()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_field_inl.h152 MapIterator* this_iter, in CopyIterator() argument
154 InternalGetIterator(this_iter) = InternalGetIterator(&that_iter); in CopyIterator()
155 this_iter->key_.SetType(that_iter.key_.type()); in CopyIterator()
158 this_iter->value_.SetType( in CopyIterator()
160 SetMapIteratorValue(this_iter); in CopyIterator()