Home
last modified time | relevance | path

Searched defs:DecodeValue (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/der/src/
Ddecode.rs86 pub trait DecodeValue<'a>: Sized { interface
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/
Dnull.rs60 impl<'a> DecodeValue<'a> for () { implementation
Dinternal_macros.rs50 impl<'__der: $($li),*, $($li),*> DecodeValue<'__der> for $type { impl
Dsequence_of.rs130 impl<'a, T, const N: usize> DecodeValue<'a> for [T; N] impl
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/gob/
Ddecoder.go215 func (dec *Decoder) DecodeValue(v reflect.Value) error { func
/aosp_15_r20/external/leveldb/util/
H A Dcache_test.cc25 static int DecodeValue(void* v) { return reinterpret_cast<uintptr_t>(v); } in DecodeValue() function
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/
H A Dcache_test.cc38 static int DecodeValue(void* v) { return reinterpret_cast<uintptr_t>(v); } in DecodeValue() function
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/vp8/features/
H A Ddecode_vp8_entropy_state.cpp88 int32_t Vp8EntropyState::DecodeValue(int32_t bits) in DecodeValue() function in decode::Vp8EntropyState
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/integer/
Dint.rs16 impl<'a> DecodeValue<'a> for $int { impl
Duint.rs16 impl<'a> DecodeValue<'a> for $uint { impl
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_decode_vp8.cpp93 int32_t Vp8EntropyState::DecodeValue(int32_t bits) in DecodeValue() function in Vp8EntropyState