HomeSort by relevance Sort by last modified time
    Searched defs:WIRE_TYPE_LENGTH_DELIMITED (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/protoutil/include/android/util/
protobuf.h 30 const uint8_t WIRE_TYPE_LENGTH_DELIMITED = 2;
55 * Write a protobuf WIRE_TYPE_LENGTH_DELIMITED header. Return the next position
  /frameworks/base/core/java/android/util/proto/
ProtoOutputStream.java 79 * WIRE_TYPE_LENGTH_DELIMITED field, we write the size occupied in our
112 public static final int WIRE_TYPE_LENGTH_DELIMITED = 2;
    [all...]

Completed in 51 milliseconds