Home
last modified time | relevance | path

Searched refs:parse_first_char (Results 1 – 25 of 65) sorted by relevance

123

/dports/devel/boost-docs/boost_1_72_0/libs/metaparse/test/
H A Done_char_test.hpp35 typedef apply_wrap2<oc, str_hello, start> parse_first_char; typedef
50 BOOST_MPL_ASSERT((equal_to<get_result<parse_first_char>::type, char_h>)); in BOOST_METAPARSE_TEST_CASE()
58 get_remaining<parse_first_char>::type, in BOOST_METAPARSE_TEST_CASE()
59 get_position<parse_first_char>::type in BOOST_METAPARSE_TEST_CASE()
/dports/devel/boost-python-libs/boost_1_72_0/libs/metaparse/test/
H A Done_char_test.hpp35 typedef apply_wrap2<oc, str_hello, start> parse_first_char; typedef
50 BOOST_MPL_ASSERT((equal_to<get_result<parse_first_char>::type, char_h>)); in BOOST_METAPARSE_TEST_CASE()
58 get_remaining<parse_first_char>::type, in BOOST_METAPARSE_TEST_CASE()
59 get_position<parse_first_char>::type in BOOST_METAPARSE_TEST_CASE()
/dports/devel/boost-libs/boost_1_72_0/libs/metaparse/test/
H A Done_char_test.hpp35 typedef apply_wrap2<oc, str_hello, start> parse_first_char; typedef
50 BOOST_MPL_ASSERT((equal_to<get_result<parse_first_char>::type, char_h>)); in BOOST_METAPARSE_TEST_CASE()
58 get_remaining<parse_first_char>::type, in BOOST_METAPARSE_TEST_CASE()
59 get_position<parse_first_char>::type in BOOST_METAPARSE_TEST_CASE()
/dports/devel/hyperscan/boost_1_75_0/libs/metaparse/test/
H A Done_char_test.hpp35 typedef apply_wrap2<oc, str_hello, start> parse_first_char; typedef
50 BOOST_MPL_ASSERT((equal_to<get_result<parse_first_char>::type, char_h>)); in BOOST_METAPARSE_TEST_CASE()
58 get_remaining<parse_first_char>::type, in BOOST_METAPARSE_TEST_CASE()
59 get_position<parse_first_char>::type in BOOST_METAPARSE_TEST_CASE()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/humantime-1.3.0/src/
H A Dduration.rs89 fn parse_first_char(&mut self) -> Result<Option<u64>, Error> { in parse_first_char() method
132 let mut n = try!(try!(self.parse_first_char()).ok_or(Error::Empty)); in parse()
170 n = match try!(self.parse_first_char()) { in parse()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/humantime-2.1.0/src/
H A Dduration.rs108 fn parse_first_char(&mut self) -> Result<Option<u64>, Error> { in parse_first_char() method
157 let mut n = self.parse_first_char()?.ok_or(Error::Empty)?; in parse()
195 n = match self.parse_first_char()? { in parse()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/humantime-2.1.0/src/
H A Dduration.rs108 fn parse_first_char(&mut self) -> Result<Option<u64>, Error> { in parse_first_char() method
157 let mut n = self.parse_first_char()?.ok_or(Error::Empty)?; in parse()
195 n = match self.parse_first_char()? { in parse()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/humantime-2.1.0/src/
H A Dduration.rs108 fn parse_first_char(&mut self) -> Result<Option<u64>, Error> { in parse_first_char() method
157 let mut n = self.parse_first_char()?.ok_or(Error::Empty)?; in parse()
195 n = match self.parse_first_char()? { in parse()
/dports/devel/rust-bindgen/bindgen-0.59.2/cargo-crates/humantime-2.1.0/src/
H A Dduration.rs108 fn parse_first_char(&mut self) -> Result<Option<u64>, Error> { in parse_first_char() method
157 let mut n = self.parse_first_char()?.ok_or(Error::Empty)?; in parse()
195 n = match self.parse_first_char()? { in parse()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/humantime-2.0.1/src/
H A Dduration.rs108 fn parse_first_char(&mut self) -> Result<Option<u64>, Error> { in parse_first_char() method
157 let mut n = self.parse_first_char()?.ok_or(Error::Empty)?; in parse()
195 n = match self.parse_first_char()? { in parse()
/dports/games/genact/genact-0.10.0/cargo-crates/humantime-2.0.1/src/
H A Dduration.rs108 fn parse_first_char(&mut self) -> Result<Option<u64>, Error> { in parse_first_char() method
157 let mut n = self.parse_first_char()?.ok_or(Error::Empty)?; in parse()
195 n = match self.parse_first_char()? { in parse()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/humantime-2.0.1/src/
H A Dduration.rs108 fn parse_first_char(&mut self) -> Result<Option<u64>, Error> { in parse_first_char() method
157 let mut n = self.parse_first_char()?.ok_or(Error::Empty)?; in parse()
195 n = match self.parse_first_char()? { in parse()
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/
H A Dduration.rs89 fn parse_first_char(&mut self) -> Result<Option<u64>, Error> { in parse_first_char() method
132 let mut n = try!(try!(self.parse_first_char()).ok_or(Error::Empty)); in parse()
170 n = match try!(self.parse_first_char()) { in parse()
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/humantime-2.1.0/src/
H A Dduration.rs108 fn parse_first_char(&mut self) -> Result<Option<u64>, Error> { in parse_first_char() method
157 let mut n = self.parse_first_char()?.ok_or(Error::Empty)?; in parse()
195 n = match self.parse_first_char()? { in parse()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/humantime-2.1.0/src/
H A Dduration.rs108 fn parse_first_char(&mut self) -> Result<Option<u64>, Error> { in parse_first_char() method
157 let mut n = self.parse_first_char()?.ok_or(Error::Empty)?; in parse()
195 n = match self.parse_first_char()? { in parse()
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/humantime-1.2.0/src/
H A Dduration.rs89 fn parse_first_char(&mut self) -> Result<Option<u64>, Error> { in parse_first_char() method
132 let mut n = try!(try!(self.parse_first_char()).ok_or(Error::Empty)); in parse()
170 n = match try!(self.parse_first_char()) { in parse()
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/humantime-1.3.0/src/
H A Dduration.rs89 fn parse_first_char(&mut self) -> Result<Option<u64>, Error> { in parse_first_char() method
132 let mut n = try!(try!(self.parse_first_char()).ok_or(Error::Empty)); in parse()
170 n = match try!(self.parse_first_char()) { in parse()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/humantime-1.3.0/src/
H A Dduration.rs89 fn parse_first_char(&mut self) -> Result<Option<u64>, Error> { in parse_first_char() method
132 let mut n = try!(try!(self.parse_first_char()).ok_or(Error::Empty)); in parse()
170 n = match try!(self.parse_first_char()) { in parse()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/humantime-1.3.0/src/
H A Dduration.rs89 fn parse_first_char(&mut self) -> Result<Option<u64>, Error> { in parse_first_char() method
132 let mut n = try!(try!(self.parse_first_char()).ok_or(Error::Empty)); in parse()
170 n = match try!(self.parse_first_char()) { in parse()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/humantime-2.1.0/src/
H A Dduration.rs108 fn parse_first_char(&mut self) -> Result<Option<u64>, Error> { in parse_first_char() method
157 let mut n = self.parse_first_char()?.ok_or(Error::Empty)?; in parse()
195 n = match self.parse_first_char()? { in parse()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/humantime-1.1.1/src/
H A Dduration.rs89 fn parse_first_char(&mut self) -> Result<Option<u64>, Error> { in parse_first_char() method
132 let mut n = try!(try!(self.parse_first_char()).ok_or(Error::Empty)); in parse()
170 n = match try!(self.parse_first_char()) { in parse()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/humantime-2.0.1/src/
H A Dduration.rs108 fn parse_first_char(&mut self) -> Result<Option<u64>, Error> { in parse_first_char() method
157 let mut n = self.parse_first_char()?.ok_or(Error::Empty)?; in parse()
195 n = match self.parse_first_char()? { in parse()
/dports/deskutils/just/just-0.10.5/cargo-crates/humantime-2.1.0/src/
H A Dduration.rs108 fn parse_first_char(&mut self) -> Result<Option<u64>, Error> { in parse_first_char() method
157 let mut n = self.parse_first_char()?.ok_or(Error::Empty)?; in parse()
195 n = match self.parse_first_char()? { in parse()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/humantime-1.3.0/src/
H A Dduration.rs89 fn parse_first_char(&mut self) -> Result<Option<u64>, Error> { in parse_first_char() method
132 let mut n = try!(try!(self.parse_first_char()).ok_or(Error::Empty)); in parse()
170 n = match try!(self.parse_first_char()) { in parse()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/humantime-1.3.0/src/
H A Dduration.rs89 fn parse_first_char(&mut self) -> Result<Option<u64>, Error> { in parse_first_char() method
132 let mut n = try!(try!(self.parse_first_char()).ok_or(Error::Empty)); in parse()
170 n = match try!(self.parse_first_char()) { in parse()

123