|
LogCabin
|
Functions | |
| bool | operator== (const Message &a, const Message &b) |
| Equality for protocol buffers so that they can be used in EXPECT_EQ. | |
| bool | operator!= (const Message &a, const Message &b) |
| Inequality for protocol buffers so that they can be used in EXPECT_NE. | |
| bool | operator== (const Message &a, const std::string &bStr) |
| bool | operator== (const std::string &a, const Message &b) |
| bool | operator!= (const Message &a, const std::string &b) |
| bool | operator!= (const std::string &a, const Message &b) |
| bool google::protobuf::operator== | ( | const Message & | a, |
| const Message & | b | ||
| ) |
Equality for protocol buffers so that they can be used in EXPECT_EQ.
This is useful for testing.
Definition at line 29 of file ProtoBuf.cc.
| bool google::protobuf::operator!= | ( | const Message & | a, |
| const Message & | b | ||
| ) |
Inequality for protocol buffers so that they can be used in EXPECT_NE.
This is useful for testing.
Definition at line 37 of file ProtoBuf.cc.
| bool google::protobuf::operator== | ( | const Message & | a, |
| const std::string & | bStr | ||
| ) |
Definition at line 43 of file ProtoBuf.cc.
| bool google::protobuf::operator== | ( | const std::string & | a, |
| const Message & | b | ||
| ) |
Definition at line 52 of file ProtoBuf.cc.
| bool google::protobuf::operator!= | ( | const Message & | a, |
| const std::string & | b | ||
| ) |
Definition at line 58 of file ProtoBuf.cc.
| bool google::protobuf::operator!= | ( | const std::string & | a, |
| const Message & | b | ||
| ) |
Definition at line 64 of file ProtoBuf.cc.
1.7.6.1