HomeSort by relevance Sort by last modified time
    Searched full:compare_str (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/installer/mini_installer/
mini_string_test.cc 32 std::wstring compare_str; local
34 EXPECT_EQ(str.length(), compare_str.length());
35 EXPECT_EQ(0, compare_str.compare(str.get()));
41 compare_str.append(kTestString);
42 EXPECT_EQ(str.length(), compare_str.length());
43 EXPECT_EQ(0, compare_str.compare(str.get()));
53 EXPECT_EQ(0, compare_str.compare(str.get()));
54 EXPECT_EQ(str.length(), compare_str.length());
58 compare_str.clear();
59 EXPECT_EQ(0, compare_str.compare(str.get()))
    [all...]

Completed in 41 milliseconds