Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap.h526 old_style_(old_style) { in arena_()
532 old_style_(old_style) { in arena_()
538 old_style_(other.old_style_) { in Map()
546 old_style_(old_style) { in arena_()
554 if (old_style_) in ~Map()
563 if (old_style_) in Init()
1479 return old_style_ ? iterator(deprecated_elements_->begin()) in begin()
1483 return old_style_ ? iterator(deprecated_elements_->end()) in end()
1487 return old_style_ ? const_iterator(deprecated_elements_->begin()) in begin()
1491 return old_style_ ? const_iterator(deprecated_elements_->end()) in end()
[all …]