Home
last modified time | relevance | path

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

/system/chre/util/include/chre/util/
Ddynamic_vector_impl.h245 bool readyForInsert = (index <= mSize && prepareForPush()); in prepareInsert() local
246 if (readyForInsert) { in prepareInsert()
263 return readyForInsert; in prepareInsert()