Home
last modified time | relevance | path

Searched defs:Wrapper (Results 1 – 25 of 2918) sorted by path

12345678910>>...117

/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/textwrap-0.11.0/src/
H A Dlib.rs84 pub struct Wrapper<'a, S: WordSplitter> { struct
101 impl<'a> Wrapper<'a, HyphenSplitter> { argument
133 impl<'a, S: WordSplitter> Wrapper<'a, S> { implementation
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/static_assertions-1.1.0/src/
H A Dassert_impl.rs196 impl<T: $t, N> Wrapper<T, N> { impl
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/zbus-2.1.1/src/
H A Dconnection.rs670 struct Wrapper<'a>(&'a blocking::ObjectServer); in object_server() struct
671 impl<'a> Deref for Wrapper<'a> { in object_server() implementation
H A Dproxy.rs143 struct Wrapper<'w> { in get_raw() struct
144 name: &'w str, in get_raw()
145 values: RwLockReadGuard<'w, HashMap<String, PropertyValue>>, in get_raw()
148 impl<'w> Deref for Wrapper<'w> { in get_raw() implementation
601 struct Wrapper<'a> { in cached_property_raw() struct
602 values: RwLockReadGuard<'a, HashMap<String, PropertyValue>>, in cached_property_raw()
603 property_name: &'a str, in cached_property_raw()
606 impl Deref for Wrapper<'_> { in cached_property_raw() implementation
/dports/archivers/draco/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1410 typedef ReferenceOrValueWrapper<T> Wrapper; typedef
/dports/archivers/draco/googletest/googletest/test/
H A Dgoogletest-printers-test.cc234 class Wrapper { class
236 explicit Wrapper(T&& value) : value_(std::forward<T>(value)) {} in Wrapper() function in testing::__anon75dae5610511::Wrapper
/dports/astro/phd2/phd2-2.6.10/
H A Dguiding_assistant.cpp328 struct Wrapper : public wxTextWrapper in Wrap() struct
330 wxString str; in Wrap()
331 Wrapper(wxWindow *win_, const wxString& text, int width_) { Wrap(win_, text, width_); } in Wrap() argument
332 void OnOutputLine(const wxString& line) { str += line; } in Wrap()
333 void OnNewLine() { str += '\n'; } in Wrap()
H A Dmyframe.cpp1167 struct Wrapper : public wxTextWrapper in WrapText() struct
1169 wxString m_str; in WrapText()
1170 Wrapper(wxWindow *win, const wxString& text, int width) { in WrapText() function
1173 const wxString& Str() const { return m_str; } in WrapText()
1174 void OnOutputLine(const wxString& line) { m_str += line; } in WrapText()
1175 void OnNewLine() { m_str += '\n'; } in WrapText()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sord/sord/
H A Dsordmm.hpp52 class Wrapper { class
54 inline Wrapper(T c_obj = NULL) : _c_obj(c_obj) {} in Wrapper() function in Sord::Wrapper
/dports/audio/carla/Carla-2.4.1/source/modules/lilv/sord-0.16.0/sord/
H A Dsordmm.hpp52 class Wrapper { class
54 inline Wrapper(T c_obj = NULL) : _c_obj(c_obj) {} in Wrapper() function in Sord::Wrapper
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/crossbeam-utils-0.8.5/tests/
H A Dthread.rs138 struct Wrapper<'a> { in nesting() struct
139 var: &'a String, in nesting()
142 impl<'a> Wrapper<'a> { in nesting() impl
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/darling-0.10.2/tests/
H A Dcustom_bound.rs9 struct Wrapper<T>(pub T); struct
11 impl<T: Add> Add for Wrapper<T> { implementation
H A Dgenerics.rs11 struct Wrapper<T>(pub T); struct
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/darling-0.12.4/tests/
H A Dcustom_bound.rs9 struct Wrapper<T>(pub T); struct
11 impl<T: Add> Add for Wrapper<T> { implementation
H A Dgenerics.rs11 struct Wrapper<T>(pub T); struct
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libsqlite3-sys-0.22.2/
H A Dbuild.rs177 Wrapper, enumerator
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/reqwest-0.11.8/src/
H A Dconnect.rs1071 pub(super) struct Wrapper(pub(super) bool); struct
1073 impl Wrapper { implementation
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/pugl/bindings/cxx/include/pugl/
H A Dpugl.hpp46 class Wrapper class
52 Wrapper(Wrapper&& wrapper) noexcept in Wrapper() function in pugl::detail::Wrapper
71 explicit Wrapper(T* ptr) noexcept in Wrapper() function in pugl::detail::Wrapper
/dports/audio/mixxx/mixxx-2.3.0/lib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1412 typedef ReferenceOrValueWrapper<T> Wrapper; typedef
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/pugl/bindings/cxx/include/pugl/
H A Dpugl.hpp46 class Wrapper class
52 Wrapper(Wrapper&& wrapper) noexcept in Wrapper() function in pugl::detail::Wrapper
71 explicit Wrapper(T* ptr) noexcept in Wrapper() function in pugl::detail::Wrapper
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/pugl/bindings/cxx/include/pugl/
H A Dpugl.hpp46 class Wrapper class
52 Wrapper(Wrapper&& wrapper) noexcept in Wrapper() function in pugl::detail::Wrapper
71 explicit Wrapper(T* ptr) noexcept in Wrapper() function in pugl::detail::Wrapper
/dports/audio/mumble/mumble-1.3.3/src/murmur/
H A DMurmurGRPCImpl.cpp1146 namespace Wrapper { namespace
/dports/audio/murmur-cli/murmur-cli-8f83169/vendor/google.golang.org/genproto/googleapis/api/expr/v1alpha1/
H A Dchecked.pb.go274Wrapper Type_PrimitiveType `protobuf:"varint,4,opt,name=wrapper,proto3,enum=google.api.expr.v1alph… member
/dports/audio/murmur/mumble-1.3.3/src/murmur/
H A DMurmurGRPCImpl.cpp1146 namespace Wrapper { namespace
/dports/audio/musicpd/mpd-0.23.6/src/input/plugins/
H A DQobuzErrorParser.cxx25 using Wrapper = Yajl::CallbacksWrapper<QobuzErrorParser>; typedef

12345678910>>...117