Home
last modified time | relevance | path

Searched refs:text_ (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dsubstitute.h90 : text_(value), size_(strlen(text_)) {} in SubstituteArg()
92 : text_(value.data()), size_(value.size()) {} in SubstituteArg()
96 : text_(NULL), size_(-1) {} in SubstituteArg()
105 : text_(scratch_), size_(1) { scratch_[0] = value; } in SubstituteArg()
107 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
109 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
111 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
113 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
115 : text_(FastLongToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
117 : text_(FastULongToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dimporter_unittest.cc74 string text_; member in google::protobuf::compiler::__anond549af4c0111::MockErrorCollector
80 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n", in AddError()
133 string error() const { return error_collector_.text_; } in error()
148 EXPECT_EQ("", error_collector_.text_); in TEST_F()
177 EXPECT_EQ("", error_collector_.text_); in TEST_F()
200 error_collector_.text_); in TEST_F()
213 error_collector_.text_); in TEST_F()
233 error_collector_.text_); in TEST_F()
Dparser_unittest.cc70 string text_; member in google::protobuf::compiler::__anona16890470111::MockErrorCollector
74 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n", in AddError()
126 ASSERT_EQ("", error_collector_.text_); in ExpectParsesTo()
154 EXPECT_EQ(expected_errors, error_collector_.text_); in ExpectHasEarlyExitErrors()
169 ASSERT_EQ("", error_collector_.text_); in ExpectHasValidationErrors()
175 EXPECT_EQ(expected_errors, error_collector_.text_); in ExpectHasValidationErrors()
196 EXPECT_EQ("", error_collector_.text_); in TEST_F()
206 EXPECT_EQ("", error_collector_.text_); in TEST_F()
216 EXPECT_EQ("1:9: Expected syntax identifier.\n", error_collector_.text_); in TEST_F()
1771 ASSERT_EQ("", error_collector_.text_) in TEST_F()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_bootstrap_unittest.cc73 string text_; member in google::protobuf::compiler::cpp::__anonc04dc16c0111::MockErrorCollector
78 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n", in AddError()
130 EXPECT_EQ("", error_collector.text_); in TEST()
Dcpp_unittest.cc99 string text_; member in google::protobuf::compiler::cpp::cpp_unittest::MockErrorCollector
104 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n", in AddError()
127 EXPECT_EQ("", error_collector.text_); in TEST()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dtokenizer_unittest.cc162 string text_; member in google::protobuf::io::__anonc32368320111::TestErrorCollector
166 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n", in AddError()
289 EXPECT_TRUE(error_collector.text_.empty()); in TEST_2D()
319 EXPECT_TRUE(error_collector.text_.empty()); in TEST_1D()
472 EXPECT_TRUE(error_collector.text_.empty()); in TEST_2D()
506 EXPECT_TRUE(error_collector.text_.empty()); in TEST_1D()
966 EXPECT_EQ(kErrorCases_case.errors, error_collector.text_); in TEST_2D()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtext_format_unittest.cc957 error_collector.text_); in ExpectMessage()
986 string text_; member in google::protobuf::text_format_unittest::TextFormatParserTest::MockErrorCollector
990 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n", in AddError()
Ddescriptor_unittest.cc186 string text_; member in google::protobuf::descriptor_unittest::MockErrorCollector
208 &text_, "$0: $1: $2: $3\n", in AddError()
3292 EXPECT_EQ(expected_errors, error_collector.text_); in BuildFileWithErrors()
6124 error_collector.text_); in TEST_F()
6137 error_collector.text_); in TEST_F()
6245 EXPECT_EQ("", error_collector.text_); in TEST_F()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt32510 Landroid/icu/text/StringSearch$Pattern;->text_:Ljava/lang/String;