Lines Matching defs:it
381 // output first and use it as our expectation.
594 // The difference between this and Print() is that it ensures that the
682 // "\x6BANANA" is ambiguous, it can be interpreted as starting with either of:
972 iterator it = {};
973 EXPECT_EQ("1-byte object <00>", Print(it));
983 const_iterator it = {};
984 EXPECT_EQ("1-byte object <00>", Print(it));
1234 // Tests formatting a char pointer when it's compared with another pointer.
1235 // In this case we want to print it as a raw pointer, as the comparision is by
1243 // even know if it's supposed to point to a valid C string).
1261 // even know if it's supposed to point to a valid wide C string).
1274 // Tests formatting a char pointer when it's compared to a string object.
1335 // Tests formatting a char array when it's compared with a pointer or array.
1369 // Tests formatting a char array when it's compared with a string object.