Searched refs:check_ident (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/third_party/jinja2/ |
D | lexer.py | 41 check_ident = False variable 47 check_ident = True variable 578 if check_ident and not value.isidentifier():
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | def.c | 933 static void check_ident(symtab_addctx *ctx, upb_strview name, bool full) { in check_ident() function 1574 check_ident(ctx, name, false); in create_fielddef() 1729 check_ident(ctx, name, false); in create_enumdef() 1788 check_ident(ctx, name, false); in create_msgdef() 1969 check_ident(ctx, package, true); in build_filedef()
|