Searched refs:TYPES_BOOL (Results 1 – 3 of 3) sorted by relevance
/external/srec/shared/include/ |
D | ESR_VariableTypes.h | 31 TYPES_BOOL, enumerator
|
/external/srec/shared/src/ |
D | SessionTypeImpl.c | 231 if (pair->type != TYPES_BOOL) in ESR_SessionTypeGetBoolImpl() 233 PLogError(L("ESR_INVALID_RESULT_TYPE: [got=%d, expected=%d]"), TYPES_BOOL, pair->type); in ESR_SessionTypeGetBoolImpl() 429 return self->setProperty(self, name, clone, TYPES_BOOL); in ESR_SessionTypeSetBoolImpl() 818 rc = self->setProperty(self, key, newValue, TYPES_BOOL); in ESR_SessionTypeConvertToBoolImpl() 1121 case TYPES_BOOL: in addParMapping() 1163 VariableTypes Bool = TYPES_BOOL; in ESR_SessionTypeImportParFileImpl()
|
/external/srec/srec/EventLog/src/ |
D | EventLogImpl.c | 118 case TYPES_BOOL: in propertyChanged() 781 case TYPES_BOOL: in SR_EventLogEventSessionImpl()
|