Home
last modified time | relevance | path

Searched refs:putFunc_ (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dencodedstream.h218 putFunc_ = f[type_]; in AutoUTFOutputStream()
226 void Put(Ch c) { putFunc_(*os_, c); } in Put()
250 PutFunc putFunc_; variable