Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.h216 hash_set<int32> oneof_indices_; variable
Dproto_writer.cc402 return ContainsKey(oneof_indices_, index); in IsOneofIndexTaken()
406 InsertIfNotPresent(&oneof_indices_, index); in TakeOneofIndex()