Home
last modified time | relevance | path

Searched refs:mCompact (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/protoutil/src/
DProtoOutputStream.cpp36 mCompact(false), in ProtoOutputStream()
53 mCompact = false; in clear()
63 if (mCompact) return false; in internalWrite()
125 if (mCompact) return false; in write()
159 if (mCompact) return false; in write()
175 if (mCompact) return false; in write()
191 if (mCompact) return false; in write()
317 if (mCompact) return true; in compact()
346 mCompact = true; in compact()
/frameworks/base/libs/protoutil/include/android/util/
DProtoOutputStream.h145 bool mCompact; variable