Searched defs:CMP_N (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dstring_piece_unittest.cc18 #define CMP_N(op, x, y) \ macro
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(<, "
93 #undef CMP_N macro
[all...]

Completed in 33 milliseconds