Home
last modified time | relevance | path

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

/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/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/iterator.requirements/indirectcallable/indirectinvocable/
Dindirectly_comparable.compile.pass.cpp18 struct Deref { struct
/external/llvm/lib/Analysis/
DMemDerefPrinter.cpp25 SmallVector<Value *, 4> Deref; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemDerefPrinter.cpp23 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/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/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/syn/src/
Dtoken.rs345 impl Deref for $name { impl
/external/rust/crates/lock_api/src/
Dremutex.rs747 impl<'a, R: RawMutex + 'a, G: GetThreadId + 'a, T: ?Sized + 'a> Deref impl
994 impl<'a, R: RawMutex + 'a, G: GetThreadId + 'a, T: ?Sized + 'a> Deref 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/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dcompile.cc65 PatchList PatchList::Deref(Prog::Inst* inst0, PatchList l) { in Deref() function in re2::PatchList
/external/pigweed/pw_result/
Dresult_test.cc52 TEST(Result, Deref) { in TEST() argument
/external/cronet/base/allocator/partition_allocator/pointers/
Draw_ref_unittest.cc414 TEST(RawRef, Deref) { in TEST() argument
/external/googletest/googlemock/test/
Dgmock-actions_test.cc1462 int Deref(std::unique_ptr<int> ptr) { return *ptr; } in Deref() function
/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-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1165 bool Deref = false; in collectVariableInfoFromMFTable() local