Searched refs:IsLite (Results 1 - 6 of 6) sorted by relevance
/foundation/ability/idl_tool/idl_tool_2/ast/ | ||
H A D | ast_union_type.h | 54 inline bool IsLite()
in IsLite() function in OHOS::Idl::ASTUnionType |
H A D | ast_struct_type.h | 54 inline bool IsLite()
in IsLite() function in OHOS::Idl::ASTStructType |
H A D | ast_interface_type.h | 102 inline bool IsLite() const in IsLite() function in OHOS::Idl::ASTInterfaceType |
H A D | ast_method.h | 73 inline bool IsLite() const in IsLite() function in OHOS::Idl::ASTMethod |
H A D | ast_enum_type.h | 91 inline bool IsLite()
in IsLite() function in OHOS::Idl::ASTEnumType |
/foundation/ability/idl_tool/idl_tool_2/parser/ | ||
H A D | parser.cpp | 614 ret = interface->IsLite();
in CheckInterfaceAttr() 796 if (!method->IsMini() && !method->IsLite() && !method->IsFull()) { in CheckMethodAttr() 805 if (!interface->IsLite() && method->IsLite()) { in CheckMethodAttr() |
Completed in 7 milliseconds