Lines Matching defs:operators
176 // Check that all operators are in a table of contents
182 const Definition* operators = this->findTopic("Operators", Optional::kYes);
183 if (operators && MarkType::kSubtopic != operators->fMarkType) {
184 return operators->reportError<bool>("expected #Subtopic Operators");
187 if (operators) {
188 if (!this->collectEntries(operators, &operatorEntries)) {
208 return csChild->reportError<bool>("missing operator in Operators");