Home
last modified time | relevance | path

Searched defs:FIELD_TYPE_MESSAGE (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/protoutil/include/android/util/
H A DProtoOutputStream.h59 const uint64_t FIELD_TYPE_MESSAGE = 11ULL << FIELD_TYPE_SHIFT; // Length-delimited message. variable
/aosp12/frameworks/base/core/java/android/util/proto/
H A DProtoStream.java289 public static final long FIELD_TYPE_MESSAGE = 11L << FIELD_TYPE_SHIFT; field in ProtoStream