Home
last modified time | relevance | path

Searched defs:last_call_args (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libcxx/test/std/utilities/variant/variant.visit/
H A Dvisit.pass.cpp88 static const TypeID *last_call_args; member
92 const TypeID *ForwardingCallObject::last_call_args = nullptr; member in ForwardingCallObject
/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/func.not_fn/
H A Dnot_fn.pass.cpp185 static TypeID const* last_call_args; member
189 TypeID const* ForwardingCallObject::last_call_args = nullptr; member in ForwardingCallObject
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dvariant_test_helpers.h139 static const TypeID *last_call_args; member
H A Dcallable_types.h133 TypeID const& (*last_call_args)() = nullptr; member