Searched refs:kPsOpNames (Results 1 – 1 of 1) sorted by relevance
27 constexpr PDF_PSOpName kPsOpNames[] = { variable178 std::lower_bound(std::begin(kPsOpNames), std::end(kPsOpNames), word, in AddOperator()182 if (pFound != std::end(kPsOpNames) && pFound->name == word) in AddOperator()