reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
621 const char *Percent = Begin - 1; // Points to '%'. 652 std::string Str(Begin, CurPtr - Begin); 652 std::string Str(Begin, CurPtr - Begin); 688 std::string Str(Begin, NameEnd + 1 - Begin); 688 std::string Str(Begin, NameEnd + 1 - Begin);