Searched refs:decode_type (Results 1 – 6 of 6) sorted by relevance
283 VarintDecodeType decode_type) { in ReadVarintField() argument290 const StatusWithSize sws = ReadOneVarint(out, decode_type); in ReadVarintField()297 VarintDecodeType decode_type) { in ReadOneVarint() argument313 if (decode_type == VarintDecodeType::kUnsigned) { in ReadOneVarint()316 const int64_t signed_value = decode_type == VarintDecodeType::kZigZag in ReadOneVarint()322 if (decode_type == VarintDecodeType::kUnsigned) { in ReadOneVarint()328 const int64_t signed_value = decode_type == VarintDecodeType::kZigZag in ReadOneVarint()338 PW_CHECK(decode_type == VarintDecodeType::kUnsigned, in ReadOneVarint()432 std::span<std::byte> out, size_t elem_size, VarintDecodeType decode_type) { in ReadPackedVarintField() argument450 const StatusWithSize sws = ReadOneVarint(out.first(elem_size), decode_type); in ReadPackedVarintField()
590 VarintDecodeType decode_type);593 VarintDecodeType decode_type);596 Result<T> ReadVarintField(VarintDecodeType decode_type) { in ReadVarintField() argument606 std::as_writable_bytes(std::span(&result, 1)), decode_type); in ReadVarintField()639 VarintDecodeType decode_type);668 VarintDecodeType decode_type) { in ReadRepeatedVarintField() argument679 decode_type); in ReadRepeatedVarintField()687 decode_type); in ReadRepeatedVarintField()
44 void FuzzAudioDecoder(DecoderFunctionType decode_type, in FuzzAudioDecoder() argument62 switch (decode_type) { in FuzzAudioDecoder()
26 void FuzzAudioDecoder(DecoderFunctionType decode_type,
323 decode_type = field_descriptor.type324 if (decode_type == _FieldDescriptor.TYPE_ENUM and326 decode_type = _FieldDescriptor.TYPE_INT32338 elif decode_type == _FieldDescriptor.TYPE_STRING:345 field_decoder = type_checkers.TYPE_TO_DECODER[decode_type](
544 ThumbnailDecodeType decode_type) { in GetThumbnailFilename() argument546 switch (decode_type) { in GetThumbnailFilename()