Home
last modified time | relevance | path

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

/third_party/grpc/third_party/upb/benchmarks/
Dbenchmark.cc163 P* GetProto() { return &proto_; } in GetProto() function
172 P* GetProto() { return protobuf::Arena::CreateMessage<P>(&arena_); } in GetProto() function
182 P* GetProto() { return protobuf::Arena::CreateMessage<P>(&arena_); } in GetProto() function
207 auto proto = proto_factory.GetProto(); in BM_Parse_Proto2()
/third_party/protobuf/docs/
Dfield_presence.md252 In the examples, a function `GetProto` constructs and returns a message of type `Msg` with unspecif…
259 Msg m = GetProto();
272 Msg m = GetProto();
287 var m = GetProto();
300 var m = GetProto();
315 m := GetProto()
328 m := GetProto()
345 Msg.Builder m = GetProto().toBuilder();
358 Msg.Builder m = GetProto().toBuilder();