Searched refs:is_quoted (Results 1 – 5 of 5) sorted by relevance
71 bool is_quoted = false; in ConvertFieldMaskPath() local79 if (is_quoted) { in ConvertFieldMaskPath()90 is_quoted = false; in ConvertFieldMaskPath()104 is_quoted = true; in ConvertFieldMaskPath()
502 bool is_quoted = false, iter = true; in kmod_config_parse_kcmdline() local531 is_quoted = !is_quoted; in kmod_config_parse_kcmdline()537 if (is_quoted && state == STATE_MODNAME && p == modname) { in kmod_config_parse_kcmdline()554 if (is_quoted && state == STATE_VALUE) { in kmod_config_parse_kcmdline()556 } else if (is_quoted) { in kmod_config_parse_kcmdline()
907 static bool parse_number(upb_json_parser *p, bool is_quoted);949 bool is_quoted) { in parse_number_from_buffer() argument1022 if (type != UPB_TYPE_DOUBLE && type != UPB_TYPE_FLOAT && is_quoted) { in parse_number_from_buffer()1073 static bool parse_number(upb_json_parser *p, bool is_quoted) { in parse_number() argument1085 if (parse_number_from_buffer(p, buf, is_quoted)) { in parse_number()
905 static bool parse_number(upb_json_parser *p, bool is_quoted);945 * |is_quoted| tells us whether this text originally appeared inside quotes. */947 bool is_quoted) {1020 if (type != UPB_TYPE_DOUBLE && type != UPB_TYPE_FLOAT && is_quoted) {1071 static bool parse_number(upb_json_parser *p, bool is_quoted) {1083 if (parse_number_from_buffer(p, buf, is_quoted)) {