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/chromium_org/third_party/WebKit/Source/wtf/text/
StringOperators.h
30
class
StringAppend
{
32
StringAppend
(StringType1 string1, StringType2 string2);
52
StringAppend
<StringType1, StringType2>::
StringAppend
(StringType1 string1, StringType2 string2)
59
StringAppend
<StringType1, StringType2>::operator String() const
65
StringAppend
<StringType1, StringType2>::operator AtomicString() const
71
bool
StringAppend
<StringType1, StringType2>::is8Bit()
79
void
StringAppend
<StringType1, StringType2>::writeTo(LChar* destination)
89
void
StringAppend
<StringType1, StringType2>::writeTo(UChar* destination)
98
unsigned
StringAppend
<StringType1, StringType2>::length(
[
all
...]
/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"));
Completed in 561 milliseconds