Searched defs:parse_str (Results 1 – 9 of 9) 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 | 65 fn parse_str<'s>(&'s mut self, scratch: &'s mut Vec<u8>) -> Result<Reference<'de, 's, str>>; in parse_str() method 327 fn parse_str<'s>(&'s mut self, scratch: &'s mut Vec<u8>) -> Result<Reference<'de, 's, str>> { in parse_str() function 531 fn parse_str<'s>(&'s mut self, scratch: &'s mut Vec<u8>) -> Result<Reference<'a, 's, str>> { in parse_str() method 658 fn parse_str<'s>(&'s mut self, scratch: &'s mut Vec<u8>) -> Result<Reference<'a, 's, str>> { in parse_str() method 739 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 | 944 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/ComputeLibrary/include/libnpy/ |
D | npy.hpp | 255 inline std::string parse_str(const std::string& in) { in parse_str() function
|
/external/e2fsprogs/misc/ |
D | mke2fs.c | 1306 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
|