Searched refs:CamelCaseToUnderScore (Results 1 – 2 of 2) sorted by relevance
43 s << "#include \"" << include_ << util::CamelCaseToUnderScore(GetTypeName()) << ".h\"\n"; in GenInclude()47 …s << "#include \"" << include_ << util::CamelCaseToUnderScore(GetTypeName()) << "_pybind11_type_ca… in GenPyBind11Include()
63 inline std::string CamelCaseToUnderScore(std::string value) { in CamelCaseToUnderScore() function