HomeSort by relevance Sort by last modified time
    Searched refs:oneof_indices_ (Results 1 - 2 of 2) sorted by null

  /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);

Completed in 65 milliseconds