Home
last modified time | relevance | path

Searched defs:Proto2Factory (Results 1 – 1 of 1) sorted by relevance

/third_party/grpc/third_party/upb/benchmarks/
Dbenchmark.cc161 struct Proto2Factory<NoArena, P> { struct
170 struct Proto2Factory<UseArena, P> { struct
179 struct Proto2Factory<InitBlock, P> { struct
181 Proto2Factory() : arena_(GetOptions()) {} in Proto2Factory() function
182 P* GetProto() { return protobuf::Arena::CreateMessage<P>(&arena_); } in GetProto()
206 Proto2Factory<AMode, P> proto_factory; in BM_Parse_Proto2() argument