Searched refs:operatorPrefix (Results 1 – 1 of 1) sorted by relevance
33 static constexpr const char *operatorPrefix{"operator("}; variable76 result.emplace_front(std::string{operatorPrefix} + name + ')'); in GetOperatorNames()85 name.ToString().rfind(std::string{operatorPrefix}, 0) == 0) { in GetAllNames()