Home
last modified time | relevance | path

Searched defs:binds (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/local_function/example/
Dgcc_lambda.hpp32 #define GCC_LAMBDA_SPLIT_BIND_(elem, binds, params, results) \ argument
35 #define GCC_LAMBDA_SPLIT_PARAM_(elem, binds, params, results) \ argument
38 #define GCC_LAMBDA_SPLIT_RESULT_(elem, binds, params, results) \ argument
69 # define GCC_LAMBDA_(binds, params, results) \ argument
84 # define GCC_LAMBDA_(binds, params, results) \ argument
/third_party/boost/boost/local_function/aux_/macro/code_/
Dfunctor.hpp343 const_binds, has_const_bind_this, binds, has_bind_this) \ argument
387 const_binds, has_const_bind_this, binds, has_bind_this) \ argument
416 id, typename01, const_binds, has_const_bind_this, binds, has_bind_this)\ argument
444 params, const_binds, has_const_bind_this, binds, has_bind_this) \ argument
453 params, const_binds, has_const_bind_this, binds, has_bind_this) \ argument
464 const_binds, has_const_bind_this, binds, has_bind_this) \ argument
533 id, typename01, const_binds, has_const_bind_this, binds, has_bind_this)\ argument
559 id, typename01, const_binds, has_const_bind_this, binds, has_bind_this)\ argument
595 id, typename01, const_binds, has_const_bind_this, binds, has_bind_this)\ argument
619 const_binds, has_const_bind_this, binds, has_bind_this) \ argument
[all …]
/third_party/vk-gl-cts/modules/glshared/
DglsAttributeLocationTests.cpp473 …indAttributes (TestLog& log, const glw::Functions& gl, deUint32 program, const vector<Bind>& binds) in bindAttributes()