Searched defs:FromPointer (Results 1 – 10 of 10) sorted by relevance
42 static PERFETTO_ALWAYS_INLINE inline Flow FromPointer(void* ptr) { in FromPointer() function75 static PERFETTO_ALWAYS_INLINE inline TerminatingFlow FromPointer(void* ptr) { in FromPointer() function
213 std::optional<SecurityDescriptor> SecurityDescriptor::FromPointer( in FromPointer() function in base::win::SecurityDescriptor
200 TEST(SecurityDescriptorTest, FromPointer) { in TEST() argument
137 TEST(OptionalRefTest, FromPointer) { in TEST() argument
465 static inline Flow FromPointer(void* ptr) { return Flow(); } in FromPointer() function
2458 if (const PointerType *FromPointer = FromType->getAs<PointerType>()) in isObjCWritebackConversion() local