Home
last modified time | relevance | path

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

/frameworks/base/cmds/incident_helper/src/
Dih_util.cpp63 const trans_func& func, const std::string& delimiters) { in split()
83 trans_func f = &trimHeader; in parseHeader()
90 trans_func f = &trimDefault; in parseRecord()
Dih_util.h31 typedef std::string (*trans_func) (const std::string&); typedef