/third_party/rust/crates/serde/serde/src/de/ |
H A D | impls.rs | 20 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() functions 59 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() functions 97 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in deserialize() functions 121 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in deserialize() functions 455 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() functions 501 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() functions 547 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() functions 624 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() functions 659 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() functions 696 fn expecting( functions 793 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { expecting() functions 858 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { expecting() functions 916 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { deserialize() functions 952 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { deserialize_in_place() functions 1060 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { deserialize() functions 1097 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { deserialize_in_place() functions 1151 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { expecting() functions 1183 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { expecting() functions 1207 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { expecting() functions 1305 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { deserialize() functions 1339 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { deserialize_in_place() functions 1417 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { deserialize() functions 1505 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { deserialize() functions 1574 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { expecting() functions 1691 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { expecting() functions 1730 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { expecting() functions 1804 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { expecting() functions 2052 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { deserialize() functions 2102 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { deserialize() functions 2191 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { deserialize() functions 2241 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { deserialize() functions 2392 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { deserialize() functions 2437 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { expecting() functions 2549 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { deserialize() functions 2592 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { expecting() functions 2687 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { deserialize() functions 2730 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { expecting() functions 2798 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { deserialize() functions 2856 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { deserialize() functions 2909 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { deserialize() functions 2965 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { deserialize() functions 3061 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { expecting() functions [all...] |
H A D | ignored_any.rs | 48 /// fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { 116 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() functions
|
H A D | mod.rs | 197 /// expecting. 322 /// # fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { 424 /// `Expected` represents an explanation of what data a `Visitor` was expecting 446 /// # fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { 486 self.expecting(formatter) in fmt() 649 /// In practice the majority of deserialization is stateless. An API expecting a 705 /// fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { 742 /// fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { 926 /// Hint that the `Deserialize` type is expecting a `bool` value. in deserialize_any() 931 /// Hint that the `Deserialize` type is expecting a in deserialize_any() 1304 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result; expecting() functions [all...] |
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | de.rs | 412 let expecting = format!("unit struct {}", params.type_name()); in deserialize_unit_struct() 413 let expecting = cattrs.expecting().unwrap_or(&expecting); in deserialize_unit_struct() 425 fn expecting(&self, __formatter: &mut _serde::__private::Formatter) -> _serde::__private::fmt::Result { in deserialize_unit_struct() functions 426 _serde::__private::Formatter::write_str(__formatter, #expecting) in deserialize_unit_struct() 493 let expecting = match form { in deserialize_tuple() 499 let expecting = cattrs.expecting().unwrap_or(&expecting); in deserialize_tuple() 557 fn expecting(&self, __formatter: &mut _serde::__private::Formatter) -> _serde::__private::fmt::Result { deserialize_tuple() functions 653 fn expecting(&self, __formatter: &mut _serde::__private::Formatter) -> _serde::__private::fmt::Result { deserialize_tuple_in_place() functions 1063 fn expecting(&self, __formatter: &mut _serde::__private::Formatter) -> _serde::__private::fmt::Result { deserialize_struct() functions 1149 fn expecting(&self, __formatter: &mut _serde::__private::Formatter) -> _serde::__private::fmt::Result { deserialize_struct_in_place() functions 1326 fn expecting(&self, __formatter: &mut _serde::__private::Formatter) -> _serde::__private::fmt::Result { deserialize_externally_tagged_enum() functions 1606 fn expecting(&self, __formatter: &mut _serde::__private::Formatter) -> _serde::__private::fmt::Result { deserialize_adjacently_tagged_enum() functions 2421 fn expecting(&self, __formatter: &mut _serde::__private::Formatter) -> _serde::__private::fmt::Result { deserialize_identifier() functions [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | preprocessor_tab_autogen.cpp | 905 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error() 906 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error() 907 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error() 908 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | ExpressionParser.cpp | 1023 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error() 1024 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error() 1025 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error() 1026 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error()
|
/third_party/rust/crates/serde/test_suite/tests/bytes/ |
H A D | mod.rs | 16 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in expecting() functions
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | glslang_tab.cpp | 2023 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error() 2024 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error() 2025 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error() 2026 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error()
|
/third_party/node/deps/npm/node_modules/ip-address/node_modules/sprintf-js/src/ |
H A D | sprintf.js | 62 throw new TypeError(sprintf('[sprintf] expecting number but found %T', arg))
|
/third_party/node/test/pummel/ |
H A D | test-regress-GH-892.js | 105 console.log(`expecting ${bytesExpected} bytes`);
|
/third_party/rust/crates/log/src/ |
H A D | serde.rs | 42 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in deserialize() functions 92 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in deserialize() functions 137 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in deserialize() functions 187 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in deserialize() functions
|
/third_party/rust/crates/serde/test_suite/tests/ |
H A D | test_annotations.rs | 2616 fn expecting(&self, _formatter: &mut fmt::Formatter) -> fmt::Result { in test_flatten_any_after_flatten_struct() functions 2727 #[serde(expecting = "something strange...")] in test_expecting_message() 2731 #[serde(expecting = "something strange...")] in test_expecting_message() 2735 #[serde(expecting = "something strange...")] in test_expecting_message() 2739 #[serde(expecting = "something strange...")] in test_expecting_message() 2771 #[serde(expecting = "something strange...")] in test_expecting_message_externally_tagged_enum() 2781 // Check that #[serde(expecting = "...")] doesn't affect variant identifier error message in test_expecting_message_externally_tagged_enum() 2792 #[serde(expecting = "something strange...")] in test_expecting_message_internally_tagged_enum() 2802 // Check that #[serde(expecting = "...")] doesn't affect variant identifier error message in test_expecting_message_internally_tagged_enum() 2813 #[serde(expecting in test_expecting_message_adjacently_tagged_enum() [all...] |
/third_party/rust/crates/serde/serde/src/private/ |
H A D | de.rs | 72 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in borrow_cow_str() functions 145 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { in borrow_cow_bytes() functions 329 fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { in expecting() functions 561 fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { in expecting() functions 820 expecting: &'static str, 827 pub fn new(name: &'static str, expecting: &'static str) -> Self { in new() 830 expecting, in new() 842 fn expecting(&self, fmt: &mut fmt::Formatter) -> fmt::Result { in expecting() functions 843 fmt.write_str(self.expecting) in expecting() 918 fn expecting( functions 993 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { expecting() functions 2389 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { expecting() functions 2434 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { expecting() functions 2859 fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { expecting() functions [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang_tab_autogen.cpp | 2025 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); in yysyntax_error() 2026 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); in yysyntax_error() 2027 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); in yysyntax_error() 2028 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); in yysyntax_error()
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/ |
H A D | yacc.c | 1211 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); 1212 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); 1213 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); 1214 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
|
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | attr.rs | 223 expecting: Option<String>, 309 let mut expecting = Attr::none(cx, EXPECTING); in from_ast() variables 539 // #[serde(expecting = "a message")] in from_ast() 541 expecting.set(&meta.path, s.value()); in from_ast() 593 expecting: expecting.get(), in from_ast() 677 pub fn expecting(&self) -> Option<&str> { in expecting() functions 678 self.expecting.as_ref().map(String::as_ref) in expecting()
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | attr.rs | 223 expecting: Option<String>, 309 let mut expecting = Attr::none(cx, EXPECTING); in from_ast() variables 539 // #[serde(expecting = "a message")] in from_ast() 541 expecting.set(&meta.path, s.value()); in from_ast() 593 expecting: expecting.get(), in from_ast() 677 pub fn expecting(&self) -> Option<&str> { in expecting() functions 678 self.expecting.as_ref().map(String::as_ref) in expecting()
|
/third_party/node/test/async-hooks/ |
H A D | verify-graph.js | 111 `Type '${type}': expecting: ${expTypes[type]} ` +
|
/third_party/gn/src/gn/ |
H A D | functions.cc | 241 "were you expecting something else?"); in RunAssert() 788 "The first argument is a scope, expecting two or three arguments."); 806 "The first argument is not a scope, expecting one or two arguments.");
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | glslang_tab.cpp | 4865 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); 4866 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); 4867 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); 4868 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
|