Home
last modified time | relevance | path

Searched defs:expectIdentifier (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/tests/preprocessor_tests/
H A Didentifier_test.cpp20 void expectIdentifier(const std::string &str) in expectIdentifier() function in angle::IdentifierTest
/aosp_15_r20/external/skia/src/sksl/
H A DSkSLParser.cpp353 bool Parser::expectIdentifier(Token* result) { in expectIdentifier() function in SkSL::Parser