Home
last modified time | relevance | path

Searched refs:function_object (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/concepts/concepts.callable/concept.invocable/
H A Dinvocable.compile.pass.cpp64 struct function_object { struct
67 static_assert(std::invocable<function_object>);
68 static_assert(!std::invocable<function_object const>);
69 static_assert(!std::invocable<function_object volatile>);
70 static_assert(!std::invocable<function_object const volatile>);
71 static_assert(std::invocable<function_object&>);
72 static_assert(!std::invocable<function_object const&>);
73 static_assert(!std::invocable<function_object volatile&>);
74 static_assert(!std::invocable<function_object const volatile&>);
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/concepts/concepts.callable/concept.regularinvocable/
H A Dregular_invocable.compile.pass.cpp66 struct function_object { struct
69 static_assert(std::regular_invocable<function_object>);
70 static_assert(!std::regular_invocable<function_object const>);
71 static_assert(!std::regular_invocable<function_object volatile>);
72 static_assert(!std::regular_invocable<function_object const volatile>);
73 static_assert(std::regular_invocable<function_object&>);
74 static_assert(!std::regular_invocable<function_object const&>);
75 static_assert(!std::regular_invocable<function_object volatile&>);
76 static_assert(!std::regular_invocable<function_object const volatile&>);
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp13037 … const functionObject &function_object) const;
13040 … const functionObject &function_object) const;
13043 … const functionObject &function_object) const;
13046 … const functionObject &function_object) const;
13055 …void prepareArgument(const functionObject &function_object, glw::GLuint vertex, glw::GLubyte *buff…
13057 …void prepareComponents(const functionObject &function_object, glw::GLuint vertex, glw::GLuint argu…
13060 void prepareProgram(const functionObject &function_object, Utils::programInfo &program_info);
13062 void prepareTestData(const functionObject &function_object);
13063 void prepareVertexShaderCode(const functionObject &function_object);
13067 … void testBegin(const functionObject &function_object, glw::GLuint program_id, glw::GLuint vertex);
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/detail/include/boost/detail/
Dcatch_exceptions.hpp53 int catch_exceptions( Generator function_object, in catch_exceptions() argument
63 result = function_object(); in catch_exceptions()