Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dlexer.h68 bool ReadCacheableTime(Token &token);
H A Dlexer.cpp190 bool Lexer::ReadCacheableTime(Token &token) in ReadCacheableTime() function in OHOS::Idl::Lexer
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp491 if (!lexer_.ReadCacheableTime(token)) { in ParseAttrUnit()