Home | History | Annotate | Download | only in slang

Lines Matching defs:keep

827 bool RSExportType::keep() {
828 if (!RSExportable::keep())
1169 bool RSExportPointerType::keep() {
1170 if (!RSExportType::keep())
1172 const_cast<RSExportType*>(mPointeeType)->keep();
1402 bool RSExportConstantArrayType::keep() {
1403 if (!RSExportType::keep())
1405 const_cast<RSExportType*>(mElementType)->keep();
1537 bool RSExportRecordType::keep() {
1538 if (!RSExportType::keep())
1544 const_cast<RSExportType*>((*I)->getType())->keep();