Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/der/src/
Ddecode.rs86 pub trait DecodeValue<'a>: Sized { trait
/external/rust/android-crates-io/crates/der/src/asn1/
Dnull.rs60 impl<'a> DecodeValue<'a> for () { impl
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
/external/leveldb/util/
Dcache_test.cc25 static int DecodeValue(void* v) { return reinterpret_cast<uintptr_t>(v); } in DecodeValue() function
/external/tensorflow/tensorflow/core/lib/io/
Dcache_test.cc38 static int DecodeValue(void* v) { return reinterpret_cast<uintptr_t>(v); } in DecodeValue() function
/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/vp8/features/
Ddecode_vp8_entropy_state.cpp88 int32_t Vp8EntropyState::DecodeValue(int32_t bits) in DecodeValue() function in decode::Vp8EntropyState
/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
/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
Dcodechal_decode_vp8.cpp93 int32_t Vp8EntropyState::DecodeValue(int32_t bits) in DecodeValue() function in Vp8EntropyState