Home
last modified time | relevance | path

Searched refs:is_quoted (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Dfield_mask_utility.cc69 bool is_quoted = false; in ConvertFieldMaskPath() local
77 if (is_quoted) { in ConvertFieldMaskPath()
88 is_quoted = false; in ConvertFieldMaskPath()
102 is_quoted = true; in ConvertFieldMaskPath()
/external/kmod/libkmod/
Dlibkmod-config.c500 bool is_quoted = false, is_module = true; in kmod_config_parse_kcmdline() local
519 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()
/external/protobuf/php/ext/google/protobuf/
Dupb.c9676 static bool parse_number(upb_json_parser *p, bool is_quoted);
9718 bool is_quoted) { in parse_number_from_buffer() argument
9787 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() argument
9850 if (parse_number_from_buffer(p, buf, is_quoted)) { in parse_number()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c13501 static bool parse_number(upb_json_parser *p, bool is_quoted);
13543 bool is_quoted) { in parse_number_from_buffer() argument
13612 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() argument
13675 if (parse_number_from_buffer(p, buf, is_quoted)) { in parse_number()