Searched refs:putFunc_ (Results 1 – 1 of 1) sorted by relevance
252 putFunc_ = f[type_]; in AutoUTFOutputStream()260 void Put(Ch c) { putFunc_(*os_, c); } in Put()284 PutFunc putFunc_; variable