reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
992 if (Text.empty() || !isdigit(Text[0])) 992 if (Text.empty() || !isdigit(Text[0])) 997 Val += Text[0] - '0'; 998 Text = Text.drop_front(); 998 Text = Text.drop_front(); 999 } while (!Text.empty() && isdigit(Text[0])); 999 } while (!Text.empty() && isdigit(Text[0]));