Home
last modified time | relevance | path

Searched defs:from_matches (Results 1 – 8 of 8) sorted by relevance

/dports/databases/postgresql12-server/postgresql-12.9/src/include/access/
H A Dtuptoaster.h91 #define TOAST_MAX_CHUNK_SIZE \ in play_from_matches()
118 * that assumes the datum contents are aligned. Introducing an explicit in play_from_matches()
/dports/devel/desed/desed-1.2.0/src/
H A Dcli.rs81 pub fn from_matches(matches: ArgMatches) -> Result<Options> { in from_matches() method
/dports/mail/elm/elm2.5.8/src/
H A Dpattern.c377 from_matches(message_number, pat) in from_matches() function
/dports/deskutils/just/just-0.10.5/src/
H A Dconfig.rs418 pub(crate) fn from_matches(matches: &ArgMatches) -> ConfigResult<Self> { in from_matches() method
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/bin/
H A Dmain.rs521 pub fn from_matches(matches: &Matches) -> Result<GetOptsOptions> { in from_matches() method
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/
H A Dconfig.rs318 crate fn from_matches(matches: &getopts::Matches) -> Result<Options, i32> { in from_matches() method
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcGenGenerics.hs340 from_matches = [mkHsCaseAlt pat rhs | (pat,rhs) <- from_alts] function
/dports/net/krill/krill-0.9.4/src/cli/
H A Doptions.rs49 fn from_matches(matches: &ArgMatches) -> Result<Self, Error> { in from_matches() method