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

  /external/chromium/base/
string_piece_unittest.cc 18 #define CMP_N(op, x, y) \
25 CMP_N(==, "a", "");
26 CMP_N(==, "", "a");
27 CMP_N(==, "a", "b");
28 CMP_N(==, "a", "aa");
29 CMP_N(==, "aa", "a");
31 CMP_N(!=, "", "");
32 CMP_N(!=, "a", "a");
33 CMP_N(!=, "aa", "aa");
44 CMP_N(<, "a", "a")
    [all...]
  /external/chromium_org/base/strings/
string_piece_unittest.cc 51 #define CMP_N(op, x, y) \
64 CMP_N(==, "a", "");
65 CMP_N(==, "", "a");
66 CMP_N(==, "a", "b");
67 CMP_N(==, "a", "aa");
68 CMP_N(==, "aa", "a");
70 CMP_N(!=, "", "");
71 CMP_N(!=, "a", "a");
72 CMP_N(!=, "aa", "aa");
83 CMP_N(<, "a", "a")
    [all...]

Completed in 107 milliseconds