/aosp_15_r20/external/cronet/base/containers/ |
H A D | lru_cache_unittest.cc | 467 struct Deref { struct 468 using Target = T; 469 static const Target& deref(const T& x) { return x; } in deref() 475 struct Deref<RefCountedData<T>> { struct 476 using Target = typename Deref<T>::Target; 477 static const Target& deref(const RefCountedData<T>& x) { in deref() 485 struct Deref<scoped_refptr<T>> { struct 486 using Target = typename Deref<T>::Target; 487 static const Target& deref(const scoped_refptr<T>& x) { in deref()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ops/ |
H A D | deref.rs | 136 pub trait Deref { trait 151 impl<T: ?Sized> Deref for &T { impl 164 impl<T: ?Sized> Deref for &mut T { impl
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/ops/ |
H A D | deref.rs | 136 pub trait Deref { trait 151 impl<T: ?Sized> Deref for &T { impl 164 impl<T: ?Sized> Deref for &mut T { impl
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ops/ |
H A D | deref.rs | 136 pub trait Deref { trait 151 impl<T: ?Sized> Deref for &T { impl 164 impl<T: ?Sized> Deref for &mut T { impl
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ops/ |
H A D | deref.rs | 136 pub trait Deref { trait 151 impl<T: ?Sized> Deref for &T { impl 164 impl<T: ?Sized> Deref for &mut T { impl
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ops/ |
H A D | deref.rs | 136 pub trait Deref { trait 151 impl<T: ?Sized> Deref for &T { impl 164 impl<T: ?Sized> Deref for &mut T { impl
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | MemDerefPrinter.cpp | 23 SmallVector<Value *, 4> Deref; member 85 SmallVector<Value *, 4> Deref; in run() local
|
/aosp_15_r20/external/armnn/include/armnn/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/ |
H A D | either_or_both.rs | 169 A: Deref, in as_deref() 170 B: Deref, in as_deref()
|
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-queue/src/ |
D | lib.rs | 246 fn pop_descriptor_chain<M>(&mut self, mem: M) -> Option<DescriptorChain<M>> in pop_descriptor_chain() 261 M: Deref, in iter()
|
/aosp_15_r20/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()
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue4326.dir/ |
D | q1.go | 3 func Deref(typ interface{}) interface{} { func
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.requirements/indirectcallable/indirectinvocable/ |
H A D | indirectly_comparable.compile.pass.cpp | 20 struct Deref { struct
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/internal/typeparams/ |
D | coretype.go | 133 func Deref(t types.Type) types.Type { func
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 84 std::optional<uint32_t> AS, bool Deref) in UnwindLocation() 87 UnwindLocation(DWARFExpression E, bool Deref) in UnwindLocation()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemDerefPrinter.cpp | 23 SmallVector<Value *, 4> Deref; member
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | MemDerefPrinter.cpp | 25 SmallVector<Value *, 4> Deref; member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/noder/ |
D | helpers.go | 70 func Deref(pos src.XPos, typ *types.Type, x ir.Node) *ir.StarExpr { func
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Symbol/ |
D | PostfixExpression.h | 135 Deref, // *a enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Symbol/ |
D | PostfixExpression.h | 135 Deref, // *a enumerator
|