OsmAnd
|
Classes | |
class | MockErrorCollector |
Protected Member Functions | |
void | ExpectFailure (const string &input, const string &message, int line, int col) |
void | ExpectFailure (const string &input, const string &message, int line, int col, Message *proto) |
void | ExpectMessage (const string &input, const string &message, int line, int col, Message *proto, bool expected_result) |
void google::protobuf::text_format_unittest::TextFormatParserTest::ExpectFailure | ( | const string & | input, |
const string & | message, | ||
int | line, | ||
int | col | ||
) | [protected] |
void google::protobuf::text_format_unittest::TextFormatParserTest::ExpectFailure | ( | const string & | input, |
const string & | message, | ||
int | line, | ||
int | col, | ||
Message * | proto | ||
) | [protected] |
void google::protobuf::text_format_unittest::TextFormatParserTest::ExpectMessage | ( | const string & | input, |
const string & | message, | ||
int | line, | ||
int | col, | ||
Message * | proto, | ||
bool | expected_result | ||
) | [protected] |