Searched defs:MessageInfo (Results 1 – 9 of 9) sorted by relevance
22 struct MessageInfo { struct33 bool operator == ( MessageInfo const& other ) const; argument
19 MessageInfo::MessageInfo( StringRef const& _macroName, in MessageInfo() function in Catch::MessageInfo
34 interface MessageInfo { interface
8 message MessageInfo { message
122 struct MessageInfo { struct123 const MessageLite* prototype;
1900 struct MessageInfo { struct1905 std::string macroName;1906 SourceLineInfo lineInfo;1907 ResultWas::OfType type;1908 std::string message;1909 unsigned int sequence;1911 bool operator == ( MessageInfo const& other ) const { in operator ==()1914 bool operator < ( MessageInfo const& other ) const { in operator <()1918 static unsigned int globalCount;7524 MessageInfo::MessageInfo( std::string const& _macroName, in MessageInfo() function in Catch::MessageInfo
2573 struct MessageInfo { struct2578 StringRef macroName;2579 std::string message;2580 SourceLineInfo lineInfo;2581 ResultWas::OfType type;2582 unsigned int sequence;2587 static unsigned int globalCount;11695 MessageInfo::MessageInfo( StringRef const& _macroName, in MessageInfo() function in Catch::MessageInfo
2595 struct MessageInfo { struct2600 StringRef macroName;2601 std::string message;2602 SourceLineInfo lineInfo;2603 ResultWas::OfType type;2604 unsigned int sequence;2609 static unsigned int globalCount;11757 MessageInfo::MessageInfo( StringRef const& _macroName, in MessageInfo() function in Catch::MessageInfo