Home
last modified time | relevance | path

Searched defs:pointee (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/common/
DNSRef.h93 NSRef<T> AcquireNSRef(T* pointee) { in AcquireNSRef()
117 NSPRef<T> AcquireNSPRef(T pointee) { in AcquireNSPRef()
DRefCounted.h63 Ref<T> AcquireRef(T* pointee) { in AcquireRef()
DCoreFoundationRef.h40 CFRef<T> AcquireCFRef(T pointee) { in AcquireCFRef()
DIOKitRef.h40 IORef<T> AcquireIORef(T pointee) { in AcquireIORef()
/third_party/rust/crates/bindgen/bindgen/ir/
Dty.rs1044 let mut pointee = ty.pointee_type().unwrap(); in from_clang_ty() localVariable
1059 let pointee = ty.pointee_type().expect("Not valid Type?"); in from_clang_ty() localVariable
1119 let pointee = inner.pointee_type().unwrap(); in from_clang_ty() localVariable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp503 const auto pointee = _.FindDef(result_type->word(3)); in ValidateVariable() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_memory.cpp503 const auto pointee = _.FindDef(result_type->word(3)); in ValidateVariable() local
/third_party/spirv-tools/source/val/
Dvalidate_memory.cpp515 const auto pointee = _.FindDef(result_type->word(3)); in ValidateVariable() local
/third_party/glslang/SPIRV/
DSpvBuilder.cpp227 Id Builder::makePointer(StorageClass storageClass, Id pointee) in makePointer()
262 …uilder::makePointerFromForwardPointer(StorageClass storageClass, Id forwardPointerType, Id pointee) in makePointerFromForwardPointer()
/third_party/googletest/googlemock/test/
Dgmock-more-actions_test.cc1462 AND_1_VALUE_PARAMS(pointee)) { in ACTION_TEMPLATE()