Home
last modified time | relevance | path

Searched refs:is_identifier (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/rusqlite/src/
Dpragma.rs34 if !keyword.is_empty() && is_identifier(keyword) { in push_keyword()
54 if is_identifier(s) { in push_identifier()
286 fn is_identifier(s: &str) -> bool { in is_identifier() function
413 fn is_identifier() { in is_identifier() function
414 assert!(pragma::is_identifier("full")); in is_identifier()
415 assert!(pragma::is_identifier("r2d2")); in is_identifier()
416 assert!(!pragma::is_identifier("sp ce")); in is_identifier()
417 assert!(!pragma::is_identifier("semi;colon")); in is_identifier()
/external/google-benchmark/tools/
Dstrip_asm.py52 def is_identifier(tk): function
74 if is_identifier(tk):
/external/llvm-project/llvm/utils/benchmark/tools/
Dstrip_asm.py52 def is_identifier(tk): function
74 if is_identifier(tk):
/external/libcxx/utils/google-benchmark/tools/
Dstrip_asm.py52 def is_identifier(tk): function
74 if is_identifier(tk):
/external/llvm-project/libcxx/utils/google-benchmark/tools/
Dstrip_asm.py52 def is_identifier(tk): function
74 if is_identifier(tk):