/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
H A D | FieldTest.java | 170 Field f = null; in test_equalsLjava_lang_Object() local 194 Field f = TestField.class.getDeclaredField("doubleField"); in test_getLjava_lang_Object() local 195 Double val = (Double) f.get(x); in test_getLjava_lang_Object() local 248 Object getField(char primitiveType, Object o, Field f, in getField() 296 void setField(char primitiveType, Object o, Field f, in setField() 566 Field f = null; in test_getBooleanLjava_lang_Object() local 620 Field f = null; in test_getByteLjava_lang_Object() local 673 Field f = null; in test_getCharLjava_lang_Object() local 674 char val = 0; in test_getCharLjava_lang_Object() local 749 Field f = null; in test_getDoubleLjava_lang_Object() local [all …]
|
/aosp_15_r20/external/flac/src/test_streams/ |
H A D | main.c | 46 static FLAC__bool write_little_endian_unsigned(FILE *f, FLAC__uint32 x, size_t bytes) in write_little_endian_unsigned() 57 static FLAC__bool write_little_endian_signed(FILE *f, FLAC__int32 x, size_t bytes) in write_little_endian_signed() 62 static FLAC__bool write_little_endian_uint16(FILE *f, FLAC__uint16 x) in write_little_endian_uint16() 70 static FLAC__bool write_little_endian_int16(FILE *f, FLAC__int16 x) in write_little_endian_int16() 75 static FLAC__bool write_little_endian_uint24(FILE *f, FLAC__uint32 x) in write_little_endian_uint24() 84 static FLAC__bool write_little_endian_int24(FILE *f, FLAC__int32 x) in write_little_endian_int24() 89 static FLAC__bool write_little_endian_uint32(FILE *f, FLAC__uint32 x) in write_little_endian_uint32() 99 static FLAC__bool write_little_endian_int32(FILE *f, FLAC__int32 x) in write_little_endian_int32() 108 static FLAC__bool write_little_endian_uint64(FILE *f, FLAC__uint64 x) in write_little_endian_uint64() 125 static FLAC__bool write_big_endian(FILE *f, FLAC__int32 x, size_t bytes) in write_big_endian() [all …]
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/ |
H A D | field_def.c | 88 upb_FieldDef* _upb_FieldDef_At(const upb_FieldDef* f, int i) { in _upb_FieldDef_At() 96 bool upb_FieldDef_HasOptions(const upb_FieldDef* f) { in upb_FieldDef_HasOptions() 105 const char* upb_FieldDef_FullName(const upb_FieldDef* f) { in upb_FieldDef_FullName() 109 upb_CType upb_FieldDef_CType(const upb_FieldDef* f) { in upb_FieldDef_CType() 113 upb_FieldType upb_FieldDef_Type(const upb_FieldDef* f) { in upb_FieldDef_Type() 123 uint32_t upb_FieldDef_Index(const upb_FieldDef* f) { return f->index_; } in upb_FieldDef_Index() 125 upb_Label upb_FieldDef_Label(const upb_FieldDef* f) { in upb_FieldDef_Label() 134 uint32_t upb_FieldDef_Number(const upb_FieldDef* f) { return f->number_; } in upb_FieldDef_Number() 136 bool upb_FieldDef_IsExtension(const upb_FieldDef* f) { return f->is_extension; } in upb_FieldDef_IsExtension() 138 bool _upb_FieldDef_IsPackable(const upb_FieldDef* f) { in _upb_FieldDef_IsPackable() [all …]
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/json/ |
H A D | decode.c | 73 static bool jsondec_isnullvalue(const upb_FieldDef* f) { in jsondec_isnullvalue() 79 static bool jsondec_isvalue(const upb_FieldDef* f) { in jsondec_isvalue() 334 double val = strtod(nullz, &end); in jsondec_number() local 573 int32_t val = -1; in jsondec_partialbase64() local 608 int val = jsondec_base64_tablelookup(ptr[0]) << 18 | in jsondec_base64() local 641 const char* end, uint64_t* val) { in jsondec_buftouint64() 648 const char* end, int64_t* val, in jsondec_buftoint64() 676 static upb_MessageValue jsondec_int(jsondec* d, const upb_FieldDef* f) { in jsondec_int() 677 upb_MessageValue val; in jsondec_int() local 713 static upb_MessageValue jsondec_uint(jsondec* d, const upb_FieldDef* f) { in jsondec_uint() [all …]
|
H A D | encode.c | 196 static void jsonenc_enum(int32_t val, const upb_FieldDef* f, jsonenc* e) { in jsonenc_enum() 301 static bool upb_JsonEncode_HandleSpecialDoubles(jsonenc* e, double val) { in upb_JsonEncode_HandleSpecialDoubles() 314 static void upb_JsonEncode_Double(jsonenc* e, double val) { in upb_JsonEncode_Double() 321 static void upb_JsonEncode_Float(jsonenc* e, float val) { in upb_JsonEncode_Float() 331 upb_MessageValue val = upb_Message_GetFieldByDef(msg, val_f); in jsonenc_wrapper() local 465 upb_MessageValue key, val; in jsonenc_struct() local 504 const upb_FieldDef* f; in jsonenc_value() local 505 upb_MessageValue val; in jsonenc_value() local 580 static void jsonenc_scalar(jsonenc* e, upb_MessageValue val, in jsonenc_scalar() 581 const upb_FieldDef* f) { in jsonenc_scalar() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | decode.c | 76 static bool jsondec_isnullvalue(const upb_FieldDef* f) { in jsondec_isnullvalue() 82 static bool jsondec_isvalue(const upb_FieldDef* f) { in jsondec_isvalue() 308 double val = strtod(start, &end); in jsondec_number() local 547 int32_t val = -1; in jsondec_partialbase64() local 582 int val = jsondec_base64_tablelookup(ptr[0]) << 18 | in jsondec_base64() local 615 const char* end, uint64_t* val) { in jsondec_buftouint64() 622 const char* end, int64_t* val, in jsondec_buftoint64() 650 static upb_MessageValue jsondec_int(jsondec* d, const upb_FieldDef* f) { in jsondec_int() 651 upb_MessageValue val; in jsondec_int() local 687 static upb_MessageValue jsondec_uint(jsondec* d, const upb_FieldDef* f) { in jsondec_uint() [all …]
|
D | encode.c | 216 static void jsonenc_enum(int32_t val, const upb_FieldDef* f, jsonenc* e) { in jsonenc_enum() 321 static bool upb_JsonEncode_HandleSpecialDoubles(jsonenc* e, double val) { in upb_JsonEncode_HandleSpecialDoubles() 334 static void upb_JsonEncode_Double(jsonenc* e, double val) { in upb_JsonEncode_Double() 341 static void upb_JsonEncode_Float(jsonenc* e, float val) { in upb_JsonEncode_Float() 351 upb_MessageValue val = upb_Message_GetFieldByDef(msg, val_f); in jsonenc_wrapper() local 485 upb_MessageValue key, val; in jsonenc_struct() local 524 const upb_FieldDef* f; in jsonenc_value() local 525 upb_MessageValue val; in jsonenc_value() local 600 static void jsonenc_scalar(jsonenc* e, upb_MessageValue val, in jsonenc_scalar() 601 const upb_FieldDef* f) { in jsonenc_scalar() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | convert.c | 39 PyObject* PyUpb_UpbToPy(upb_MessageValue val, const upb_FieldDef* f, in PyUpb_UpbToPy() 83 static bool PyUpb_GetInt64(PyObject* obj, int64_t* val) { in PyUpb_GetInt64() 102 static bool PyUpb_GetUint64(PyObject* obj, uint64_t* val) { in PyUpb_GetUint64() 119 static bool PyUpb_GetInt32(PyObject* obj, int32_t* val) { in PyUpb_GetInt32() 130 static bool PyUpb_GetUint32(PyObject* obj, uint32_t* val) { in PyUpb_GetUint32() 157 const char* upb_FieldDef_TypeString(const upb_FieldDef* f) { in upb_FieldDef_TypeString() 186 upb_MessageValue* val) { in PyUpb_PyToUpbEnum() 211 bool PyUpb_IsNumpyNdarray(PyObject* obj, const upb_FieldDef* f) { in PyUpb_IsNumpyNdarray() 225 bool PyUpb_PyToUpb(PyObject* obj, const upb_FieldDef* f, upb_MessageValue* val, in PyUpb_PyToUpb() 293 const upb_FieldDef* f) { in PyUpb_ValueEq() [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | ruby-upb.c | 161 #define UPB_LONGJMP(buf, val) _longjmp(buf, val) argument 164 #define UPB_LONGJMP(buf, val) longjmp(buf, val) argument 318 void upb_Array_Set(upb_Array* arr, size_t i, upb_MessageValue val) { in upb_Array_Set() 325 bool upb_Array_Append(upb_Array* arr, upb_MessageValue val, upb_Arena* arena) { in upb_Array_Append() 378 upb_MessageValue* val) { in upb_Map_Get() 385 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Insert() 1315 static uint64_t fastdecode_munge(uint64_t val, int valbytes, bool zigzag) { in fastdecode_munge() 1331 static const char* fastdecode_varint64(const char* ptr, uint64_t* val) { in fastdecode_varint64() 1410 uint64_t val; in fastdecode_topackedvarint() local 2073 static bool jsondec_isnullvalue(const upb_FieldDef* f) { in jsondec_isnullvalue() [all …]
|
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 161 #define UPB_LONGJMP(buf, val) _longjmp(buf, val) argument 164 #define UPB_LONGJMP(buf, val) longjmp(buf, val) argument 318 void upb_Array_Set(upb_Array* arr, size_t i, upb_MessageValue val) { in upb_Array_Set() 325 bool upb_Array_Append(upb_Array* arr, upb_MessageValue val, upb_Arena* arena) { in upb_Array_Append() 378 upb_MessageValue* val) { in upb_Map_Get() 385 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Insert() 1644 static uint64_t fastdecode_munge(uint64_t val, int valbytes, bool zigzag) { in fastdecode_munge() 1660 static const char* fastdecode_varint64(const char* ptr, uint64_t* val) { in fastdecode_varint64() 1739 uint64_t val; in fastdecode_topackedvarint() local 2402 static bool jsondec_isnullvalue(const upb_FieldDef* f) { in jsondec_isnullvalue() [all …]
|
H A D | message.c | 115 const upb_FieldDef *f = in get_field() local 145 static void Message_get(Message *intern, const upb_FieldDef *f, zval *rv) { in Message_get() 165 static bool Message_set(Message *intern, const upb_FieldDef *f, zval *val) { in Message_set() 224 const upb_FieldDef *f = upb_MessageDef_Field(m, i); in MessageEq() local 288 const upb_FieldDef *f = get_field(intern, member); in Message_has_property() local 322 const upb_FieldDef *f = get_field(intern, member); in Message_unset_property() local 359 const upb_FieldDef *f = get_field(intern, member); in Message_read_property() local 388 PROTO_VAL *obj, PROTO_STR *member, zval *val, void **cache_slot) { in Message_write_property() 390 const upb_FieldDef *f = get_field(intern, member); in Message_write_property() local 453 void Message_GetPhpWrapper(zval *val, const Descriptor *desc, upb_Message *msg, in Message_GetPhpWrapper() [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 161 #define UPB_LONGJMP(buf, val) _longjmp(buf, val) argument 164 #define UPB_LONGJMP(buf, val) longjmp(buf, val) argument 318 void upb_Array_Set(upb_Array* arr, size_t i, upb_MessageValue val) { in upb_Array_Set() 325 bool upb_Array_Append(upb_Array* arr, upb_MessageValue val, upb_Arena* arena) { in upb_Array_Append() 378 upb_MessageValue* val) { in upb_Map_Get() 385 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Insert() 1644 static uint64_t fastdecode_munge(uint64_t val, int valbytes, bool zigzag) { in fastdecode_munge() 1660 static const char* fastdecode_varint64(const char* ptr, uint64_t* val) { in fastdecode_varint64() 1739 uint64_t val; in fastdecode_topackedvarint() local 2402 static bool jsondec_isnullvalue(const upb_FieldDef* f) { in jsondec_isnullvalue() [all …]
|
H A D | message.c | 115 const upb_FieldDef *f = in get_field() local 145 static void Message_get(Message *intern, const upb_FieldDef *f, zval *rv) { in Message_get() 165 static bool Message_set(Message *intern, const upb_FieldDef *f, zval *val) { in Message_set() 224 const upb_FieldDef *f = upb_MessageDef_Field(m, i); in MessageEq() local 288 const upb_FieldDef *f = get_field(intern, member); in Message_has_property() local 322 const upb_FieldDef *f = get_field(intern, member); in Message_unset_property() local 359 const upb_FieldDef *f = get_field(intern, member); in Message_read_property() local 388 PROTO_VAL *obj, PROTO_STR *member, zval *val, void **cache_slot) { in Message_write_property() 390 const upb_FieldDef *f = get_field(intern, member); in Message_write_property() local 453 void Message_GetPhpWrapper(zval *val, const Descriptor *desc, upb_Message *msg, in Message_GetPhpWrapper() [all …]
|
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/ |
H A D | ruby-upb.c | 161 #define UPB_LONGJMP(buf, val) _longjmp(buf, val) argument 164 #define UPB_LONGJMP(buf, val) longjmp(buf, val) argument 318 void upb_Array_Set(upb_Array* arr, size_t i, upb_MessageValue val) { in upb_Array_Set() 325 bool upb_Array_Append(upb_Array* arr, upb_MessageValue val, upb_Arena* arena) { in upb_Array_Append() 378 upb_MessageValue* val) { in upb_Map_Get() 385 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Insert() 1315 static uint64_t fastdecode_munge(uint64_t val, int valbytes, bool zigzag) { in fastdecode_munge() 1331 static const char* fastdecode_varint64(const char* ptr, uint64_t* val) { in fastdecode_varint64() 1410 uint64_t val; in fastdecode_topackedvarint() local 2073 static bool jsondec_isnullvalue(const upb_FieldDef* f) { in jsondec_isnullvalue() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-loongarch/src/ |
H A D | main.rs | 86 let f = File::open(in_file.clone()).unwrap_or_else(|_| panic!("Failed to open {in_file}")); in gen_spec() localVariable 87 let f = BufReader::new(f); in gen_spec() localVariable 125 let mut f = File::create(out_dir_path.join(format!("{ext_name}.spec")))?; in gen_spec() localVariable 131 let f = File::open(in_file.clone()).unwrap_or_else(|_| panic!("Failed to open {in_file}")); in gen_bind() localVariable 132 let f = BufReader::new(f); in gen_bind() localVariable 552 let f = File::open(in_file.clone()).unwrap_or_else(|_| panic!("Failed to open {in_file}")); in gen_test() localVariable 553 let f = BufReader::new(f); in gen_test() localVariable 784 let mut f = File::create(out_dir_path.join(format!("{ext_name}.c")))?; in gen_test() localVariable 798 let val = rand::random::<i32>(); localVariable 803 let val = rand::random::<u32>(); localVariable [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-loongarch/src/ |
H A D | main.rs | 86 let f = File::open(in_file.clone()).unwrap_or_else(|_| panic!("Failed to open {in_file}")); in gen_spec() localVariable 87 let f = BufReader::new(f); in gen_spec() localVariable 125 let mut f = File::create(out_dir_path.join(format!("{ext_name}.spec")))?; in gen_spec() localVariable 131 let f = File::open(in_file.clone()).unwrap_or_else(|_| panic!("Failed to open {in_file}")); in gen_bind() localVariable 132 let f = BufReader::new(f); in gen_bind() localVariable 552 let f = File::open(in_file.clone()).unwrap_or_else(|_| panic!("Failed to open {in_file}")); in gen_test() localVariable 553 let f = BufReader::new(f); in gen_test() localVariable 784 let mut f = File::create(out_dir_path.join(format!("{ext_name}.c")))?; in gen_test() localVariable 798 let val = rand::random::<i32>(); localVariable 803 let val = rand::random::<u32>(); localVariable [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-loongarch/src/ |
H A D | main.rs | 86 let f = File::open(in_file.clone()).unwrap_or_else(|_| panic!("Failed to open {in_file}")); in gen_spec() localVariable 87 let f = BufReader::new(f); in gen_spec() localVariable 125 let mut f = File::create(out_dir_path.join(format!("{ext_name}.spec")))?; in gen_spec() localVariable 131 let f = File::open(in_file.clone()).unwrap_or_else(|_| panic!("Failed to open {in_file}")); in gen_bind() localVariable 132 let f = BufReader::new(f); in gen_bind() localVariable 552 let f = File::open(in_file.clone()).unwrap_or_else(|_| panic!("Failed to open {in_file}")); in gen_test() localVariable 553 let f = BufReader::new(f); in gen_test() localVariable 784 let mut f = File::create(out_dir_path.join(format!("{ext_name}.c")))?; in gen_test() localVariable 798 let val = rand::random::<i32>(); localVariable 803 let val = rand::random::<u32>(); localVariable [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-loongarch/src/ |
H A D | main.rs | 86 let f = File::open(in_file.clone()).unwrap_or_else(|_| panic!("Failed to open {in_file}")); in gen_spec() localVariable 87 let f = BufReader::new(f); in gen_spec() localVariable 125 let mut f = File::create(out_dir_path.join(format!("{ext_name}.spec")))?; in gen_spec() localVariable 131 let f = File::open(in_file.clone()).unwrap_or_else(|_| panic!("Failed to open {in_file}")); in gen_bind() localVariable 132 let f = BufReader::new(f); in gen_bind() localVariable 552 let f = File::open(in_file.clone()).unwrap_or_else(|_| panic!("Failed to open {in_file}")); in gen_test() localVariable 553 let f = BufReader::new(f); in gen_test() localVariable 784 let mut f = File::create(out_dir_path.join(format!("{ext_name}.c")))?; in gen_test() localVariable 798 let val = rand::random::<i32>(); localVariable 803 let val = rand::random::<u32>(); localVariable [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-loongarch/src/ |
H A D | main.rs | 86 let f = File::open(in_file.clone()).unwrap_or_else(|_| panic!("Failed to open {in_file}")); in gen_spec() localVariable 87 let f = BufReader::new(f); in gen_spec() localVariable 125 let mut f = File::create(out_dir_path.join(format!("{ext_name}.spec")))?; in gen_spec() localVariable 131 let f = File::open(in_file.clone()).unwrap_or_else(|_| panic!("Failed to open {in_file}")); in gen_bind() localVariable 132 let f = BufReader::new(f); in gen_bind() localVariable 552 let f = File::open(in_file.clone()).unwrap_or_else(|_| panic!("Failed to open {in_file}")); in gen_test() localVariable 553 let f = BufReader::new(f); in gen_test() localVariable 784 let mut f = File::create(out_dir_path.join(format!("{ext_name}.c")))?; in gen_test() localVariable 798 let val = rand::random::<i32>(); localVariable 803 let val = rand::random::<u32>(); localVariable [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/ |
D | jsr166-tests.jar | ... synthetic java.util.concurrent.atomic.AtomicBoolean val$done
final synthetic jsr166.AbstractExecutorServiceTest this$0 ... |
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/ |
D | jsr166-tests.jar | ... synthetic java.util.concurrent.atomic.AtomicBoolean val$done
final synthetic jsr166.AbstractExecutorServiceTest this$0 ... |
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/ |
D | field_def.c | 94 upb_FieldDef* _upb_FieldDef_At(const upb_FieldDef* f, int i) { in _upb_FieldDef_At() 102 bool upb_FieldDef_HasOptions(const upb_FieldDef* f) { in upb_FieldDef_HasOptions() 106 const char* upb_FieldDef_FullName(const upb_FieldDef* f) { in upb_FieldDef_FullName() 110 upb_CType upb_FieldDef_CType(const upb_FieldDef* f) { in upb_FieldDef_CType() 145 upb_FieldType upb_FieldDef_Type(const upb_FieldDef* f) { return f->type_; } in upb_FieldDef_Type() 147 uint32_t upb_FieldDef_Index(const upb_FieldDef* f) { return f->index_; } in upb_FieldDef_Index() 149 upb_Label upb_FieldDef_Label(const upb_FieldDef* f) { return f->label_; } in upb_FieldDef_Label() 151 uint32_t upb_FieldDef_Number(const upb_FieldDef* f) { return f->number_; } in upb_FieldDef_Number() 153 bool upb_FieldDef_IsExtension(const upb_FieldDef* f) { return f->is_extension; } in upb_FieldDef_IsExtension() 155 bool upb_FieldDef_IsPacked(const upb_FieldDef* f) { return f->is_packed; } in upb_FieldDef_IsPacked() [all …]
|
D | message.c | 47 bool upb_Message_HasFieldByDef(const upb_Message* msg, const upb_FieldDef* f) { in upb_Message_HasFieldByDef() 54 const upb_FieldDef* f = upb_OneofDef_Field(o, 0); in upb_Message_WhichOneof() local 68 const upb_FieldDef* f) { in upb_Message_GetFieldByDef() 76 const upb_FieldDef* f, in upb_Message_Mutable() 84 upb_MessageValue val = upb_Message_GetFieldByDef(msg, f); in upb_Message_Mutable() local 114 bool upb_Message_SetFieldByDef(upb_Message* msg, const upb_FieldDef* f, in upb_Message_SetFieldByDef() 115 upb_MessageValue val, upb_Arena* a) { in upb_Message_SetFieldByDef() 119 void upb_Message_ClearFieldByDef(upb_Message* msg, const upb_FieldDef* f) { in upb_Message_ClearFieldByDef() 136 const upb_FieldDef* f = upb_MessageDef_Field(m, i); in upb_Message_Next() local 138 upb_MessageValue val = upb_Message_GetFieldByDef(msg, f); in upb_Message_Next() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/text/ |
D | encode.c | 112 static void txtenc_enum(int32_t val, const upb_FieldDef* f, txtenc* e) { in txtenc_enum() 162 static void txtenc_field(txtenc* e, upb_MessageValue val, in txtenc_field() 163 const upb_FieldDef* f) { in txtenc_field() 244 const upb_FieldDef* f) { in txtenc_array() 254 upb_MessageValue val, const upb_FieldDef* f) { in txtenc_mapentry() 284 static void txtenc_map(txtenc* e, const upb_Map* map, const upb_FieldDef* f) { in txtenc_map() 287 upb_MessageValue key, val; in txtenc_map() local 299 upb_MessageValue key, val; in txtenc_map() local 345 uint64_t val; in txtenc_unknown() local 351 uint32_t val; in txtenc_unknown() local [all …]
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/text/ |
H A D | encode.c | 101 static void txtenc_enum(int32_t val, const upb_FieldDef* f, txtenc* e) { in txtenc_enum() 230 static void txtenc_field(txtenc* e, upb_MessageValue val, in txtenc_field() 231 const upb_FieldDef* f) { in txtenc_field() 312 const upb_FieldDef* f) { in txtenc_array() 322 upb_MessageValue val, const upb_FieldDef* f) { in txtenc_mapentry() 352 static void txtenc_map(txtenc* e, const upb_Map* map, const upb_FieldDef* f) { in txtenc_map() 355 upb_MessageValue key, val; in txtenc_map() local 369 upb_MessageValue key, val; in txtenc_map() local 415 uint64_t val; in txtenc_unknown() local 421 uint32_t val; in txtenc_unknown() local [all …]
|