Lines Matching refs:any
63 const Any & any; member
65 callError(const Any & any);
71 : any(aAny) in callError()
77 xStreamListener->error(any); in operator ()()
148 Any any; in read() local
149 any <<= ioException; in read()
151 notifyListeners(this, &_error, callError(any)); in read()
164 Any any; in read() local
165 any <<= ioException; in read()
167 notifyListeners(this, &_error, callError(any)); in read()
186 Any any; in write() local
187 any <<= ioException; in write()
189 notifyListeners(this, &_error, callError(any)); in write()
200 Any any; in write() local
201 any <<= ioException; in write()
203 notifyListeners(this, &_error, callError(any)); in write()