Home
last modified time | relevance | path

Searched defs:StrIssue (Results 1 – 1 of 1) sorted by relevance

/external/python/pybind11/tests/
Dtest_methods_and_attributes.cpp119 struct StrIssue { struct
122 StrIssue() = default; argument
123 StrIssue(int i) : val{i} {} in StrIssue() function