Home
last modified time | relevance | path

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

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