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

  /external/pcre/pcrecpp/
pcre_stringpiece_unittest.cc 78 #define CMP_N(op, x, y) \
85 CMP_N(==, "a", "");
86 CMP_N(==, "", "a");
87 CMP_N(==, "a", "b");
88 CMP_N(==, "a", "aa");
89 CMP_N(==, "aa", "a");
91 CMP_N(!=, "", "");
92 CMP_N(!=, "a", "a");
93 CMP_N(!=, "aa", "aa");
104 CMP_N(<, "a", "a")
    [all...]
  /external/libchrome/base/strings/
string_piece_unittest.cc 53 #define CMP_N(op, x, y) \
66 CMP_N(==, "a", "");
67 CMP_N(==, "", "a");
68 CMP_N(==, "a", "b");
69 CMP_N(==, "a", "aa");
70 CMP_N(==, "aa", "a");
72 CMP_N(!=, "", "");
73 CMP_N(!=, "a", "a");
74 CMP_N(!=, "aa", "aa");
85 CMP_N(<, "a", "a")
    [all...]

Completed in 111 milliseconds