Searched refs:jsonenc_string (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | encode.c | 315 static void jsonenc_string(jsonenc* e, upb_StringView str) { in jsonenc_string() function 409 jsonenc_string(e, type_url); in jsonenc_any() 488 jsonenc_string(e, key.str_val); in jsonenc_struct() 545 jsonenc_string(e, val.str_val); in jsonenc_value() 625 jsonenc_string(e, val.str_val); in jsonenc_scalar()
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/json/ |
H A D | encode.c | 295 static void jsonenc_string(jsonenc* e, upb_StringView str) { in jsonenc_string() function 389 jsonenc_string(e, type_url); in jsonenc_any() 468 jsonenc_string(e, key.str_val); in jsonenc_struct() 525 jsonenc_string(e, val.str_val); in jsonenc_value() 605 jsonenc_string(e, val.str_val); in jsonenc_scalar()
|
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | ruby-upb.c | 3780 static void jsonenc_string(jsonenc* e, upb_StringView str) { in jsonenc_string() function 3874 jsonenc_string(e, type_url); in jsonenc_any() 3953 jsonenc_string(e, key.str_val); in jsonenc_struct() 4004 jsonenc_string(e, val.str_val); in jsonenc_value() 4084 jsonenc_string(e, val.str_val); in jsonenc_scalar()
|
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 4109 static void jsonenc_string(jsonenc* e, upb_StringView str) { in jsonenc_string() function 4203 jsonenc_string(e, type_url); in jsonenc_any() 4282 jsonenc_string(e, key.str_val); in jsonenc_struct() 4333 jsonenc_string(e, val.str_val); in jsonenc_value() 4413 jsonenc_string(e, val.str_val); in jsonenc_scalar()
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 4109 static void jsonenc_string(jsonenc* e, upb_StringView str) { in jsonenc_string() function 4203 jsonenc_string(e, type_url); in jsonenc_any() 4282 jsonenc_string(e, key.str_val); in jsonenc_struct() 4333 jsonenc_string(e, val.str_val); in jsonenc_value() 4413 jsonenc_string(e, val.str_val); in jsonenc_scalar()
|
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/ |
H A D | ruby-upb.c | 3780 static void jsonenc_string(jsonenc* e, upb_StringView str) { in jsonenc_string() function 3874 jsonenc_string(e, type_url); in jsonenc_any() 3953 jsonenc_string(e, key.str_val); in jsonenc_struct() 4004 jsonenc_string(e, val.str_val); in jsonenc_value() 4084 jsonenc_string(e, val.str_val); in jsonenc_scalar()
|