Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/tracing/
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
/external/cronet/tot/base/win/
Dsecurity_descriptor.cc213 std::optional<SecurityDescriptor> SecurityDescriptor::FromPointer( in FromPointer() function in base::win::SecurityDescriptor
Dsecurity_descriptor_unittest.cc200 TEST(SecurityDescriptorTest, FromPointer) { in TEST() argument
/external/cronet/stable/base/win/
Dsecurity_descriptor.cc213 std::optional<SecurityDescriptor> SecurityDescriptor::FromPointer( in FromPointer() function in base::win::SecurityDescriptor
Dsecurity_descriptor_unittest.cc200 TEST(SecurityDescriptorTest, FromPointer) { in TEST() argument
/external/cronet/stable/base/types/
Doptional_ref_unittest.cc137 TEST(OptionalRefTest, FromPointer) { in TEST() argument
/external/cronet/tot/base/types/
Doptional_ref_unittest.cc137 TEST(OptionalRefTest, FromPointer) { in TEST() argument
/external/cronet/stable/base/trace_event/
Dtrace_event_stub.h465 static inline Flow FromPointer(void* ptr) { return Flow(); } in FromPointer() function
/external/cronet/tot/base/trace_event/
Dtrace_event_stub.h465 static inline Flow FromPointer(void* ptr) { return Flow(); } in FromPointer() function
/external/clang/lib/Sema/
DSemaOverload.cpp2458 if (const PointerType *FromPointer = FromType->getAs<PointerType>()) in isObjCWritebackConversion() local