Home
last modified time | relevance | path

Searched defs:FromPointer (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/perfetto/include/perfetto/tracing/
H A Dtrack_event_args.h42 static PERFETTO_ALWAYS_INLINE inline Flow FromPointer(void* ptr) { in FromPointer() function
75 static PERFETTO_ALWAYS_INLINE inline TerminatingFlow FromPointer(void* ptr) { in FromPointer() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/
H A Dtrack_event_args.h42 static PERFETTO_ALWAYS_INLINE inline Flow FromPointer(void* ptr) { in FromPointer() function
75 static PERFETTO_ALWAYS_INLINE inline TerminatingFlow FromPointer(void* ptr) { in FromPointer() function
/aosp_15_r20/external/cronet/base/win/
H A Dsecurity_descriptor.cc210 std::optional<SecurityDescriptor> SecurityDescriptor::FromPointer( in FromPointer() function in base::win::SecurityDescriptor
H A Dsecurity_descriptor_unittest.cc200 TEST(SecurityDescriptorTest, FromPointer) { in TEST() argument
/aosp_15_r20/external/cronet/base/types/
H A Doptional_ref_unittest.cc136 TEST(OptionalRefTest, FromPointer) { in TEST() argument
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaOverload.cpp2458 if (const PointerType *FromPointer = FromType->getAs<PointerType>()) in isObjCWritebackConversion() local