Searched defs:to_int (Results 1 – 9 of 9) sorted by relevance
30 int (*to_int) (const CONF *conf, char c); member
46 int (*to_int) (const CONF *conf, char c); member
340 ecma_number_t to_int; in ecma_builtin_helper_array_index_normalize() local
336 int (*to_int)(const CONF *, char) = &default_to_int; in NCONF_get_number_e() local
224 int to_int () const { return value; } in to_int() function
266 uint32_t to_int () const { return (major << (sizeof (FixedType) * 8)) + minor; } in to_int() function
389 (*to_int)( PS_Parser parser ); member