Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Dbenchmark.cc292 P* GetProto() { return &proto_; } in GetProto() function
301 P* GetProto() { return protobuf::Arena::CreateMessage<P>(&arena_); } in GetProto() function
311 P* GetProto() { return protobuf::Arena::CreateMessage<P>(&arena_); } in GetProto() function
/aosp_15_r20/tools/dexter/slicer/
H A Ddex_ir_builder.cc146 Proto* Builder::GetProto(Type* return_type, TypeList* param_types) { in GetProto() function in ir::Builder
H A Dreader.cc230 ir::Proto* Reader::GetProto(dex::u4 index) { in GetProto() function in dex::Reader