Searched refs:google_protobuf_ListValue (Results 1 – 3 of 3) sorted by relevance
/third_party/grpc/src/core/ext/upb-generated/google/protobuf/ |
D | struct.upb.h | 26 struct google_protobuf_ListValue; 30 typedef struct google_protobuf_ListValue google_protobuf_ListValue; typedef 131 …google_protobuf_ListValue* google_protobuf_Value_list_value(const google_protobuf_Value *msg) { re… in google_protobuf_Value_list_value() 157 …oogle_protobuf_Value_set_list_value(google_protobuf_Value *msg, google_protobuf_ListValue* value) { in google_protobuf_Value_set_list_value() 158 UPB_WRITE_ONEOF(msg, google_protobuf_ListValue*, UPB_SIZE(0, 0), value, UPB_SIZE(8, 16), 6); in google_protobuf_Value_set_list_value() 160 UPB_INLINE struct google_protobuf_ListValue* google_protobuf_Value_mutable_list_value(google_protob… in google_protobuf_Value_mutable_list_value() 161 …struct google_protobuf_ListValue* sub = (struct google_protobuf_ListValue*)google_protobuf_Value_l… in google_protobuf_Value_mutable_list_value() 163 … sub = (struct google_protobuf_ListValue*)_upb_msg_new(&google_protobuf_ListValue_msginit, arena); in google_protobuf_Value_mutable_list_value() 172 UPB_INLINE google_protobuf_ListValue *google_protobuf_ListValue_new(upb_arena *arena) { in google_protobuf_ListValue_new() 173 return (google_protobuf_ListValue *)_upb_msg_new(&google_protobuf_ListValue_msginit, arena); in google_protobuf_ListValue_new() [all …]
|
/third_party/grpc/src/core/ext/filters/client_channel/xds/ |
D | xds_api.cc | 239 void PopulateListValue(upb_arena* arena, google_protobuf_ListValue* list_value, in PopulateListValue() 284 google_protobuf_ListValue* list_value = in PopulateMetadataValue()
|
/third_party/grpc/src/core/ext/xds/ |
D | xds_api.cc | 579 void PopulateListValue(upb_arena* arena, google_protobuf_ListValue* list_value, in PopulateListValue() 624 google_protobuf_ListValue* list_value = in PopulateMetadataValue()
|