Home
last modified time | relevance | path

Searched refs:check_keyword (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Objects/
H A Denumobject.c86 static int check_keyword(PyObject *kwnames, int index, in check_keyword() function
113 if (!check_keyword(kwnames, 0, "start")) { in enumerate_vectorcall()
119 if (!check_keyword(kwnames, 1, "iterable")) { in enumerate_vectorcall()
124 if (!check_keyword(kwnames, 0, "iterable") || in enumerate_vectorcall()
125 !check_keyword(kwnames, 1, "start")) { in enumerate_vectorcall()
134 if (nkwargs == 1 && !check_keyword(kwnames, 0, "iterable")) { in enumerate_vectorcall()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dlexer.h53 Token check_keyword(const Source&, const std::string&);
H A Dlexer.cc753 auto t = check_keyword(source, str); in try_ident()
920 Token Lexer::check_keyword(const Source& source, const std::string& str) { in check_keyword() function in tint::reader::wgsl::Lexer

Completed in 3 milliseconds