Searched refs:KeyMustBeAString (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/ |
D | error.rs | 69 | ErrorCode::KeyMustBeAString in classify() 231 KeyMustBeAString, enumerator 306 ErrorCode::KeyMustBeAString => f.write_str("key must be a string"), in fmt()
|
D | de.rs | 1120 Some(_) => return Err(self.peek_error(ErrorCode::KeyMustBeAString)), in ignore_value() 1986 Some(_) => Err(self.de.peek_error(ErrorCode::KeyMustBeAString)), in next_key_seed()
|
D | ser.rs | 789 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 D | error.rs | 73 | ErrorCode::KeyMustBeAString in classify() 289 KeyMustBeAString, enumerator 371 ErrorCode::KeyMustBeAString => f.write_str("key must be a string"), in fmt()
|
H A D | de.rs | 1194 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 D | ser.rs | 784 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 D | error.rs | 75 | ErrorCode::KeyMustBeAString in classify() 298 KeyMustBeAString, enumerator 384 ErrorCode::KeyMustBeAString => f.write_str("key must be a string"), in fmt()
|
H A D | de.rs | 1307 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 D | ser.rs | 784 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 D | ser.rs | 449 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/ |
D | ser.rs | 452 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 D | ser.rs | 449 Error::syntax(ErrorCode::KeyMustBeAString, 0, 0) in key_must_be_a_string()
|