Home
last modified time | relevance | path

Searched defs:is_number (Results 1 – 9 of 9) sorted by relevance

/external/one-true-awk/
Dproto.h151 #define is_number(s, val) is_valid_number(s, false, NULL, val) macro
/external/rust/crates/grpcio-sys/grpc/src/core/lib/json/
Djson.h91 : Json(std::string(string), is_number) {} in Json() argument
98 : Json(std::string(string), is_number) {} in Json() argument
/external/mesa3d/src/compiler/glsl/
Ds_expression.h69 virtual bool is_number() const { return false; } in is_number() function
81 bool is_number() const { return true; } in is_number() function
/external/cpuinfo/src/x86/
Dname.c116 static inline bool is_number(const char* token_start, const char* token_end) { in is_number() function
/external/yapf/yapf/yapflib/
Dformat_token.py298 def is_number(self): member in FormatToken
/external/rust/crates/serde_json/src/value/
Dmod.rs508 pub fn is_number(&self) -> bool { in is_number() method
/external/python/cpython3/Modules/_io/
D_iomodule.c242 int line_buffering, is_number; in _io_open_impl() local
/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser.cpp539 bool is_number = false; in GetIndirectObject() local
/external/libpng/contrib/gregbook/
Drpng2-x.c2074 static int is_number(char *p) in is_number() function