Home
last modified time | relevance | path

Searched +defs:is +defs:self (Results 1 – 25 of 891) sorted by relevance

12345678910>>...36

/dports/lang/gleam/gleam-0.18.2/cargo-crates/protobuf-2.25.2/src/
H A Dmessage.rs33 fn merge_from(&mut self, is: &mut CodedInputStream) -> ProtobufResult<()>; in merge_from()
50 fn write_to_with_cached_sizes(&self, os: &mut CodedOutputStream) -> ProtobufResult<()>; in write_to_with_cached_sizes()
61 fn write_to(&self, os: &mut CodedOutputStream) -> ProtobufResult<()> { in write_to()
86 fn write_length_delimited_to_vec(&self, vec: &mut Vec<u8>) -> ProtobufResult<()> { in write_length_delimited_to_vec()
94 fn merge_from_bytes(&mut self, bytes: &[u8]) -> ProtobufResult<()> { in merge_from_bytes()
95 let mut is = CodedInputStream::from_bytes(bytes); in merge_from_bytes() localVariable
105 let mut is = CodedInputStream::new(reader); in parse_from_reader() localVariable
116 let mut is = CodedInputStream::from_bytes(bytes); in parse_from_bytes() localVariable
129 let mut is = CodedInputStream::from_carllerche_bytes(bytes); in parse_from_carllerche_bytes() localVariable
147 fn write_to_writer(&self, w: &mut dyn Write) -> ProtobufResult<()> { in write_to_writer()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/protobuf-2.25.2/src/
H A Dmessage.rs33 fn merge_from(&mut self, is: &mut CodedInputStream) -> ProtobufResult<()>; in merge_from()
50 fn write_to_with_cached_sizes(&self, os: &mut CodedOutputStream) -> ProtobufResult<()>; in write_to_with_cached_sizes()
61 fn write_to(&self, os: &mut CodedOutputStream) -> ProtobufResult<()> { in write_to()
86 fn write_length_delimited_to_vec(&self, vec: &mut Vec<u8>) -> ProtobufResult<()> { in write_length_delimited_to_vec()
94 fn merge_from_bytes(&mut self, bytes: &[u8]) -> ProtobufResult<()> { in merge_from_bytes()
95 let mut is = CodedInputStream::from_bytes(bytes); in merge_from_bytes() localVariable
105 let mut is = CodedInputStream::new(reader); in parse_from_reader() localVariable
116 let mut is = CodedInputStream::from_bytes(bytes); in parse_from_bytes() localVariable
129 let mut is = CodedInputStream::from_carllerche_bytes(bytes); in parse_from_carllerche_bytes() localVariable
147 fn write_to_writer(&self, w: &mut dyn Write) -> ProtobufResult<()> { in write_to_writer()
[all …]
/dports/graphics/autopano-sift-c/autopano-sift-C-2.5.1/
H A DDisplayImage.c7 DisplayImage* self = (DisplayImage*)malloc(sizeof(DisplayImage)); in DisplayImage_new0() local
13 DisplayImage* self = DisplayImage_new0(); in DisplayImage_new() local
31 void DisplayImage_delete(DisplayImage* self) { in DisplayImage_delete()
41 DisplayImage* DisplayImage_ScaleSimple(DisplayImage* self, int width, int height) in DisplayImage_ScaleSimple()
61 register int x,y, id, is, i; in DisplayImage_ScaleSimple() local
174 double DisplayImage_ScaleWithin(DisplayImage* self, int dim) { in DisplayImage_ScaleWithin()
196 DisplayImage* DisplayImage_Carve(DisplayImage* self, int dx, int dy, int width, int height) in DisplayImage_Carve()
215 register int x,y, id, is, i; in DisplayImage_Carve() local
326 ImageMap* DisplayImage_ConvertToImageMap(DisplayImage* self) //// dbl <= float in DisplayImage_ConvertToImageMap()
/dports/lang/rust/rustc-1.58.1-src/library/core/src/
H A Dany.rs144 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
154 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
161 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
187 pub fn is<T: Any>(&self) -> bool { in is() method
288 pub fn is<T: Any>(&self) -> bool { in is() method
366 pub fn is<T: Any>(&self) -> bool { in is() method
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaClientDelegateImpl.java113 public OutputStream request(org.omg.CORBA.Object self, in request()
141 public InputStream invoke(org.omg.CORBA.Object self, OutputStream output) in invoke()
151 public void releaseReply(org.omg.CORBA.Object self, InputStream input) in releaseReply()
168 InputStream is = null; in get_interface_def() local
227 InputStream is = null; in is_a() local
247 InputStream is = null; in non_existent() local
390 public boolean is_local(org.omg.CORBA.Object self) in is_local()
397 public ServantObject servant_preinvoke(org.omg.CORBA.Object self, in servant_preinvoke()
406 public void servant_postinvoke(org.omg.CORBA.Object self, in servant_postinvoke()
419 public String get_codebase(org.omg.CORBA.Object self) in get_codebase()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaClientDelegateImpl.java113 public OutputStream request(org.omg.CORBA.Object self, in request()
141 public InputStream invoke(org.omg.CORBA.Object self, OutputStream output) in invoke()
151 public void releaseReply(org.omg.CORBA.Object self, InputStream input) in releaseReply()
168 InputStream is = null; in get_interface_def() local
227 InputStream is = null; in is_a() local
247 InputStream is = null; in non_existent() local
390 public boolean is_local(org.omg.CORBA.Object self) in is_local()
397 public ServantObject servant_preinvoke(org.omg.CORBA.Object self, in servant_preinvoke()
406 public void servant_postinvoke(org.omg.CORBA.Object self, in servant_postinvoke()
419 public String get_codebase(org.omg.CORBA.Object self) in get_codebase()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/web-sys-0.3.46/src/features/
H A Dgen_ElementCreationOptions.rs25 pub fn is(&mut self, val: &str) -> &mut Self { in is() method
38 pub fn pseudo(&mut self, val: &str) -> &mut Self { in pseudo()
/dports/net/routinator/routinator-0.10.2/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_ElementCreationOptions.rs25 pub fn is(&mut self, val: &str) -> &mut Self { in is() method
38 pub fn pseudo(&mut self, val: &str) -> &mut Self { in pseudo()
/dports/games/genact/genact-0.10.0/cargo-crates/web-sys-0.3.44/src/features/
H A Dgen_ElementCreationOptions.rs25 pub fn is(&mut self, val: &str) -> &mut Self { in is() method
38 pub fn pseudo(&mut self, val: &str) -> &mut Self { in pseudo()
/dports/net-im/fractal/fractal-4.4.0/vendor/web-sys/src/features/
H A Dgen_ElementCreationOptions.rs25 pub fn is(&mut self, val: &str) -> &mut Self { in is() method
38 pub fn pseudo(&mut self, val: &str) -> &mut Self { in pseudo()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/web-sys-0.3.47/src/features/
H A Dgen_ElementCreationOptions.rs25 pub fn is(&mut self, val: &str) -> &mut Self { in is() method
38 pub fn pseudo(&mut self, val: &str) -> &mut Self { in pseudo()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/web-sys-0.3.48/src/features/
H A Dgen_ElementCreationOptions.rs25 pub fn is(&mut self, val: &str) -> &mut Self { in is() method
38 pub fn pseudo(&mut self, val: &str) -> &mut Self { in pseudo()
/dports/www/rearx/rearx-0.1.4/cargo-crates/web-sys-0.3.48/src/features/
H A Dgen_ElementCreationOptions.rs25 pub fn is(&mut self, val: &str) -> &mut Self { in is() method
38 pub fn pseudo(&mut self, val: &str) -> &mut Self { in pseudo()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/web-sys-0.3.45/src/features/
H A Dgen_ElementCreationOptions.rs25 pub fn is(&mut self, val: &str) -> &mut Self { in is() method
38 pub fn pseudo(&mut self, val: &str) -> &mut Self { in pseudo()
/dports/net/proby/proby-1.0.2/cargo-crates/web-sys-0.3.44/src/features/
H A Dgen_ElementCreationOptions.rs25 pub fn is(&mut self, val: &str) -> &mut Self { in is() method
38 pub fn pseudo(&mut self, val: &str) -> &mut Self { in pseudo()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/web-sys-0.3.39/src/features/
H A Dgen_ElementCreationOptions.rs25 pub fn is(&mut self, val: &str) -> &mut Self { in is() method
38 pub fn pseudo(&mut self, val: &str) -> &mut Self { in pseudo()
/dports/math/kalker/kalker-1.1.0/cargo-crates/web-sys-0.3.46/src/features/
H A Dgen_ElementCreationOptions.rs25 pub fn is(&mut self, val: &str) -> &mut Self { in is() method
38 pub fn pseudo(&mut self, val: &str) -> &mut Self { in pseudo()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/web-sys-0.3.50/src/features/
H A Dgen_ElementCreationOptions.rs25 pub fn is(&mut self, val: &str) -> &mut Self { in is() method
38 pub fn pseudo(&mut self, val: &str) -> &mut Self { in pseudo()
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_ElementCreationOptions.rs25 pub fn is(&mut self, val: &str) -> &mut Self { in is() method
38 pub fn pseudo(&mut self, val: &str) -> &mut Self { in pseudo()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_ElementCreationOptions.rs25 pub fn is(&mut self, val: &str) -> &mut Self { in is() method
38 pub fn pseudo(&mut self, val: &str) -> &mut Self { in pseudo()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/web-sys-0.3.42/src/features/
H A Dgen_ElementCreationOptions.rs25 pub fn is(&mut self, val: &str) -> &mut Self { in is() method
38 pub fn pseudo(&mut self, val: &str) -> &mut Self { in pseudo()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_ElementCreationOptions.rs25 pub fn is(&mut self, val: &str) -> &mut Self { in is() method
38 pub fn pseudo(&mut self, val: &str) -> &mut Self { in pseudo()
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/web-sys-0.3.44/src/features/
H A Dgen_ElementCreationOptions.rs25 pub fn is(&mut self, val: &str) -> &mut Self { in is() method
38 pub fn pseudo(&mut self, val: &str) -> &mut Self { in pseudo()
/dports/www/monolith/monolith-2.6.1/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_ElementCreationOptions.rs25 pub fn is(&mut self, val: &str) -> &mut Self { in is() method
38 pub fn pseudo(&mut self, val: &str) -> &mut Self { in pseudo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/input.output/iostream.format/input.streams/istream.rvalue/
H A Drvalue.pass.cpp49 friend void operator>>(std::basic_istream<CharT>& is, Int& self) { in operator >>() argument
63 std::istream is(&sb); in main() local
71 std::wistream is(&sb); in main() local

12345678910>>...36