Searched defs:TextStream (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
H A DTextStream.h35 class TextStream { class in namespace:WebCore
37 TextStream& operator<<(bool);
38 TextStream& operator<<(int);
39 TextStream& operator<<(unsigned);
40 TextStream& operator<<(long);
41 TextStream& operator<<(unsigned long);
42 TextStream& operator<<(float);
43 TextStream& operator<<(double);
44 TextStream& operator<<(const char*);
45 TextStream
[all...]

Completed in 46 milliseconds