Lines Matching full:proto_ids_
171 std::vector<std::unique_ptr<ProtoId>>& ProtoIds() { return proto_ids_.Collection(); }
260 uint32_t ProtoIdsOffset() const { return proto_ids_.GetOffset(); }
281 void SetProtoIdsOffset(uint32_t new_offset) { proto_ids_.SetOffset(new_offset); }
306 uint32_t ProtoIdsSize() const { return proto_ids_.Size(); }
334 CollectionVector<ProtoId> proto_ids_;