Home
last modified time | relevance | path

Searched defs:IsNumber (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DinferTInParentheses.ts2 type IsNumber<T extends number> = T; alias
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc122 bool IsNumber(char c) { return c >= '0' && c <= '9'; } in IsNumber() function