Searched defs:rest (Results 1 – 11 of 11) 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
56 Span<T> rest = {data + offset, size - offset}; in splitOff() local
73 void dump(std::string_view name, const T& value, const Ts&... rest) { in dump()
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
1669 Bundle rest = new Bundle(); in testSetGetApplicationRestriction() local1675 Bundle rest = new Bundle(); in testSetGetApplicationRestriction() local1905 final Bundle rest = new Bundle(); in testApplicationRestrictionsManagingApp() local
75 static void copy_v(void* dst, const S* src, int n, Rest&&... rest) { in copy_v()