Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/protobuf/
Dstruct.upb.h91 UPB_INLINE google_protobuf_Value *google_protobuf_Value_new(upb_arena *arena) { in google_protobuf_Value_new() function
96 google_protobuf_Value *ret = google_protobuf_Value_new(arena); in google_protobuf_Value_parse()
101 google_protobuf_Value *ret = google_protobuf_Value_new(arena); in google_protobuf_Value_parse_ex()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc776 google_protobuf_Value* value = google_protobuf_Value_new(arena); in PopulateMetadata()