Searched refs:overloading (Results 1 – 25 of 186) sorted by relevance
12345678
/third_party/vk-gl-cts/data/gles31/shaders/es31/ |
D | functions.test | 1 group overloading "Function Overloading" 38 end # overloading
|
/third_party/vk-gl-cts/data/gles31/shaders/es32/ |
D | functions.test | 20 group overloading "Function Overloading" 57 end # overloading
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_shader_implicit_conversions.txt | 50 function overloading infrastructure to support new data types introduced by 157 (modify description of overloading) 237 - everything unrelated to implicit conversions and function overloading. 243 * shading language function overloading rules involving the type 251 (3) Are the function overloading rules and examples correct? 261 both because this example is incorrect WRT the overloading rules 262 starting with GLSL 4.00.4, and because the overloading rules in ESSL are 271 - Resolve function overloading issue 7, per bug 11178.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_shader_implicit_conversions.txt | 50 function overloading infrastructure to support new data types introduced by 157 (modify description of overloading) 237 - everything unrelated to implicit conversions and function overloading. 243 * shading language function overloading rules involving the type 251 (3) Are the function overloading rules and examples correct? 261 both because this example is incorrect WRT the overloading rules 262 starting with GLSL 4.00.4, and because the overloading rules in ESSL are 271 - Resolve function overloading issue 7, per bug 11178.
|
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/constructors/ |
D | metaprogrammg3.md | 16 need to use tagged overloading e.g. 29 Tagged overloading is fine for smaller projects, but for larger code bases:
|
/third_party/typescript/tests/baselines/reference/ |
D | functionOverloadsOnGenericArity1.types | 2 // overloading on arity not allowed
|
D | functionOverloadsOnGenericArity1.symbols | 2 // overloading on arity not allowed
|
/third_party/boost/libs/hof/doc/html/_sources/include/boost/hof/ |
D | first_of.hpp.txt | 19 /// function. This can be very useful when overloading functions using 81 /// * [Conditional overloading](<Conditional overloading>)
|
/third_party/glslang/Test/ |
D | hlsl.texture.struct.frag | 37 // function overloading to test name mangling with textures templatized on structs
|
/third_party/boost/libs/hana/example/tutorial/ |
D | containers.cpp | 94 namespace overloading { namespace
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | Terminology.rst | 7 class template overloading is nonexistent and the referenced functionality
|
/third_party/grpc/doc/ |
D | http-grpc-status-mapping.md | 6 behave more appropriately to the error situation without overloading the
|
/third_party/boost/libs/process/doc/ |
D | design.qbk | 26 system("gcc", "--version"); //overloading 56 When using the overloading variant, a single string will result in a cmd interpretation,
|
/third_party/vk-gl-cts/doc/testspecs/GLES31/ |
D | functional.shaders.implicit_conversions.txt | 36 + Extensive function overloading tests with implicit conversions
|
D | functional.shaders.arrays_of_arrays.txt | 41 + Arrays of arrays in function overloading
|
/third_party/quickjs/doc/ |
D | jsbignum.texi | 30 … Operator overloading with a dispatch logic inspired from the proposal available at @url{https://g… 44 mode which relies on BigFloat and operator overloading. 46 @chapter Operator overloading 48 Operator overloading is inspired from the proposal available at 49 @url{https://github.com/tc39/proposal-operator-overloading/}. It 58 @item @code{with operators from} is not supported. Operator overloading is always enabled.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shader_texture_lod.txt | 404 The advantage of overloading the existing functions 407 The disadvantage of overloading the existing functions 414 The existing LOD bias texture functions use overloading. 471 including overloading the projective texture functions.
|
D | ARB_shading_language_packing.txt | 210 overloading: 215 Unfortunately, function overloading is not possible for the return type
|
/third_party/boost/libs/outcome/doc/src/content/tutorial/essential/result/ |
D | try.md | 14 The `BOOST_OUTCOME_TRY` macro uses C macro overloading to select between two implementations based …
|
/third_party/boost/libs/xpressive/doc/ |
D | static_regexes.qbk | 14 expressions. xpressive achieves this through operator overloading, using a 63 respectively. That's not what we want. To get operator overloading to kick 66 operator overloading to find the correct operators. The two regexes above
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_shader_texture_lod.txt | 414 The advantage of overloading the existing functions 417 The disadvantage of overloading the existing functions 424 The existing LOD bias texture functions use overloading. 481 including overloading the projective texture functions.
|
D | ARB_shading_language_packing.txt | 220 overloading: 225 Unfortunately, function overloading is not possible for the return type
|
/third_party/jerryscript/targets/mbedos5/ |
D | README.md | 22 overloading).
|
/third_party/quickjs/ |
D | Changelog | 50 - modified operator overloading semantics to be closer to the TC39
|
/third_party/boost/libs/assign/ |
D | README.md | 1 …://github.com/boostorg), makes it easy to fill containers with data by overloading operator() and …
|
12345678