Home
last modified time | relevance | path

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

/third_party/boost/boost/callable_traits/detail/
Dfunction_object.hpp20 struct function_object : Base { struct
22 using type = T;
23 using error_t = error_type<T>;
24 using function_type = typename Base::function_object_signature;
25 using arg_types = typename Base::non_invoke_arg_types;
26 using non_invoke_arg_types = arg_types;
28 static constexpr const bool value = std::is_class<
31 using traits = function_object;
32 using class_type = error_t;
33 using invoke_type = error_t;
[all …]
/third_party/boost/boost/detail/
Dcatch_exceptions.hpp53 int catch_exceptions( Generator function_object, in catch_exceptions()
/third_party/boost/libs/python/src/object/
Dfunction.cpp746 object function_object( in function_object() function
756 object function_object(py_function const& f) in function_object() function
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp14768 void BuiltinFunctionTest::prepareArgument(const functionObject& function_object, glw::GLuint vertex, in prepareArgument()
14788 void BuiltinFunctionTest::prepareComponents(const functionObject& function_object, glw::GLuint vert… in prepareComponents()
14929 void BuiltinFunctionTest::prepareProgram(const functionObject& function_object, Utils::programInfo&… in prepareProgram()
14944 void BuiltinFunctionTest::prepareTestData(const functionObject& function_object) in prepareTestData()
14973 void BuiltinFunctionTest::prepareVertexShaderCode(const functionObject& function_object) in prepareVertexShaderCode()
15112 de::UniquePtr<functionObject> function_object(getFunctionObject(function, type)); in test() local
15149 void BuiltinFunctionTest::testBegin(const functionObject& function_object, glw::GLuint program_id, … in testBegin()
15253 bool BuiltinFunctionTest::isResultEdgeCase(const functionObject& function_object, glw::GLuint verte… in isResultEdgeCase()
15314 bool BuiltinFunctionTest::verifyResults(const functionObject& function_object, glw::GLuint vertex) in verifyResults()