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

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextStream.h43 class PLATFORM_EXPORT TextStream { class in namespace:blink
50 TextStream& operator<<(bool);
51 TextStream& operator<<(int);
52 TextStream& operator<<(unsigned);
53 TextStream& operator<<(long);
54 TextStream& operator<<(unsigned long);
55 TextStream& operator<<(long long);
56 TextStream& operator<<(unsigned long long);
57 TextStream& operator<<(float);
58 TextStream
[all...]

Completed in 224 milliseconds