reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2114 while (startBuf < endBuf) { 2115 if (*startBuf == '<') 2116 startRef = startBuf; // mark the start. 2117 if (*startBuf == '>') { 2119 endRef = startBuf; // mark the end. 2124 startBuf++;