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