Home
last modified time | relevance | path

Searched defs:Ref (Results 1 – 25 of 104) sorted by relevance

12345

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DRefCountedTests.cpp105 TEST(Ref, EndOfScopeRemovesRef) { in TEST() argument
115 TEST(Ref, Gets) { in TEST() argument
125 TEST(Ref, DefaultsToNull) { in TEST() argument
133 TEST(Ref, CopyConstructor) { in TEST() argument
158 TEST(Ref, CopyAssignment) { in TEST() argument
180 TEST(Ref, MoveConstructor) { in TEST() argument
202 TEST(Ref, MoveAssignment) { in TEST() argument
226 TEST(Ref, MoveAssignmentSameObject) { in TEST() argument
250 TEST(Ref, InitialPayloadValue) { in TEST() argument
265 TEST(Ref, PayloadUnchangedByRefCounting) { in TEST() argument
[all …]
DToBackendTests.cpp66 TEST(ToBackend, Ref) { in TEST() argument
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DRefCounted.h41 Ref() { in Ref() function
44 Ref(T* p) : mPointee(p) { in Ref() function
48 Ref(const Ref<T>& other) : mPointee(other.mPointee) { in Ref() function
62 Ref(Ref<T>&& other) { in Ref() function
DForward.h47 class Ref; variable
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/
DRefCountedTests.cpp95 TEST(Ref, EndOfScopeRemovesRef) { in TEST() argument
105 TEST(Ref, Gets) { in TEST() argument
116 TEST(Ref, DefaultsToNull) { in TEST() argument
125 TEST(Ref, BoolConversion) { in TEST() argument
136 TEST(Ref, CopyConstructor) { in TEST() argument
154 TEST(Ref, CopyAssignment) { in TEST() argument
176 TEST(Ref, MoveConstructor) { in TEST() argument
193 TEST(Ref, MoveAssignment) { in TEST() argument
DToBackendTests.cpp68 TEST(ToBackend, Ref) { in TEST() argument
/third_party/boost/libs/core/test/
Dref_ct_test.cpp37 void cxx_reference_test(Ref) in cxx_reference_test() argument
43 void unwrap_reference_test(Ref) in unwrap_reference_test() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBinaryStreamWriter.cpp18 BinaryStreamWriter::BinaryStreamWriter(WritableBinaryStreamRef Ref) in BinaryStreamWriter()
61 Error BinaryStreamWriter::writeStreamRef(BinaryStreamRef Ref) { in writeStreamRef()
65 Error BinaryStreamWriter::writeStreamRef(BinaryStreamRef Ref, uint32_t Length) { in writeStreamRef()
DBinaryStreamReader.cpp18 BinaryStreamReader::BinaryStreamReader(BinaryStreamRef Ref) : Stream(Ref) {} in BinaryStreamReader()
130 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref) { in readStreamRef()
134 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref, uint32_t Length) { in readStreamRef()
142 Error BinaryStreamReader::readSubstream(BinarySubstreamRef &Ref, in readSubstream()
/third_party/grpc/src/core/lib/gprpp/
Dorphanable.h93 RefCountedPtr<Child> Ref() GRPC_MUST_USE_RESULT { in Ref() function
97 RefCountedPtr<Child> Ref(const DebugLocation& location, in Ref() function
Dref_counted.h273 RefCountedPtr<Child> Ref() GRPC_MUST_USE_RESULT { in Ref() function
278 RefCountedPtr<Child> Ref(const DebugLocation& location, in Ref() function
Ddual_ref_counted.h56 RefCountedPtr<Child> Ref() GRPC_MUST_USE_RESULT { in Ref() function
61 RefCountedPtr<Child> Ref(const DebugLocation& location, in Ref() function
/third_party/typescript_eslint/packages/scope-manager/tests/fixtures/import/
Dtype-named.ts5 type Ref = T; alias
Dtype-default.ts5 type Ref = T; alias
/third_party/node/src/
Dtimer_wrap.cc36 void TimerWrap::Ref() { in Ref() function in node::TimerWrap
71 void TimerWrapHandle::Ref() { in Ref() function in node::TimerWrapHandle
Dnode_object_wrap.h92 virtual void Ref() { in Ref() function
Dhandle_wrap.cc38 void HandleWrap::Ref(const FunctionCallbackInfo<Value>& args) { in Ref() function in node::HandleWrap
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DReference.h20 Ref(T &ref) : mPtr(&ref) {} in Ref() function
/third_party/typescript/tests/cases/compiler/
DerrorElaboration.ts3 interface Ref<T> { interface
/third_party/grpc/src/core/ext/filters/client_channel/
Ddynamic_filters.cc76 RefCountedPtr<DynamicFilters::Call> DynamicFilters::Call::Ref() { in Ref() function in grpc_core::DynamicFilters::Call
81 RefCountedPtr<DynamicFilters::Call> DynamicFilters::Call::Ref( in Ref() function in grpc_core::DynamicFilters::Call
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeHashing.cpp43 for (const auto &Ref : Refs) { in hashType() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DTrackingMDRef.h107 TrackingMDRef Ref; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp153 bool MetadataTracking::track(void *Ref, Metadata &MD, OwnerTy Owner) { in track()
170 void MetadataTracking::untrack(void *Ref, Metadata &MD) { in untrack()
178 bool MetadataTracking::retrack(void *Ref, Metadata &MD, void *New) { in retrack()
197 void ReplaceableMetadataImpl::addRef(void *Ref, OwnerTy Owner) { in addRef()
208 void ReplaceableMetadataImpl::dropRef(void *Ref) { in dropRef()
214 void ReplaceableMetadataImpl::moveRef(void *Ref, void *New, in moveRef()
251 Metadata *&Ref = *static_cast<Metadata **>(Pair.first); in replaceAllUsesWith() local
700 void MDNode::handleChangedOperand(void *Ref, Metadata *New) { in handleChangedOperand()
/third_party/grpc/include/grpcpp/impl/codegen/
Dserver_interceptor.h119 void Ref() { ref_.fetch_add(1, std::memory_order_relaxed); } in Ref() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DTrackingMDRef.h101 TrackingMDRef Ref; variable

12345