OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LongStr
(Results
1 - 2
of
2
) sorted by null
/external/llvm/unittests/ADT/
StringRefTest.cpp
355
StringRef
LongStr
("hellx xello hell ello world foo bar hello");
356
EXPECT_EQ(36U,
LongStr
.find("hello"));
357
EXPECT_EQ(28U,
LongStr
.find("foo"));
358
EXPECT_EQ(12U,
LongStr
.find("hell", 2));
359
EXPECT_EQ(0U,
LongStr
.find(""));
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oaidl.h
212
DWORD_SIZEDARR
LongStr
;
[
all
...]
Completed in 772 milliseconds