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

  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 148 void ExpectErrorSubstring(const string& expected_substring);
152 const string& expected_substring);
157 // Returns true if ExpectErrorSubstring(expected_substring) would pass, but
159 bool HasAlternateErrorSubstring(const string& expected_substring);
405 const string& expected_substring) {
407 EXPECT_PRED_FORMAT2(testing::IsSubstring, expected_substring, error_text_);
411 const string& expected_substring) {
413 EXPECT_PRED_FORMAT2(testing::IsSubstring, expected_substring, error_text_);
417 const string& expected_substring) {
419 return error_text_.find(expected_substring) != string::npos
    [all...]
  /external/pdfium/fpdfsdk/
fpdftext_embeddertest.cpp 629 static const char expected_substring[] = "Goodbye, world!"; local
637 EXPECT_EQ(sizeof(expected_substring), static_cast<size_t>(num_chars));
638 EXPECT_TRUE(check_unsigned_shorts(expected_substring, fixed_buffer,
639 sizeof(expected_substring)));
  /external/google-breakpad/src/testing/test/
gmock-spec-builders_test.cc     [all...]
  /external/googletest/googlemock/test/
gmock-spec-builders_test.cc     [all...]
  /external/v8/testing/gmock/test/
gmock-spec-builders_test.cc     [all...]

Completed in 150 milliseconds