Home
last modified time | relevance | path

Searched refs:from_function (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/shaders-msl/frag/
Dimage-query-lod.msl22.frag13 void from_function()
32 from_function();
/third_party/boost/boost/contract/detail/operation/
Dfunction.hpp32 boost::contract::from_function) {} in function()
Dstatic_public_function.hpp36 boost::contract::from_function, /* obj = */ 0) {} in static_public_function()
Dpublic_function.hpp61 boost::contract::from_function, v, obj, r
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/
Dimage-query-lod.msl22.frag19 void from_function(thread float2& FragColor, thread texture2d<float> uSampler2D, thread const sampl…
75from_function(out.FragColor, uSampler2D, uSampler2DSmplr, in.vUV, uSampler3D, uSampler3DSmplr, uSa…
/third_party/boost/boost/contract/core/
Dexception.hpp247 from_function enumerator
/third_party/python/Lib/
Dinspect.py2853 def from_function(cls, func): member in Signature
/third_party/python/Doc/whatsnew/
D3.5.rst2321 The previously undocumented ``from_function`` and ``from_builtin`` methods of
/third_party/python/Misc/
DNEWS9924 - bpo-33594: Document ``getargspec``, ``from_function`` and ``from_builtin``
23894 - bpo-24248: Deprecate inspect.Signature.from_function() and