Lines Matching defs:values
4519 const google_protobuf_EnumValueDescriptorProto *const *values;
4536 values = google_protobuf_EnumDescriptorProto_value(enum_proto, &n);
4546 const google_protobuf_EnumValueDescriptorProto *value = values[i];
6943 ** handle the fact that values can span buffer seams and we have to be able to
7191 /* If we're inside an unknown group, continue to parse unknown values. */
7377 * Right now the size_t -> int32_t can overflow and produce negative values.
7436 * existing delim end prevents us from continuing to parse values from a
8913 /* A basic branch-based decoder, uses 32-bit values to get good performance
8940 /* Like the previous, but uses 64-bit values. */
9126 /* Mark the range of uninterpreted values in json input before type url. */
9130 /* Mark the range of uninterpreted values in json input after type url. */
10228 /* No need to push a frame -- numeric values in quotes remain in the
10229 * current parser frame. These values must accmulate so we can convert
11428 const char *membername = "values";
12429 /* To print timestamp, printer needs to cache its seconds and nanos values
12478 /* ------------ JSON string printing: values, maps, arrays ------------------ */
12566 /* Helpers that format floating point values according to our custom formats.