Home
last modified time | relevance | path

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

/system/bt/gd/packet/parser/
Dcustom_field_def.cc43 s << "#include \"" << include_ << util::CamelCaseToUnderScore(GetTypeName()) << ".h\"\n"; in GenInclude()
47 …s << "#include \"" << include_ << util::CamelCaseToUnderScore(GetTypeName()) << "_pybind11_type_ca… in GenPyBind11Include()
Dutil.h63 inline std::string CamelCaseToUnderScore(std::string value) { in CamelCaseToUnderScore() function