Home
last modified time | relevance | path

Searched defs:MessageInfo (Results 1 – 6 of 6) sorted by relevance

/external/catch2/include/internal/
Dcatch_message.h22 struct MessageInfo { struct
33 bool operator == ( MessageInfo const& other ) const; argument
Dcatch_message.cpp18 MessageInfo::MessageInfo( StringRef const& _macroName, in MessageInfo() function in Catch::MessageInfo
/external/grpc-grpc/third_party/nanopb/tests/message_sizes/
Dmessages1.proto8 message MessageInfo { message
/external/nanopb-c/tests/message_sizes/
Dmessages1.proto8 message MessageInfo { message
/external/bcc/tests/cc/
Dcatch.hpp1900 struct MessageInfo { struct
1905 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
/external/catch2/single_include/catch2/
Dcatch.hpp2224 struct MessageInfo { struct
2229 StringRef macroName;
2230 std::string message;
2231 SourceLineInfo lineInfo;
2232 ResultWas::OfType type;
2233 unsigned int sequence;
2238 static unsigned int globalCount;
9544 MessageInfo::MessageInfo( StringRef const& _macroName, in MessageInfo() function in Catch::MessageInfo