Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/commands/emugen/
DApiGen.cpp1490 EntryPoint *currentEntry = NULL; in readAttributes() local
1512 currentEntry = findEntryByName(line); in readAttributes()
1513 if (currentEntry == NULL) { in readAttributes()
1522 } else if (currentEntry != NULL) { in readAttributes()
1523 currentEntry->setAttribute(line, lc); in readAttributes()