Home
last modified time | relevance | path

Searched refs:GetSpecificOperatorType (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/gn/
Dtokenizer.cc35 Token::Type GetSpecificOperatorType(std::string_view value) { in GetSpecificOperatorType() function
113 type = GetSpecificOperatorType(token_value); in Run()