Home | History | Annotate | Download | only in src

Lines Matching refs:reserved_names

2141                               const std::vector<std::string>& reserved_names) {
2142 if (std::find(reserved_names.begin(), reserved_names.end(), property_name) !=
2143 reserved_names.end()) {
2145 << " (" << FormatWordList(reserved_names)