Home
last modified time | relevance | path

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

/external/pigweed/pw_protobuf/
Dstream_decoder.cc283 VarintDecodeType decode_type) { in ReadVarintField() argument
290 const StatusWithSize sws = ReadOneVarint(out, decode_type); in ReadVarintField()
297 VarintDecodeType decode_type) { in ReadOneVarint() argument
313 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() argument
450 const StatusWithSize sws = ReadOneVarint(out.first(elem_size), decode_type); in ReadPackedVarintField()
/external/pigweed/pw_protobuf/public/pw_protobuf/
Dstream_decoder.h590 VarintDecodeType decode_type);
593 VarintDecodeType decode_type);
596 Result<T> ReadVarintField(VarintDecodeType decode_type) { in ReadVarintField() argument
606 std::as_writable_bytes(std::span(&result, 1)), decode_type); in ReadVarintField()
639 VarintDecodeType decode_type);
668 VarintDecodeType decode_type) { in ReadRepeatedVarintField() argument
679 decode_type); in ReadRepeatedVarintField()
687 decode_type); in ReadRepeatedVarintField()
/external/webrtc/test/fuzzers/
Daudio_decoder_fuzzer.cc44 void FuzzAudioDecoder(DecoderFunctionType decode_type, in FuzzAudioDecoder() argument
62 switch (decode_type) { in FuzzAudioDecoder()
Daudio_decoder_fuzzer.h26 void FuzzAudioDecoder(DecoderFunctionType decode_type,
/external/protobuf/python/google/protobuf/internal/
Dpython_message.py323 decode_type = field_descriptor.type
324 if (decode_type == _FieldDescriptor.TYPE_ENUM and
326 decode_type = _FieldDescriptor.TYPE_INT32
338 elif decode_type == _FieldDescriptor.TYPE_STRING:
345 field_decoder = type_checkers.TYPE_TO_DECODER[decode_type](
/external/pdfium/samples/
Dpdfium_test_write_helper.cc544 ThumbnailDecodeType decode_type) { in GetThumbnailFilename() argument
546 switch (decode_type) { in GetThumbnailFilename()