Searched defs:MismatchType (Results 1 – 4 of 4) sorted by relevance
42 struct MismatchType { struct43 explicit MismatchType(int) {} in MismatchType() function44 explicit MismatchType(char*) {} in MismatchType() argument46 MismatchType& operator=(int) { return *this; } in operator =() argument47 MismatchType& operator=(int*) { return *this; } in operator =() argument
41 struct MismatchType { struct42 explicit MismatchType(int) {} in MismatchType() argument43 explicit MismatchType(char*) {} in MismatchType() argument45 MismatchType& operator=(int) { return *this; } in operator =() argument46 MismatchType& operator=(int*) { return *this; } in operator =() argument
41 struct MismatchType { struct42 explicit MismatchType(int) {} in MismatchType() function43 explicit MismatchType(char*) {} in MismatchType() function45 MismatchType& operator=(int) { return *this; } in operator =() argument46 MismatchType& operator=(int*) { return *this; } in operator =() argument
53 MismatchType(Item, Item), enumerator