Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/parser/
H A Dlexer.h78 bool ParseCacheable(int& cacheTime);
H A Dlexer.cpp364 bool Lexer::ParseCacheable(int& cacheTime) in ParseCacheable() function in OHOS::Idl::Lexer
H A Dparser.cpp252 if (!lexer_.ParseCacheable(cacheTime)) { in ParseMethodProperties()