Searched refs:google_protobuf_Struct_FieldsEntry (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/protobuf/ |
D | struct.upb.h | 29 typedef struct google_protobuf_Struct_FieldsEntry google_protobuf_Struct_FieldsEntry; typedef 93 UPB_INLINE const google_protobuf_Struct_FieldsEntry* google_protobuf_Struct_fields_next(const googl… in google_protobuf_Struct_fields_next() 97 return (const google_protobuf_Struct_FieldsEntry*)_upb_map_next(map, iter); in google_protobuf_Struct_fields_next() 118 UPB_INLINE google_protobuf_Struct_FieldsEntry* google_protobuf_Struct_fields_nextmutable(google_pro… in google_protobuf_Struct_fields_nextmutable() 122 return (google_protobuf_Struct_FieldsEntry*)_upb_map_next(map, iter); in google_protobuf_Struct_fields_nextmutable() 127 …pb_StringView google_protobuf_Struct_FieldsEntry_key(const google_protobuf_Struct_FieldsEntry* msg… in google_protobuf_Struct_FieldsEntry_key() 132 …obuf_Value* google_protobuf_Struct_FieldsEntry_value(const google_protobuf_Struct_FieldsEntry* msg… in google_protobuf_Struct_FieldsEntry_value() 137 …NE bool google_protobuf_Struct_FieldsEntry_has_value(const google_protobuf_Struct_FieldsEntry* msg… in google_protobuf_Struct_FieldsEntry_has_value() 142 UPB_INLINE void google_protobuf_Struct_FieldsEntry_set_value(google_protobuf_Struct_FieldsEntry *ms… in google_protobuf_Struct_FieldsEntry_set_value()
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/upb-gen/google/protobuf/ |
H A D | struct.upb.h | 23 typedef struct google_protobuf_Struct_FieldsEntry { upb_Message UPB_PRIVATE(base); } google_protobu… typedef 84 UPB_INLINE const google_protobuf_Struct_FieldsEntry* google_protobuf_Struct_fields_next(const googl… in google_protobuf_Struct_fields_next() 88 return (const google_protobuf_Struct_FieldsEntry*)_upb_map_next(map, iter); in google_protobuf_Struct_fields_next() 118 UPB_INLINE google_protobuf_Struct_FieldsEntry* google_protobuf_Struct_fields_nextmutable(google_pro… in google_protobuf_Struct_fields_nextmutable() 122 return (google_protobuf_Struct_FieldsEntry*)_upb_map_next(map, iter); in google_protobuf_Struct_fields_nextmutable() 127 …pb_StringView google_protobuf_Struct_FieldsEntry_key(const google_protobuf_Struct_FieldsEntry* msg… in google_protobuf_Struct_FieldsEntry_key() 132 …obuf_Value* google_protobuf_Struct_FieldsEntry_value(const google_protobuf_Struct_FieldsEntry* msg… in google_protobuf_Struct_FieldsEntry_value() 137 …NE bool google_protobuf_Struct_FieldsEntry_has_value(const google_protobuf_Struct_FieldsEntry* msg… in google_protobuf_Struct_FieldsEntry_has_value() 142 UPB_INLINE void google_protobuf_Struct_FieldsEntry_set_value(google_protobuf_Struct_FieldsEntry *ms… in google_protobuf_Struct_FieldsEntry_set_value()
|
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/ |
H A D | wkt.inc | 1133 /* google_protobuf_Struct_FieldsEntry */ 1137 static PHP_METHOD(google_protobuf_Struct_FieldsEntry, __construct) { 1142 static PHP_METHOD(google_protobuf_Struct_FieldsEntry, getKey) { 1151 static PHP_METHOD(google_protobuf_Struct_FieldsEntry, setKey) { 1164 static PHP_METHOD(google_protobuf_Struct_FieldsEntry, getValue) { 1173 static PHP_METHOD(google_protobuf_Struct_FieldsEntry, setValue) { 1187 PHP_ME(google_protobuf_Struct_FieldsEntry, __construct, arginfo_construct, ZEND_ACC_PUBLIC) 1188 PHP_ME(google_protobuf_Struct_FieldsEntry, getKey, arginfo_void, ZEND_ACC_PUBLIC) 1189 PHP_ME(google_protobuf_Struct_FieldsEntry, setKey, arginfo_setter, ZEND_ACC_PUBLIC) 1190 PHP_ME(google_protobuf_Struct_FieldsEntry, getValue, arginfo_void, ZEND_ACC_PUBLIC) [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
H A D | wkt.inc | 1133 /* google_protobuf_Struct_FieldsEntry */ 1137 static PHP_METHOD(google_protobuf_Struct_FieldsEntry, __construct) { 1142 static PHP_METHOD(google_protobuf_Struct_FieldsEntry, getKey) { 1151 static PHP_METHOD(google_protobuf_Struct_FieldsEntry, setKey) { 1164 static PHP_METHOD(google_protobuf_Struct_FieldsEntry, getValue) { 1173 static PHP_METHOD(google_protobuf_Struct_FieldsEntry, setValue) { 1187 PHP_ME(google_protobuf_Struct_FieldsEntry, __construct, arginfo_construct, ZEND_ACC_PUBLIC) 1188 PHP_ME(google_protobuf_Struct_FieldsEntry, getKey, arginfo_void, ZEND_ACC_PUBLIC) 1189 PHP_ME(google_protobuf_Struct_FieldsEntry, setKey, arginfo_setter, ZEND_ACC_PUBLIC) 1190 PHP_ME(google_protobuf_Struct_FieldsEntry, getValue, arginfo_void, ZEND_ACC_PUBLIC) [all …]
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/ |
H A D | xds_cluster.cc | 718 const google_protobuf_Struct_FieldsEntry* fields_entry; in CdsResourceParse()
|