Searched defs:rest (Results 1 – 9 of 9) sorted by relevance
149 int rest = bufferSize - bufferIndex; in write() local203 int rest = bufferSize - bufferIndex; in write() local275 int rest = bufferIndex - i; in removeFromBuffer() local
40 optional VectorProto rest = 3; field
239 float rest = 1f - progress; in makeMove() local
109 public Standard(int first, int rest) { in Standard()
141 const char** varargs(const char* first, va_list rest) { in varargs()
68 char* rest = (end != -1) ? (start + end) : (start + tagNames.size()); in parseTagsToMonitor() local
259 string rest, compressedRest; in mangleType() local
1674 Bundle rest = new Bundle(); in testSetGetApplicationRestriction() local1680 Bundle rest = new Bundle(); in testSetGetApplicationRestriction() local1910 final Bundle rest = new Bundle(); in testApplicationRestrictionsManagingApp() local
63 static void copy_v(void* dst, const S* src, int n, Rest&&... rest) { in copy_v()