Home
last modified time | relevance | path

Searched refs:encode_fixedarray (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/wire/
H A Dencode.c183 static void encode_fixedarray(upb_encstate* e, const upb_Array* arr, in encode_fixedarray() function
340 encode_fixedarray(e, arr, sizeof(double), TAG(kUpb_WireType_64Bit)); in encode_array()
343 encode_fixedarray(e, arr, sizeof(float), TAG(kUpb_WireType_32Bit)); in encode_array()
347 encode_fixedarray(e, arr, sizeof(uint64_t), TAG(kUpb_WireType_64Bit)); in encode_array()
351 encode_fixedarray(e, arr, sizeof(uint32_t), TAG(kUpb_WireType_32Bit)); in encode_array()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/wire/
Dencode.c183 static void encode_fixedarray(upb_encstate* e, const upb_Array* arr, in encode_fixedarray() function
327 encode_fixedarray(e, arr, sizeof(double), TAG(kUpb_WireType_64Bit)); in encode_array()
330 encode_fixedarray(e, arr, sizeof(float), TAG(kUpb_WireType_32Bit)); in encode_array()
334 encode_fixedarray(e, arr, sizeof(uint64_t), TAG(kUpb_WireType_64Bit)); in encode_array()
338 encode_fixedarray(e, arr, sizeof(uint32_t), TAG(kUpb_WireType_32Bit)); in encode_array()
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Druby-upb.c10422 static void encode_fixedarray(upb_encstate* e, const upb_Array* arr, in encode_fixedarray() function
10566 encode_fixedarray(e, arr, sizeof(double), TAG(kUpb_WireType_64Bit)); in encode_array()
10569 encode_fixedarray(e, arr, sizeof(float), TAG(kUpb_WireType_32Bit)); in encode_array()
10573 encode_fixedarray(e, arr, sizeof(uint64_t), TAG(kUpb_WireType_64Bit)); in encode_array()
10577 encode_fixedarray(e, arr, sizeof(uint32_t), TAG(kUpb_WireType_32Bit)); in encode_array()
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c10751 static void encode_fixedarray(upb_encstate* e, const upb_Array* arr, in encode_fixedarray() function
10895 encode_fixedarray(e, arr, sizeof(double), TAG(kUpb_WireType_64Bit)); in encode_array()
10898 encode_fixedarray(e, arr, sizeof(float), TAG(kUpb_WireType_32Bit)); in encode_array()
10902 encode_fixedarray(e, arr, sizeof(uint64_t), TAG(kUpb_WireType_64Bit)); in encode_array()
10906 encode_fixedarray(e, arr, sizeof(uint32_t), TAG(kUpb_WireType_32Bit)); in encode_array()
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c10751 static void encode_fixedarray(upb_encstate* e, const upb_Array* arr, in encode_fixedarray() function
10895 encode_fixedarray(e, arr, sizeof(double), TAG(kUpb_WireType_64Bit)); in encode_array()
10898 encode_fixedarray(e, arr, sizeof(float), TAG(kUpb_WireType_32Bit)); in encode_array()
10902 encode_fixedarray(e, arr, sizeof(uint64_t), TAG(kUpb_WireType_64Bit)); in encode_array()
10906 encode_fixedarray(e, arr, sizeof(uint32_t), TAG(kUpb_WireType_32Bit)); in encode_array()
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/
H A Druby-upb.c10422 static void encode_fixedarray(upb_encstate* e, const upb_Array* arr, in encode_fixedarray() function
10566 encode_fixedarray(e, arr, sizeof(double), TAG(kUpb_WireType_64Bit)); in encode_array()
10569 encode_fixedarray(e, arr, sizeof(float), TAG(kUpb_WireType_32Bit)); in encode_array()
10573 encode_fixedarray(e, arr, sizeof(uint64_t), TAG(kUpb_WireType_64Bit)); in encode_array()
10577 encode_fixedarray(e, arr, sizeof(uint32_t), TAG(kUpb_WireType_32Bit)); in encode_array()