Home
last modified time | relevance | path

Searched refs:KeyMustBeAString (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/
Derror.rs69 | ErrorCode::KeyMustBeAString in classify()
231 KeyMustBeAString, enumerator
306 ErrorCode::KeyMustBeAString => f.write_str("key must be a string"), in fmt()
Dde.rs1120 Some(_) => return Err(self.peek_error(ErrorCode::KeyMustBeAString)), in ignore_value()
1986 Some(_) => Err(self.de.peek_error(ErrorCode::KeyMustBeAString)), in next_key_seed()
Dser.rs789 Error::syntax(ErrorCode::KeyMustBeAString, 0, 0) in key_must_be_a_string()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/
H A Derror.rs73 | ErrorCode::KeyMustBeAString in classify()
289 KeyMustBeAString, enumerator
371 ErrorCode::KeyMustBeAString => f.write_str("key must be a string"), in fmt()
H A Dde.rs1194 Some(_) => return Err(self.peek_error(ErrorCode::KeyMustBeAString)), in ignore_value()
1996 Some(_) => Err(self.de.peek_error(ErrorCode::KeyMustBeAString)), in next_key_seed()
H A Dser.rs784 Error::syntax(ErrorCode::KeyMustBeAString, 0, 0) in key_must_be_a_string()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/
H A Derror.rs75 | ErrorCode::KeyMustBeAString in classify()
298 KeyMustBeAString, enumerator
384 ErrorCode::KeyMustBeAString => f.write_str("key must be a string"), in fmt()
H A Dde.rs1307 Some(_) => return Err(self.peek_error(ErrorCode::KeyMustBeAString)), in ignore_value()
2147 Some(_) => Err(self.de.peek_error(ErrorCode::KeyMustBeAString)), in next_key_seed()
H A Dser.rs784 Error::syntax(ErrorCode::KeyMustBeAString, 0, 0) in key_must_be_a_string()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/value/
H A Dser.rs449 Error::syntax(ErrorCode::KeyMustBeAString, 0, 0) in key_must_be_a_string()
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/value/
Dser.rs452 Error::syntax(ErrorCode::KeyMustBeAString, 0, 0) in key_must_be_a_string()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/value/
H A Dser.rs449 Error::syntax(ErrorCode::KeyMustBeAString, 0, 0) in key_must_be_a_string()