Home
last modified time | relevance | path

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

/external/protobuf/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()
1476 return old_style_ ? iterator(deprecated_elements_->begin()) in begin()
1480 return old_style_ ? iterator(deprecated_elements_->end()) in end()
1484 return old_style_ ? const_iterator(deprecated_elements_->begin()) in begin()
1488 return old_style_ ? const_iterator(deprecated_elements_->end()) in end()
[all …]