reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
623 Second = static_cast<const void *>(SecondChar); 630 bool isString() const { return Second && First; } 631 bool isNode() const { return First && !Second; } 632 bool isEmpty() const { return !First && !Second; } 637 static_cast<const char *>(Second));