Home
last modified time | relevance | path

Searched defs:RefCount (Results 1 – 16 of 16) sorted by relevance

/third_party/mindspore/tests/ut/cpp/dataset/
Dqueue_test.cc40 class RefCount { class
42 RefCount() : v_(nullptr) {} in RefCount() function in RefCount
43 explicit RefCount(int x) : v_(std::make_shared<int>(x)) {} in RefCount() function in RefCount
44 RefCount(const RefCount &o) : v_(o.v_) {} in RefCount() function in RefCount
53 RefCount(RefCount &&o) : v_(std::move(o.v_)) {} in RefCount() function in RefCount
/third_party/vk-gl-cts/framework/delibs/decpp/
DdePoolArray.cpp189 class RefCount class
192 RefCount (void) in RefCount() function in de::__anon706b56170111::RefCount
197 RefCount (int* count) in RefCount() function in de::__anon706b56170111::RefCount
203 RefCount (const RefCount& other) in RefCount() function in de::__anon706b56170111::RefCount
/third_party/mesa3d/src/mesa/main/
Dglspirv.h44 unsigned RefCount; member
59 GLint RefCount; member
Dmtypes.h955 GLint RefCount; member
971 GLint RefCount; /**< reference count */ member
1367 GLint RefCount; member
1570 GLint RefCount; member
1889 GLint RefCount; member
2127 GLint RefCount; member
2461 GLint RefCount; member
2669 GLint RefCount; /**< Reference count */ member
2962 GLint RefCount; /**< Reference count */ member
3028 GLint RefCount; /**< Reference count */ member
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIntrusiveRefCntPtr.h71 mutable unsigned RefCount = 0; variable
88 mutable std::atomic<int> RefCount; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasAnalysisEvaluator.h36 int64_t NoModRefCount, ModCount, RefCount, ModRefCount; variable
DAliasSetTracker.h157 unsigned RefCount : 27; variable
/third_party/mindspore/mindspore/lite/src/train/
Dstatic_allocator.h39 int RefCount(void *ptr) override { in RefCount() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DIntrusiveRefCntPtr.h99 mutable std::atomic<int> RefCount; variable
/third_party/mindspore/mindspore/lite/src/runtime/
Dinner_allocator.cc108 int DefaultAllocator::RefCount(void *buf) { in RefCount() function in mindspore::DefaultAllocator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterferenceCache.h54 unsigned RefCount = 0; variable
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_allocator.cc299 int OpenCLAllocator::RefCount(void *buf) { in RefCount() function in mindspore::lite::opencl::OpenCLAllocator
/third_party/mesa3d/src/egl/main/
Degldisplay.h84 EGLint RefCount; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp306 unsigned RefCount; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp161 unsigned RefCount; member
/third_party/node/src/
Djs_native_api_v8.cc529 uint32_t RefBase::RefCount() { in RefCount() function in v8impl::RefBase