Searched refs:eatFront (Results 1 - 1 of 1) sorted by last modified time

/frameworks/rs/api/
H A DGenerateStubsWhiteList.cpp143 static bool eatFront(list<string>* tokens, const char* prefix) { function
205 } else if (eatFront(tokens, "const")) {
207 } else if (eatFront(tokens, "volatile")) {
213 } else if (eatFront(tokens, "struct")) {
222 } else if (eatFront(tokens, "...")) {

Completed in 41 milliseconds