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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DInfoSink.h38 class TInfoSinkBase { class
40 TInfoSinkBase() {} function in class:TInfoSinkBase
43 TInfoSinkBase& operator<<(const T& t) {
51 TInfoSinkBase& operator<<(char c) {
55 TInfoSinkBase& operator<<(const char* str) {
59 TInfoSinkBase& operator<<(const TPersistString& str) {
63 TInfoSinkBase& operator<<(const TString& str) {
68 TInfoSinkBase& operator<<(float f) {
87 TInfoSinkBase& operator<<(bool b) {
110 TInfoSinkBase inf
[all...]

Completed in 55 milliseconds