Searched defs:function_object (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/callable_traits/detail/ |
D | function_object.hpp | 20 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/ |
D | catch_exceptions.hpp | 53 int catch_exceptions( Generator function_object, in catch_exceptions()
|
/third_party/boost/libs/python/src/object/ |
D | function.cpp | 746 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/ |
D | gl4cGPUShaderFP64Tests.cpp | 14768 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()
|