Searched defs:parse_str (Results 1 – 8 of 8) sorted by relevance
| /external/rust/crates/uuid/benches/slog_support/ |
| D | mod.rs | 1 pub mod parse_str; module
|
| /external/strace/ |
| D | strace-graph | 114 sub parse_str { subroutine
|
| /external/rust/crates/uuid/src/parser/ |
| D | mod.rs | 57 pub fn parse_str(mut input: &str) -> Result<Uuid, crate::Error> { in parse_str() method
|
| /external/rust/crates/serde_json/src/ |
| D | read.rs | 62 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/ |
| D | lib.rs | 931 pub fn parse_str<T: parse::Parse>(s: &str) -> Result<T> { in parse_str() function
|
| D | parse.rs | 1173 fn parse_str(self, s: &str) -> Result<Self::Output> { in parse_str() method
|
| /external/e2fsprogs/misc/ |
| D | mke2fs.c | 1296 char *parse_str; in parse_fs_type() local
|
| /external/rust/crates/serde_cbor/src/ |
| D | de.rs | 341 fn parse_str<V>(&mut self, len: usize, visitor: V) -> Result<V::Value> in parse_str() function
|