Searched refs:start_type (Results 1 – 1 of 1) sorted by relevance
3014 uint8_t start_type; local3022 if (start_type == 0) {3031 if (start_type >= IS_STRING || end_type >= IS_STRING) {3033 if (UNEXPECTED(start_type < IS_STRING || end_type < IS_STRING)) {3034 if (start_type < IS_STRING) {3041 if (start_type != IS_ARRAY) {3045 start_type = IS_LONG;3055 if (start_type == IS_STRING || end_type == IS_STRING) {3063 start_type = IS_LONG;3115 if (start_type == IS_DOUBLE || end_type == IS_DOUBLE || is_step_double) {[all …]
Completed in 19 milliseconds