Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/upb-generated/google/protobuf/
Dstruct.upb.h25 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 …]
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.cc236 void PopulateMetadataValue(upb_arena* arena, google_protobuf_Value* value_pb,
250 google_protobuf_Value* value = google_protobuf_Value_new(arena); in PopulateMetadata()
257 void PopulateMetadataValue(upb_arena* arena, google_protobuf_Value* value_pb, in PopulateMetadataValue()
314 google_protobuf_Value* value = google_protobuf_Value_new(arena); in PopulateNode()
416 const google_protobuf_Value* value = in AddNodeLogFields()
/third_party/grpc/src/core/ext/xds/
Dxds_api.cc576 void PopulateMetadataValue(upb_arena* arena, google_protobuf_Value* value_pb,
590 google_protobuf_Value* value = google_protobuf_Value_new(arena); in PopulateMetadata()
597 void PopulateMetadataValue(upb_arena* arena, google_protobuf_Value* value_pb, in PopulateMetadataValue()