Home
last modified time | relevance | path

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

/external/rust/crates/uuid/benches/slog_support/
Dmod.rs1 pub mod parse_str; module
/external/strace/
Dstrace-graph114 sub parse_str { subroutine
/external/rust/crates/uuid/src/parser/
Dmod.rs57 pub fn parse_str(mut input: &str) -> Result<Uuid, crate::Error> { in parse_str() method
/external/rust/crates/serde_json/src/
Dread.rs62 fn parse_str<'s>(&'s mut self, scratch: &'s mut Vec<u8>) -> Result<Reference<'de, 's, str>>; in parse_str() method
323 fn parse_str<'s>(&'s mut self, scratch: &'s mut Vec<u8>) -> Result<Reference<'de, 's, str>> { in parse_str() function
524 fn parse_str<'s>(&'s mut self, scratch: &'s mut Vec<u8>) -> Result<Reference<'a, 's, str>> { in parse_str() method
648 fn parse_str<'s>(&'s mut self, scratch: &'s mut Vec<u8>) -> Result<Reference<'a, 's, str>> { in parse_str() method
728 fn parse_str<'s>(&'s mut self, scratch: &'s mut Vec<u8>) -> Result<Reference<'de, 's, str>> { in parse_str() function
/external/rust/crates/syn/src/
Dlib.rs931 pub fn parse_str<T: parse::Parse>(s: &str) -> Result<T> { in parse_str() function
Dparse.rs1173 fn parse_str(self, s: &str) -> Result<Self::Output> { in parse_str() method
/external/e2fsprogs/misc/
Dmke2fs.c1296 char *parse_str; in parse_fs_type() local
/external/rust/crates/serde_cbor/src/
Dde.rs341 fn parse_str<V>(&mut self, len: usize, visitor: V) -> Result<V::Value> in parse_str() function