Searched refs:STATE_MODIFIED_REPEATED (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dmap_field.cc103 void MapFieldBase::SetRepeatedDirty() { state_ = STATE_MODIFIED_REPEATED; }
135 if (state == STATE_MODIFIED_REPEATED) {
139 if (state_ == STATE_MODIFIED_REPEATED) {
H A Dmap_field.h133 STATE_MODIFIED_REPEATED = 1, // repeated field has newly added data that enumerator in enum:google::protobuf::internal::MapFieldBase::State
151 // 1: STATE_MODIFIED_REPEATED

Completed in 138 milliseconds