Home
last modified time | relevance | path

Searched refs:IsLite (Results 1 – 6 of 6) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/ast/
Dast_method.h54 inline bool IsLite() const in IsLite() function
Dast_struct_type.h47 inline bool IsLite() in IsLite() function
Dast_union_type.h47 inline bool IsLite() in IsLite() function
Dast_enum_type.h84 inline bool IsLite() in IsLite() function
Dast_interface_type.h89 inline bool IsLite() const in IsLite() function
/drivers/hdf_core/framework/tools/hdi-gen/parser/
Dparser.cpp474 ret = interface->IsLite(); in CheckInterfaceAttr()
612 if (!method->IsMini() && !method->IsLite() && !method->IsFull()) { in CheckMethodAttr()
622 if (!interface->IsLite() && method->IsLite()) { in CheckMethodAttr()