Home
last modified time | relevance | path

Searched refs:on_type (Results 1 – 25 of 54) sorted by relevance

123

/dports/archivers/maxcso/maxcso-1.10.0/libuv/docs/code/idle-compute/
H A Dmain.c20 void on_type(uv_fs_t *req) { in on_type() function
26 uv_fs_read(loop, &stdin_watcher, 0, &buf, 1, -1, on_type); in on_type()
40 uv_fs_read(loop, &stdin_watcher, 0, &buf, 1, -1, on_type); in main()
/dports/www/R-cran-httpuv/httpuv/src/libuv/docs/code/idle-compute/
H A Dmain.c20 void on_type(uv_fs_t *req) { in on_type() function
26 uv_fs_read(loop, &stdin_watcher, 0, &buf, 1, -1, on_type); in on_type()
40 uv_fs_read(loop, &stdin_watcher, 0, &buf, 1, -1, on_type); in main()
/dports/devel/libuv/libuv-v1.42.0/docs/code/idle-compute/
H A Dmain.c20 void on_type(uv_fs_t *req) { in on_type() function
26 uv_fs_read(loop, &stdin_watcher, 0, &buf, 1, -1, on_type); in on_type()
40 uv_fs_read(loop, &stdin_watcher, 0, &buf, 1, -1, on_type); in main()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_scene_gltf2/blender/exp/
H A Dgltf2_blender_gather_animations.py56 for blender_action, track_name, on_type in blender_actions:
59 if on_type == "OBJECT": # Not for shapekeys!
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/fmt/test/
H A Dcore-test.cc559 constexpr void on_type(char t) { type = t; } in on_type() function
/dports/devel/libfmt/fmt-8.0.1/test/
H A Dcore-test.cc559 constexpr void on_type(char t) { type = t; } in on_type() function
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/fmt/include/fmt/
H A Dcore.h1990 FMT_CONSTEXPR void on_type(Char type) {
2283 handler.on_type(*begin++);
2337 if (begin != end && *begin != '}') handler.on_type(*begin++);
/dports/math/vtk9/VTK-9.1.0/ThirdParty/fmt/vtkfmt/vtkfmt/
H A Dcore.h1994 FMT_CONSTEXPR void on_type(Char type) {
2287 handler.on_type(*begin++);
2341 if (begin != end && *begin != '}') handler.on_type(*begin++);
/dports/devel/R-cran-cpp11/cpp11/inst/include/fmt/
H A Dcore.h2001 FMT_CONSTEXPR void on_type(Char type) {
2294 handler.on_type(*begin++);
2348 if (begin != end && *begin != '}') handler.on_type(*begin++);
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/fmt/include/fmt/
H A Dcore.h1990 FMT_CONSTEXPR void on_type(Char type) {
2283 handler.on_type(*begin++);
2337 if (begin != end && *begin != '}') handler.on_type(*begin++);
/dports/devel/libfmt/fmt-8.0.1/include/fmt/
H A Dcore.h1990 FMT_CONSTEXPR void on_type(Char type) {
2283 handler.on_type(*begin++);
2337 if (begin != end && *begin != '}') handler.on_type(*begin++);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td1658 TypeAttr:$on_type,
1721 static constexpr llvm::StringRef typeAttrName() { return "on_type"; }
1807 let arguments = (ins StrAttr:$field_id, TypeAttr:$on_type);
1842 static constexpr llvm::StringRef typeAttrName() { return "on_type"; }
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td1659 TypeAttr:$on_type,
1723 static constexpr llvm::StringRef typeAttrName() { return "on_type"; }
1809 let arguments = (ins StrAttr:$field_id, TypeAttr:$on_type);
1845 static constexpr llvm::StringRef typeAttrName() { return "on_type"; }
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td1658 TypeAttr:$on_type,
1721 static constexpr llvm::StringRef typeAttrName() { return "on_type"; }
1807 let arguments = (ins StrAttr:$field_id, TypeAttr:$on_type);
1842 static constexpr llvm::StringRef typeAttrName() { return "on_type"; }
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td1658 TypeAttr:$on_type,
1721 static constexpr llvm::StringRef typeAttrName() { return "on_type"; }
1807 let arguments = (ins StrAttr:$field_id, TypeAttr:$on_type);
1842 static constexpr llvm::StringRef typeAttrName() { return "on_type"; }
/dports/science/axom/axom-0.6.1/src/thirdparty/axom/fmt/
H A Dformat.h2506 FMT_CONSTEXPR void on_type(Char type) {
2926 handler.on_type(*begin++);
2980 if (begin != end && *begin != '}') handler.on_type(*begin++);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td1743 TypeAttr:$on_type,
1756 static constexpr llvm::StringRef typeAttrName() { return "on_type"; }
2012 let arguments = (ins StrAttr:$field_id, TypeAttr:$on_type);
2028 static constexpr llvm::StringRef typeAttrName() { return "on_type"; }
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td1875 TypeAttr:$on_type,
1939 static constexpr llvm::StringRef typeAttrName() { return "on_type"; }
2210 let arguments = (ins StrAttr:$field_id, TypeAttr:$on_type);
2246 static constexpr llvm::StringRef typeAttrName() { return "on_type"; }
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td1875 TypeAttr:$on_type,
1939 static constexpr llvm::StringRef typeAttrName() { return "on_type"; }
2210 let arguments = (ins StrAttr:$field_id, TypeAttr:$on_type);
2246 static constexpr llvm::StringRef typeAttrName() { return "on_type"; }
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td1875 TypeAttr:$on_type,
1939 static constexpr llvm::StringRef typeAttrName() { return "on_type"; }
2210 let arguments = (ins StrAttr:$field_id, TypeAttr:$on_type);
2246 static constexpr llvm::StringRef typeAttrName() { return "on_type"; }
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/extern/fmt-5.3.0/include/fmt/
H A Dformat.h1580 FMT_CONSTEXPR void on_type(Char type) {
1964 handler.on_type(*begin++);
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/fmt-5.3.0/include/fmt/
H A Dformat.h1580 FMT_CONSTEXPR void on_type(Char type) {
1964 handler.on_type(*begin++);
/dports/games/nxengine/nxengine-evo-2.6.5-1/deps/spdlog/fmt/bundled/
H A Dformat.h1580 FMT_CONSTEXPR void on_type(Char type) {
1964 handler.on_type(*begin++);
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/fmt/fmt/
H A Dformat.h1718 FMT_CONSTEXPR void on_type(Char type) { specs_.type_ = type; }
2112 handler.on_type(*it++);
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/thirdparty/fmt/
H A Dformat.h1972 FMT_CONSTEXPR void on_type(Char type) {
2408 if (begin != end && *begin != '}') handler.on_type(*begin++);

123