Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/cpp/ext/csm/
H A Dmetadata_exchange.cc184 google_protobuf_Value* value_pb = google_protobuf_Value_new(arena); in AddStringKeyValueToStructProto() local
211 google_protobuf_Value* value_pb = google_protobuf_Value_new(arena); in GetStringValueFromUpbStruct() local
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/
H A Dxds_api.cc84 auto* value_pb = google_protobuf_ListValue_add_values(list_value, arena); in PopulateListValue() local
99 void PopulateMetadataValue(google_protobuf_Value* value_pb, const Json& value, in PopulateMetadataValue()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc86 auto* value_pb = in PopulateListValue() local
104 google_protobuf_Value* value_pb, const Json& value) { in PopulateMetadataValue()