Searched refs:StringAppend (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringOperators.h30 class StringAppend { class in namespace:WTF
32 StringAppend(StringType1 string1, StringType2 string2);
52 StringAppend<StringType1, StringType2>::StringAppend(StringType1 string1, StringType2 string2) function in class:WTF::StringAppend
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<StringType
135 operator +(const char* string1, const StringAppend<U, V>& string2) argument
151 operator +(const UChar* string1, const StringAppend<U, V>& string2) argument
163 operator +(const StringAppend<U, V>& string1, W string2) argument
[all...]
/external/llvm/unittests/ADT/
H A DVariadicFunctionTest.cpp68 StringAppendImpl> StringAppend = {}; member in namespace:__anon26466
72 EXPECT_EQ(0, StringAppend(&S0));
76 EXPECT_EQ(2, StringAppend(&S1, "go"));
81 StringAppend(&S4, "John", "Paul", "George", "Ringo"));

Completed in 166 milliseconds