Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dencode.c142 static void encode_fixedarray(upb_encstate *e, const upb_array *arr, in encode_fixedarray() function
278 encode_fixedarray(e, arr, sizeof(double), TAG(UPB_WIRE_TYPE_64BIT)); in encode_array()
281 encode_fixedarray(e, arr, sizeof(float), TAG(UPB_WIRE_TYPE_32BIT)); in encode_array()
285 encode_fixedarray(e, arr, sizeof(uint64_t), TAG(UPB_WIRE_TYPE_64BIT)); in encode_array()
289 encode_fixedarray(e, arr, sizeof(uint32_t), TAG(UPB_WIRE_TYPE_32BIT)); in encode_array()
/external/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.c1500 static void encode_fixedarray(upb_encstate* e, const upb_Array* arr, in encode_fixedarray() function
1644 encode_fixedarray(e, arr, sizeof(double), TAG(kUpb_WireType_64Bit)); in encode_array()
1647 encode_fixedarray(e, arr, sizeof(float), TAG(kUpb_WireType_32Bit)); in encode_array()
1651 encode_fixedarray(e, arr, sizeof(uint64_t), TAG(kUpb_WireType_64Bit)); in encode_array()
1655 encode_fixedarray(e, arr, sizeof(uint32_t), TAG(kUpb_WireType_32Bit)); in encode_array()
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.c1500 static void encode_fixedarray(upb_encstate* e, const upb_Array* arr, in encode_fixedarray() function
1644 encode_fixedarray(e, arr, sizeof(double), TAG(kUpb_WireType_64Bit)); in encode_array()
1647 encode_fixedarray(e, arr, sizeof(float), TAG(kUpb_WireType_32Bit)); in encode_array()
1651 encode_fixedarray(e, arr, sizeof(uint64_t), TAG(kUpb_WireType_64Bit)); in encode_array()
1655 encode_fixedarray(e, arr, sizeof(uint32_t), TAG(kUpb_WireType_32Bit)); in encode_array()
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c1476 static void encode_fixedarray(upb_encstate* e, const upb_Array* arr, in encode_fixedarray() function
1620 encode_fixedarray(e, arr, sizeof(double), TAG(kUpb_WireType_64Bit)); in encode_array()
1623 encode_fixedarray(e, arr, sizeof(float), TAG(kUpb_WireType_32Bit)); in encode_array()
1627 encode_fixedarray(e, arr, sizeof(uint64_t), TAG(kUpb_WireType_64Bit)); in encode_array()
1631 encode_fixedarray(e, arr, sizeof(uint32_t), TAG(kUpb_WireType_32Bit)); in encode_array()
/external/protobuf/php/ext/google/protobuf/
Dphp-upb.c1476 static void encode_fixedarray(upb_encstate* e, const upb_Array* arr, in encode_fixedarray() function
1620 encode_fixedarray(e, arr, sizeof(double), TAG(kUpb_WireType_64Bit)); in encode_array()
1623 encode_fixedarray(e, arr, sizeof(float), TAG(kUpb_WireType_32Bit)); in encode_array()
1627 encode_fixedarray(e, arr, sizeof(uint64_t), TAG(kUpb_WireType_64Bit)); in encode_array()
1631 encode_fixedarray(e, arr, sizeof(uint32_t), TAG(kUpb_WireType_32Bit)); in encode_array()