OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expectedString
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_printf_test.cc
32
std::string
expectedString
= "a-1b-2c4294967292e5fahbq0x";
33
expectedString
+= std::string(SANITIZER_POINTER_FORMAT_LENGTH - 3, '0');
34
expectedString
+= "123e_string_r";
35
EXPECT_STREQ(
expectedString
.c_str(), buf);
sanitizer_printf_test.cc
32
std::string
expectedString
= "a-1b-2c4294967292e5fahbq0x";
33
expectedString
+= std::string(SANITIZER_POINTER_FORMAT_LENGTH - 3, '0');
34
expectedString
+= "123e_string_r";
35
EXPECT_STREQ(
expectedString
.c_str(), buf);
Completed in 58 milliseconds
Indexes created Tue Sep 23 14:10:03 GMT 2025