Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/commands/emugen/
DApiGen.cpp407 const char* lenExpr = var.lenExpression().c_str(); in getVarEncodingSizeExpression() local
409 if (e != NULL && lenExpr[0] == '\0') { in getVarEncodingSizeExpression()
414 snprintf(buff, bufflen, "((%s != NULL) ? %s : 0)", varname, lenExpr); in getVarEncodingSizeExpression()
416 snprintf(buff, bufflen, "%s", lenExpr); in getVarEncodingSizeExpression()