Home
last modified time | relevance | path

Searched defs:Deref (Results 1 – 25 of 28) sorted by relevance

12

/external/cronet/base/containers/
Dlru_cache_unittest.cc467 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()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DMemDerefPrinter.cpp23 SmallVector<Value *, 4> Deref; member
85 SmallVector<Value *, 4> Deref; in run() local
/external/cronet/third_party/libc++/src/test/std/iterators/iterator.requirements/indirectcallable/indirectinvocable/
Dindirectly_comparable.compile.pass.cpp20 struct Deref { struct
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemDerefPrinter.cpp23 SmallVector<Value *, 4> Deref; member
/external/llvm/lib/Analysis/
DMemDerefPrinter.cpp25 SmallVector<Value *, 4> Deref; member
/external/armnn/include/armnn/
DQuantizedLstmParams.hpp48 const ConstTensor& Deref(const ConstTensor* tensorPtr) const in Deref() function
155 const TensorInfo& Deref(const TensorInfo* tensorInfo) const in Deref() function
DLstmParams.hpp111 const TensorInfo& Deref(const TensorInfo* tensorInfo) const in Deref() function
/external/rust/crates/virtio-queue/src/
Dlib.rs246 fn pop_descriptor_chain<M>(&mut self, mem: M) -> Option<DescriptorChain<M>> in pop_descriptor_chain()
261 M: Deref, in iter()
Dqueue_sync.rs175 fn pop_descriptor_chain<M>(&mut self, mem: M) -> Option<DescriptorChain<M>> in pop_descriptor_chain()
Dqueue.rs592 fn pop_descriptor_chain<M>(&mut self, mem: M) -> Option<DescriptorChain<M>> in pop_descriptor_chain()
611 M: Deref, in iter()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp35 void DwarfExpression::AddRegIndirect(int DwarfReg, int Offset, bool Deref) { in AddRegIndirect()
DAsmPrinter.cpp720 bool Deref = MI->getOperand(0).isReg() && MI->getOperand(1).isImm(); in emitDebugValueComment() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h84 std::optional<uint32_t> AS, bool Deref) in UnwindLocation()
87 UnwindLocation(DWARFExpression E, bool Deref) in UnwindLocation()
/external/rust/crates/plotters/src/chart/
Ddual_coord.rs227 impl<'a, DB: DrawingBackend, CT1: CoordTranslate, CT2: CoordTranslate> Deref impl
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1209 DIExpression *DIExpr, bool Deref, in BuildReplacementDIExpr()
1228 bool Deref, int Offset) { in replaceDbgDeclare()
1247 DIBuilder &Builder, bool Deref, int Offset) { in replaceDbgDeclareForAlloca()
/external/rust/crates/virtio-vsock/src/
Dpacket.rs426 T: Deref, in from_tx_virtq_chain()
589 T: Deref, in from_rx_virtq_chain()
/external/rust/crates/lock_api/src/
Dremutex.rs760 impl<'a, R: RawMutex + 'a, G: GetThreadId + 'a, T: ?Sized + 'a> Deref impl
1009 impl<'a, R: RawMutex + 'a, G: GetThreadId + 'a, T: ?Sized + 'a> Deref impl
/external/rust/crates/syn/src/
Dtoken.rs347 impl Deref for $name { impl
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc129 const T& Deref(const T* ptr) { in Deref() function
135 const T& Deref(const T& ref) { in Deref() function
/external/regex-re2/re2/
Dcompile.cc65 PatchList PatchList::Deref(Prog::Inst* inst0, PatchList l) { in Deref() function in re2::PatchList
/external/pigweed/pw_result/
Dresult_test.cc62 TEST(Result, Deref) { in TEST() argument
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/pointers/
Draw_ref_unittest.cc441 TEST(RawRef, Deref) { in TEST() argument
/external/cronet/third_party/googletest/src/googlemock/test/
Dgmock-actions_test.cc1440 int Deref(std::unique_ptr<int> ptr) { return *ptr; } in Deref() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/LiveDebugValues/
DVarLocBasedImpl.cpp583 auto Deref = Indirect ? DIExpression::DerefAfter : 0; in BuildDbgValue() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1165 bool Deref = false; in collectVariableInfoFromMFTable() local

12