Searched refs:google_protobuf_Value (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/protobuf/ |
D | struct.upb.h | 25 struct google_protobuf_Value; 29 typedef struct google_protobuf_Value google_protobuf_Value; typedef 63 …ct_fields_get(const google_protobuf_Struct *msg, upb_strview key, google_protobuf_Value* *val) { r… in google_protobuf_Struct_fields_get() 67 …f_Struct_fields_set(google_protobuf_Struct *msg, upb_strview key, google_protobuf_Value* val, upb_… in google_protobuf_Struct_fields_set() 79 UPB_INLINE const google_protobuf_Value* google_protobuf_Struct_FieldsEntry_value(const google_proto… in google_protobuf_Struct_FieldsEntry_value() 80 google_protobuf_Value* ret; in google_protobuf_Struct_FieldsEntry_value() 85 …ruct_FieldsEntry_set_value(google_protobuf_Struct_FieldsEntry *msg, google_protobuf_Value* value) { in google_protobuf_Struct_FieldsEntry_set_value() 86 _upb_msg_map_set_value(msg, &value, sizeof(google_protobuf_Value*)); in google_protobuf_Struct_FieldsEntry_set_value() 91 UPB_INLINE google_protobuf_Value *google_protobuf_Value_new(upb_arena *arena) { in google_protobuf_Value_new() 92 return (google_protobuf_Value *)_upb_msg_new(&google_protobuf_Value_msginit, arena); in google_protobuf_Value_new() [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_api.cc | 762 void PopulateMetadataValue(upb_arena* arena, google_protobuf_Value* value_pb, 776 google_protobuf_Value* value = google_protobuf_Value_new(arena); in PopulateMetadata() 783 void PopulateMetadataValue(upb_arena* arena, google_protobuf_Value* value_pb, in PopulateMetadataValue()
|