HomeSort by relevance Sort by last modified time
    Searched refs:error_text_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 183 string error_text_; member in class:google::protobuf::compiler::__anon15751::CommandLineInterfaceTest
309 error_text_ = GetCapturedTestStderr();
337 EXPECT_EQ("", error_text_);
343 error_text_); local
349 EXPECT_PRED_FORMAT2(testing::IsSubstring, expected_substring, error_text_);
355 EXPECT_PRED_FORMAT2(testing::IsSubstring, expected_substring, error_text_);
361 return error_text_.find(expected_substring) != string::npos;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 174 string error_text_; member in class:google::protobuf::compiler::__anon26277::CommandLineInterfaceTest
301 error_text_ = GetCapturedTestStderr();
329 EXPECT_EQ("", error_text_);
335 error_text_); local
341 EXPECT_PRED_FORMAT2(testing::IsSubstring, expected_substring, error_text_);
347 return error_text_.find(expected_substring) != string::npos;
    [all...]

Completed in 1810 milliseconds