/external/cronet/stable/base/containers/ |
D | lru_cache_unittest.cc | 473 struct Deref { struct 474 using Target = T; 475 static const Target& deref(const T& x) { return x; } in deref() 481 struct Deref<RefCountedData<T>> { struct 482 using Target = typename Deref<T>::Target; 483 static const Target& deref(const RefCountedData<T>& x) { in deref() 491 struct Deref<scoped_refptr<T>> { struct 492 using Target = typename Deref<T>::Target; 493 static const Target& deref(const scoped_refptr<T>& x) { in deref()
|
/external/cronet/tot/base/containers/ |
D | lru_cache_unittest.cc | 473 struct Deref { struct 474 using Target = T; 475 static const Target& deref(const T& x) { return x; } in deref() 481 struct Deref<RefCountedData<T>> { struct 482 using Target = typename Deref<T>::Target; 483 static const Target& deref(const RefCountedData<T>& x) { in deref() 491 struct Deref<scoped_refptr<T>> { struct 492 using Target = typename Deref<T>::Target; 493 static const Target& deref(const scoped_refptr<T>& x) { in deref()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | MemDerefPrinter.cpp | 23 SmallVector<Value *, 4> Deref; member 85 SmallVector<Value *, 4> Deref; in run() local
|
/external/cronet/stable/third_party/libc++/src/test/std/iterators/iterator.requirements/indirectcallable/indirectinvocable/ |
D | indirectly_comparable.compile.pass.cpp | 20 struct Deref { struct
|
/external/cronet/tot/third_party/libc++/src/test/std/iterators/iterator.requirements/indirectcallable/indirectinvocable/ |
D | indirectly_comparable.compile.pass.cpp | 20 struct Deref { struct
|
/external/llvm/lib/Analysis/ |
D | MemDerefPrinter.cpp | 25 SmallVector<Value *, 4> Deref; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemDerefPrinter.cpp | 23 SmallVector<Value *, 4> Deref; member
|
/external/armnn/include/armnn/ |
D | QuantizedLstmParams.hpp | 48 const ConstTensor& Deref(const ConstTensor* tensorPtr) const in Deref() function 155 const TensorInfo& Deref(const TensorInfo* tensorInfo) const in Deref() function
|
D | LstmParams.hpp | 111 const TensorInfo& Deref(const TensorInfo* tensorInfo) const in Deref() function
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/ |
D | either_or_both.rs | 169 A: Deref, in as_deref() 170 B: Deref, in as_deref()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/ |
D | either_or_both.rs | 169 A: Deref, in as_deref() 170 B: Deref, in as_deref()
|
/external/rust/android-crates-io/crates/virtio-queue/src/ |
D | lib.rs | 266 fn pop_descriptor_chain<M>(&mut self, mem: M) -> Option<DescriptorChain<M>> in pop_descriptor_chain() 281 M: Deref, in iter()
|
D | descriptor_utils.rs | 164 T: Deref, in new() 276 T: Deref, in new()
|
D | queue_sync.rs | 175 fn pop_descriptor_chain<M>(&mut self, mem: M) -> Option<DescriptorChain<M>> in pop_descriptor_chain()
|
D | queue.rs | 572 fn pop_descriptor_chain<M>(&mut self, mem: M) -> Option<DescriptorChain<M>> in pop_descriptor_chain() 591 M: Deref, in iter()
|
/external/rust/android-crates-io/crates/itertools/src/ |
D | either_or_both.rs | 171 A: Deref, in as_deref() 172 B: Deref, in as_deref()
|
/external/rust/android-crates-io/crates/zerocopy/src/ |
D | error.rs | 313 fn display_verbose_extras(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result in display_verbose_extras() 475 fn display_verbose_extras(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result in display_verbose_extras() 608 fn display_verbose_extras(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result in display_verbose_extras()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.cpp | 35 void DwarfExpression::AddRegIndirect(int DwarfReg, int Offset, bool Deref) { in AddRegIndirect()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugFrame.h | 84 std::optional<uint32_t> AS, bool Deref) in UnwindLocation() 87 UnwindLocation(DWARFExpression E, bool Deref) in UnwindLocation()
|
/external/rust/android-crates-io/crates/plotters/src/chart/ |
D | dual_coord.rs | 227 impl<'a, DB: DrawingBackend, CT1: CoordTranslate, CT2: CoordTranslate> Deref impl
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1209 DIExpression *DIExpr, bool Deref, in BuildReplacementDIExpr() 1228 bool Deref, int Offset) { in replaceDbgDeclare() 1247 DIBuilder &Builder, bool Deref, int Offset) { in replaceDbgDeclareForAlloca()
|
/external/rust/android-crates-io/crates/virtio-vsock/src/ |
D | packet.rs | 426 T: Deref, in from_tx_virtq_chain() 589 T: Deref, in from_rx_virtq_chain()
|
/external/rust/android-crates-io/crates/lock_api/src/ |
D | remutex.rs | 766 impl<'a, R: RawMutex + 'a, G: GetThreadId + 'a, T: ?Sized + 'a> Deref impl 1015 impl<'a, R: RawMutex + 'a, G: GetThreadId + 'a, T: ?Sized + 'a> Deref impl
|
/external/rust/android-crates-io/crates/syn/src/ |
D | token.rs | 305 impl Deref for $name { impl
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/ |
D | token.rs | 305 impl Deref for $name { impl
|