Searched defs:bad_type (Results 1 – 10 of 10) sorted by relevance
82 void OnBadMessage(const BadType& bad_type) { in OnBadMessage()209 void OnBadMessage(const BadType& bad_type) { in OnBadMessage()
82 void OnBadMessage(const BadType& bad_type) { in OnBadMessage()213 void OnBadMessage(const BadType& bad_type) { in OnBadMessage()
63 const unsigned int bad_type = 0x1f; in main() local
1862 let bad_type: Result<Vec<f64>> = query.query_and_then([], |row| row.get(1))?.collect(); in test_query_and_then_fails() localVariable1913 let bad_type: CustomResult<Vec<f64>> = query in test_query_and_then_custom_error_fails() localVariable1969 let bad_type: CustomResult<f64> = in test_query_row_and_then_custom_error_fails() localVariable
39 base::Value bad_type(base::Value::Type::DICT); in TEST() local
86 fn bad_type(self, what: Unsupported) -> S::Error { in bad_type() function1007 fn bad_type(what: Unsupported) -> M::Error { in bad_type() function
4752 glw::GLenum bad_type = 0; in iterate() local