Searched refs:include_ (Results 1 – 3 of 3) sorted by relevance
21 CustomFieldDef::CustomFieldDef(std::string name, std::string include) : TypeDef(name), include_(inc… in CustomFieldDef()24 : TypeDef(name, size), include_(include) { in CustomFieldDef()43 s << "#include \"" << include_ << util::CamelCaseToUnderScore(GetTypeName()) << ".h\"\n"; in GenInclude()47 …s << "#include \"" << include_ << util::CamelCaseToUnderScore(GetTypeName()) << "_pybind11_type_ca… in GenPyBind11Include()52 for (const auto& c : include_) { in GenUsing()
36 const std::string include_; variable
46 const std::string include_; variable