Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/
H A Dread.rs67 fn parse_str<'s>(&'s mut self, scratch: &'s mut Vec<u8>) -> Result<Reference<'de, 's, str>>; in parse_str() method
329 fn parse_str<'s>(&'s mut self, scratch: &'s mut Vec<u8>) -> Result<Reference<'de, 's, str>> { in parse_str() function
533 fn parse_str<'s>(&'s mut self, scratch: &'s mut Vec<u8>) -> Result<Reference<'a, 's, str>> { in parse_str() method
660 fn parse_str<'s>(&'s mut self, scratch: &'s mut Vec<u8>) -> Result<Reference<'a, 's, str>> { in parse_str() method
741 fn parse_str<'s>(&'s mut self, scratch: &'s mut Vec<u8>) -> Result<Reference<'de, 's, str>> { in parse_str() function
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/
Dread.rs65 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
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/
H A Dread.rs67 fn parse_str<'s>(&'s mut self, scratch: &'s mut Vec<u8>) -> Result<Reference<'de, 's, str>>; in parse_str() method
508 fn parse_str<'s>(&'s mut self, scratch: &'s mut Vec<u8>) -> Result<Reference<'de, 's, str>> { in parse_str() function
762 fn parse_str<'s>(&'s mut self, scratch: &'s mut Vec<u8>) -> Result<Reference<'a, 's, str>> { in parse_str() method
906 fn parse_str<'s>(&'s mut self, scratch: &'s mut Vec<u8>) -> Result<Reference<'a, 's, str>> { in parse_str() method
983 fn parse_str<'s>(&'s mut self, scratch: &'s mut Vec<u8>) -> Result<Reference<'de, 's, str>> { in parse_str() function
/aosp_15_r20/external/strace/
H A Dstrace-graph114 sub parse_str { subroutine
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/
H A Dlib.rs917 pub fn parse_str<T: parse::Parse>(s: &str) -> Result<T> { in parse_str() function
H A Dparse.rs1176 fn parse_str(self, s: &str) -> Result<Self::Output> { in parse_str() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Dlib.rs941 pub fn parse_str<T: parse::Parse>(s: &str) -> Result<T> { in parse_str() function
H A Dparse.rs1265 fn parse_str(self, s: &str) -> Result<Self::Output> { in parse_str() method
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dlib.rs941 pub fn parse_str<T: parse::Parse>(s: &str) -> Result<T> { in parse_str() function
Dparse.rs1265 fn parse_str(self, s: &str) -> Result<Self::Output> { in parse_str() method
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/examples/
Djson_iterator.rs218 fn parse_str<'a, E: ParserError<&'a str>>(i: &mut &'a str) -> PResult<&'a str, E> { in parse_str() function
/aosp_15_r20/external/rust/android-crates-io/crates/uuid/src/
Dparser.rs64 pub fn parse_str(input: &str) -> Result<Uuid, Error> { in parse_str() method
/aosp_15_r20/external/ComputeLibrary/include/libnpy/
H A Dnpy.hpp288 inline std::string parse_str(const std::string &in) { in parse_str() function
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust/
Ddecoder.rs811 pub fn parse_str(text: &str) -> ast::File { in parse_str() function
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_legacy/
Dparser.rs803 pub fn parse_str(text: &str) -> ast::File { in parse_str() function
Dmod.rs1061 pub fn parse_str(text: &str) -> ast::File { in parse_str() function
/aosp_15_r20/external/e2fsprogs/misc/
H A Dmke2fs.c1308 char *parse_str; in parse_fs_type() local
/aosp_15_r20/external/rust/android-crates-io/crates/serde_cbor/src/
Dde.rs341 fn parse_str<V>(&mut self, len: usize, visitor: V) -> Result<V::Value> in parse_str() function