Lines Matching defs:strings
19 macro—in particular, C strings and string objects. If a wide string (`wchar_t*`,
169 Does pointer equality on pointers. If used on two C strings, it tests if they
171 [`EXPECT_STREQ`](#EXPECT_STREQ) to compare C strings (e.g. `const char*`) by
184 Does pointer equality on pointers. If used on two C strings, it tests if they
186 [`EXPECT_STRNE`](#EXPECT_STRNE) to compare C strings (e.g. `const char*`) by
220 ## String Comparison {#c-strings}
222 The following assertions compare two **C strings**. To compare two `string`
225 These assertions also accept wide C strings (`wchar_t*`). If a comparison of two
226 wide strings fails, their values will be printed as UTF-8 narrow strings.
236 Verifies that the two C strings *`str1`* and *`str2`* have the same contents.
243 Verifies that the two C strings *`str1`* and *`str2`* have different contents.
250 Verifies that the two C strings *`str1`* and *`str2`* have the same contents,
258 Verifies that the two C strings *`str1`* and *`str2`* have different contents,