OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kEscapeTestString
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/
text_format_unittest.cc
65
const string
kEscapeTestString
=
183
proto_.set_optional_string(
kEscapeTestString
);
367
EXPECT_EQ(
kEscapeTestString
, proto_.optional_string());
[
all
...]
/external/protobuf/java/src/test/java/com/google/protobuf/
TextFormatTest.java
57
private final static String
kEscapeTestString
=
Completed in 209 milliseconds