Home | Sort by relevance Sort by last modified time |
/external/protobuf/src/google/protobuf/util/internal/ | |
proto_writer.h | 216 hash_set<int32> oneof_indices_; member in class:google::protobuf::util::converter::ProtoWriter::ProtoElement |
proto_writer.cc | 402 return ContainsKey(oneof_indices_, index); 406 InsertIfNotPresent(&oneof_indices_, index); |