Searched defs:bad_type (Results 1 – 7 of 7) 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()
1613 let bad_type: Result<Vec<f64>> = query in test_query_and_then_fails() localVariable1668 let bad_type: CustomResult<Vec<f64>> = query in test_query_and_then_custom_error_fails() localVariable1726 let bad_type: CustomResult<f64> = db.query_row_and_then(query, NO_PARAMS, |row| { in test_query_row_and_then_custom_error_fails() localVariable
88 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