Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/generic-apigen/
DApiGen.cpp1546 EntryPoint *currentEntry = NULL; in readAttributes() local
1568 currentEntry = findEntryByName(line); in readAttributes()
1569 if (currentEntry == NULL) { in readAttributes()
1578 } else if (currentEntry != NULL) { in readAttributes()
1579 currentEntry->setAttribute(line, lc); in readAttributes()