Home
last modified time | relevance | path

Searched refs:google_protobuf_Struct_new (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/protobuf/
Dstruct.upb.h45 UPB_INLINE google_protobuf_Struct* google_protobuf_Struct_new(upb_Arena* arena) { in google_protobuf_Struct_new() function
49 google_protobuf_Struct* ret = google_protobuf_Struct_new(arena); in google_protobuf_Struct_parse()
59 google_protobuf_Struct* ret = google_protobuf_Struct_new(arena); in google_protobuf_Struct_parse_ex()
/aosp_15_r20/external/grpc-grpc/src/core/ext/upb-gen/google/protobuf/
H A Dstruct.upb.h35 UPB_INLINE google_protobuf_Struct* google_protobuf_Struct_new(upb_Arena* arena) { in google_protobuf_Struct_new() function
39 google_protobuf_Struct* ret = google_protobuf_Struct_new(arena); in google_protobuf_Struct_parse()
50 google_protobuf_Struct* ret = google_protobuf_Struct_new(arena); in google_protobuf_Struct_parse_ex()
/aosp_15_r20/external/grpc-grpc/src/cpp/ext/csm/
H A Dmetadata_exchange.cc345 auto* metadata = google_protobuf_Struct_new(arena.ptr()); in ServiceMeshLabelsInjector()