Searched refs:is_quoted (Results 1 – 4 of 4) sorted by relevance
69 bool is_quoted = false; in ConvertFieldMaskPath() local77 if (is_quoted) { in ConvertFieldMaskPath()88 is_quoted = false; in ConvertFieldMaskPath()102 is_quoted = true; in ConvertFieldMaskPath()
500 bool is_quoted = false, is_module = true; in kmod_config_parse_kcmdline() local519 is_quoted = !is_quoted; in kmod_config_parse_kcmdline()521 if (is_quoted) { in kmod_config_parse_kcmdline()535 if (is_quoted) in kmod_config_parse_kcmdline()
9676 static bool parse_number(upb_json_parser *p, bool is_quoted);9718 bool is_quoted) { in parse_number_from_buffer() argument9787 if (type != UPB_TYPE_DOUBLE && type != UPB_TYPE_FLOAT && is_quoted) { in parse_number_from_buffer()9838 static bool parse_number(upb_json_parser *p, bool is_quoted) { in parse_number() argument9850 if (parse_number_from_buffer(p, buf, is_quoted)) { in parse_number()
13501 static bool parse_number(upb_json_parser *p, bool is_quoted);13543 bool is_quoted) { in parse_number_from_buffer() argument13612 if (type != UPB_TYPE_DOUBLE && type != UPB_TYPE_FLOAT && is_quoted) { in parse_number_from_buffer()13663 static bool parse_number(upb_json_parser *p, bool is_quoted) { in parse_number() argument13675 if (parse_number_from_buffer(p, buf, is_quoted)) { in parse_number()