Searched defs:MessageInfo (Results 1 – 3 of 3) sorted by relevance
34 interface MessageInfo { interface
117 struct MessageInfo { struct118 const MessageLite* prototype;
2600 struct MessageInfo { struct2605 StringRef macroName;2606 std::string message;2607 SourceLineInfo lineInfo;2608 ResultWas::OfType type;2609 unsigned int sequence;2614 static unsigned int globalCount;11821 MessageInfo::MessageInfo( StringRef const& _macroName, in MessageInfo() function in Catch::MessageInfo