HomeSort by relevance Sort by last modified time
    Searched full:value_format (Results 1 - 4 of 4) sorted by null

  /external/protobuf/src/google/protobuf/
wire_format.cc 454 enum { UNKNOWN, NORMAL_FORMAT, PACKED_FORMAT } value_format; local
457 value_format = UNKNOWN;
460 value_format = NORMAL_FORMAT;
464 value_format = PACKED_FORMAT;
468 value_format = UNKNOWN;
471 if (value_format == UNKNOWN) {
474 } else if (value_format == PACKED_FORMAT) {
537 // Non-packed value (value_format == NORMAL_FORMAT)
    [all...]
  /system/tpm/attestation/common/
proto_print.py 381 value_format = formats[field.type_] % {'value': value_get}
383 value_format = subtype_format % {'value': value_get}
385 'format': value_format})
  /toolchain/binutils/binutils-2.25/binutils/
ChangeLog-2007 833 * nm.c (value_format): Replace with value_format_32bit and
835 (set_radix): Update setting of value_format.
    [all...]
ChangeLog-9197     [all...]

Completed in 101 milliseconds