Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageInfo.java34 interface MessageInfo { interface
/third_party/protobuf/src/google/protobuf/
Dextension_set.h117 struct MessageInfo { struct
118 const MessageLite* prototype;
/third_party/libabigail/tests/lib/
Dcatch.hpp2600 struct MessageInfo { struct
2605 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