OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringAppend
(Results
1 - 2
of
2
) sorted by null
/external/llvm/unittests/ADT/
VariadicFunctionTest.cpp
68
StringAppendImpl>
StringAppend
= {};
72
EXPECT_EQ(0,
StringAppend
(&S0));
76
EXPECT_EQ(2,
StringAppend
(&S1, "go"));
81
StringAppend
(&S4, "John", "Paul", "George", "Ringo"));
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
VariadicFunctionTest.cpp
68
StringAppendImpl>
StringAppend
= {};
72
EXPECT_EQ(0,
StringAppend
(&S0));
76
EXPECT_EQ(2,
StringAppend
(&S1, "go"));
81
StringAppend
(&S4, "John", "Paul", "George", "Ringo"));
Completed in 1045 milliseconds