Searched defs:bad_type (Results 1 – 9 of 9) sorted by relevance
63 const unsigned int bad_type = 0x1f; in main() local
82 void OnBadMessage(const BadType& bad_type) { in OnBadMessage()209 void OnBadMessage(const BadType& bad_type) { in OnBadMessage()
80 void OnBadMessage(const BadType& bad_type) { in OnBadMessage()213 void OnBadMessage(const BadType& bad_type) { in OnBadMessage()
1895 let bad_type: Result<Vec<f64>> = query.query_and_then([], |row| row.get(1))?.collect(); in test_query_and_then_fails() localVariable1946 let bad_type: CustomResult<Vec<f64>> = query in test_query_and_then_custom_error_fails() localVariable2002 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
4751 glw::GLenum bad_type = 0; in iterate() local