Searched refs:function_object (Results 1 – 4 of 4) sorted by relevance
64 struct function_object { struct67 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&>);
66 struct function_object { struct69 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&>);
13037 … 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 …]
53 int catch_exceptions( Generator function_object, in catch_exceptions() argument63 result = function_object(); in catch_exceptions()