|
bool | isNumber (const std::string &str, size_t start, size_t *len) |
|
bool | isCharCount (char c, const std::string &str, size_t start, int len) |
|
bool | isString (const std::string &str, size_t start, size_t *len) |
|
bool | isblank (int n) |
|
bool | isTypeComment (const std::string &str, size_t pos) |
|
bool | match (const std::string &str, size_t pos, bool continuation, bool whitespace_token, int *kind, size_t *start, size_t *len) |
|
bool | isUnary (int kind, int *prec) |
|
bool | isBinary (int kind, int *prec) |
|
bool | isRightAssociative (int kind) |
|
|
static double | strtod_c (const char *str, char **end) |
|
Definition at line 147 of file lexer.h.
static double torch::jit::script::SharedParserData::strtod_c |
( |
const char * |
str, |
|
|
char ** |
end |
|
) |
| |
|
inlinestatic |
NOLINTNEXTLINE(hicpp-signed-bitwise)
Definition at line 169 of file lexer.h.
The documentation for this struct was generated from the following files: