Home
last modified time | relevance | path

Searched defs:Wrapper (Results 151 – 175 of 2918) sorted by relevance

12345678910>>...117

/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/ndbjtie/jtie/com/mysql/jtie/
H A DWrapper.java56 public class Wrapper { class
96 protected Wrapper() { in Wrapper() method in Wrapper
103 protected Wrapper(Wrapper o) { in Wrapper() method in Wrapper
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/ndbjtie/jtie/com/mysql/jtie/
H A DWrapper.java56 public class Wrapper { class
96 protected Wrapper() { in Wrapper() method in Wrapper
103 protected Wrapper(Wrapper o) { in Wrapper() method in Wrapper
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dno-devirt.cpp21 struct Wrapper { struct
22 TmplWithArray<bool, 10> data;
23 bool indexIt(int a) { in indexIt()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Dno-devirt.cpp21 struct Wrapper { struct
22 TmplWithArray<bool, 10> data;
23 bool indexIt(int a) { in indexIt()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/ndbjtie/jtie/com/mysql/jtie/
H A DWrapper.java56 public class Wrapper { class
96 protected Wrapper() { in Wrapper() method in Wrapper
103 protected Wrapper(Wrapper o) { in Wrapper() method in Wrapper
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Dno-devirt.cpp21 struct Wrapper { struct
22 TmplWithArray<bool, 10> data;
23 bool indexIt(int a) { in indexIt()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Dno-devirt.cpp21 struct Wrapper { struct
22 TmplWithArray<bool, 10> data;
23 bool indexIt(int a) { in indexIt()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dno-devirt.cpp21 struct Wrapper { struct
22 TmplWithArray<bool, 10> data;
23 bool indexIt(int a) { in indexIt()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGen/
H A Dno-devirt.cpp21 struct Wrapper { struct
22 TmplWithArray<bool, 10> data;
23 bool indexIt(int a) { in indexIt()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGen/
H A Dno-devirt.cpp21 struct Wrapper { struct
22 TmplWithArray<bool, 10> data;
23 bool indexIt(int a) { in indexIt()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/ndbjtie/jtie/com/mysql/jtie/
H A DWrapper.java56 public class Wrapper { class
96 protected Wrapper() { in Wrapper() method in Wrapper
103 protected Wrapper(Wrapper o) { in Wrapper() method in Wrapper
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/
H A Dno-devirt.cpp21 struct Wrapper { struct
22 TmplWithArray<bool, 10> data;
23 bool indexIt(int a) { in indexIt()
/dports/math/cadical/cadical-1.0.3-cb89cbf/src/
H A Dccadical.cpp5 struct Wrapper : Terminator { struct
6 Solver * solver;
7 void * state;
8 int (*function) (void *);
9 bool terminate () { return function ? function (state) : false; } in terminate()
10 Wrapper () : solver (new Solver ()), state (0), function (0) { } in Wrapper() function
11 ~Wrapper () { function = 0; delete solver; } in ~Wrapper()
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DSingletonThreadLocal.h84 struct Wrapper { struct
101 ~Wrapper() { in ~Wrapper() argument
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/save-analysis/
H A Dissue-65411.rs6 struct Wrapper<B> { b: B } struct
11 impl<B: Trait> GenericTrait<B::Assoc> for Wrapper<B> {} in func() implementation
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/bytemuck-1.7.2/tests/
H A Dtransparent.rs15 struct Wrapper(Foreign); in test_transparent_wrapper() struct
17 unsafe impl TransparentWrapper<Foreign> for Wrapper {} in test_transparent_wrapper() implementation
20 unsafe impl bytemuck::Zeroable for Wrapper {} in test_transparent_wrapper() implementation
21 unsafe impl bytemuck::Pod for Wrapper {} in test_transparent_wrapper() implementation
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/bytemuck-1.7.2/tests/
H A Dtransparent.rs15 struct Wrapper(Foreign); in test_transparent_wrapper() struct
17 unsafe impl TransparentWrapper<Foreign> for Wrapper {} in test_transparent_wrapper() implementation
20 unsafe impl bytemuck::Zeroable for Wrapper {} in test_transparent_wrapper() implementation
21 unsafe impl bytemuck::Pod for Wrapper {} in test_transparent_wrapper() implementation
/dports/misc/broot/broot-1.7.0/cargo-crates/bytemuck-1.7.2/tests/
H A Dtransparent.rs15 struct Wrapper(Foreign); in test_transparent_wrapper() struct
17 unsafe impl TransparentWrapper<Foreign> for Wrapper {} in test_transparent_wrapper() implementation
20 unsafe impl bytemuck::Zeroable for Wrapper {} in test_transparent_wrapper() implementation
21 unsafe impl bytemuck::Pod for Wrapper {} in test_transparent_wrapper() implementation
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/bytemuck-1.7.2/tests/
H A Dtransparent.rs15 struct Wrapper(Foreign); in test_transparent_wrapper() struct
17 unsafe impl TransparentWrapper<Foreign> for Wrapper {} in test_transparent_wrapper() implementation
20 unsafe impl bytemuck::Zeroable for Wrapper {} in test_transparent_wrapper() implementation
21 unsafe impl bytemuck::Pod for Wrapper {} in test_transparent_wrapper() implementation
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/bytemuck-1.7.3/tests/
H A Dtransparent.rs15 struct Wrapper(Foreign); in test_transparent_wrapper() struct
17 unsafe impl TransparentWrapper<Foreign> for Wrapper {} in test_transparent_wrapper() implementation
20 unsafe impl bytemuck::Zeroable for Wrapper {} in test_transparent_wrapper() implementation
21 unsafe impl bytemuck::Pod for Wrapper {} in test_transparent_wrapper() implementation
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/bytemuck-1.7.2/tests/
H A Dtransparent.rs15 struct Wrapper(Foreign); in test_transparent_wrapper() struct
17 unsafe impl TransparentWrapper<Foreign> for Wrapper {} in test_transparent_wrapper() implementation
20 unsafe impl bytemuck::Zeroable for Wrapper {} in test_transparent_wrapper() implementation
21 unsafe impl bytemuck::Pod for Wrapper {} in test_transparent_wrapper() implementation
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/bytemuck-1.7.2/tests/
H A Dtransparent.rs15 struct Wrapper(Foreign); in test_transparent_wrapper() struct
17 unsafe impl TransparentWrapper<Foreign> for Wrapper {} in test_transparent_wrapper() implementation
20 unsafe impl bytemuck::Zeroable for Wrapper {} in test_transparent_wrapper() implementation
21 unsafe impl bytemuck::Pod for Wrapper {} in test_transparent_wrapper() implementation
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/bytemuck/tests/
H A Dtransparent.rs15 struct Wrapper(Foreign); in test_transparent_wrapper() struct
17 unsafe impl TransparentWrapper<Foreign> for Wrapper {} in test_transparent_wrapper() implementation
20 unsafe impl bytemuck::Zeroable for Wrapper {} in test_transparent_wrapper() implementation
21 unsafe impl bytemuck::Pod for Wrapper {} in test_transparent_wrapper() implementation
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/bytemuck-1.7.2/tests/
H A Dtransparent.rs15 struct Wrapper(Foreign); in test_transparent_wrapper() struct
17 unsafe impl TransparentWrapper<Foreign> for Wrapper {} in test_transparent_wrapper() implementation
20 unsafe impl bytemuck::Zeroable for Wrapper {} in test_transparent_wrapper() implementation
21 unsafe impl bytemuck::Pod for Wrapper {} in test_transparent_wrapper() implementation
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/bytemuck-1.7.0/tests/
H A Dtransparent.rs15 struct Wrapper(Foreign); in test_transparent_wrapper() struct
17 unsafe impl TransparentWrapper<Foreign> for Wrapper {} in test_transparent_wrapper() implementation
20 unsafe impl bytemuck::Zeroable for Wrapper {} in test_transparent_wrapper() implementation
21 unsafe impl bytemuck::Pod for Wrapper {} in test_transparent_wrapper() implementation

12345678910>>...117