OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXPECT_SUBSTRING
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
importer_unittest.cc
55
#define
EXPECT_SUBSTRING
(needle, haystack) \
254
EXPECT_SUBSTRING
("only allowed for repeated fields", error());
266
EXPECT_SUBSTRING
("only allowed for fields with a message type", error());
278
EXPECT_SUBSTRING
("not defined", error());
293
EXPECT_SUBSTRING
("Could not find field", error());
308
EXPECT_SUBSTRING
("must not name a repeated field", error());
324
EXPECT_SUBSTRING
("must name a scalar or string", error());
/external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc
55
#define
EXPECT_SUBSTRING
(needle, haystack) \
254
EXPECT_SUBSTRING
("only allowed for repeated fields", error());
266
EXPECT_SUBSTRING
("only allowed for fields with a message type", error());
278
EXPECT_SUBSTRING
("not defined", error());
293
EXPECT_SUBSTRING
("Could not find field", error());
308
EXPECT_SUBSTRING
("must not name a repeated field", error());
324
EXPECT_SUBSTRING
("must name a scalar or string", error());
Completed in 137 milliseconds