Searched refs:TYPE_OBJECT (Results 1 – 5 of 5) sorted by relevance
31 MutableFrameFormat result = new MutableFrameFormat(FrameFormat.TYPE_OBJECT, target); in fromClass()46 ? new MutableFrameFormat(FrameFormat.TYPE_OBJECT, target) in fromObject()52 ? new MutableFrameFormat(FrameFormat.TYPE_OBJECT, target) in fromObject()
58 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_OBJECT); in testNoFields()105 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_OBJECT); in testOnlyAtomId()152 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_OBJECT); in testIntBooleanIntInt()221 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_OBJECT); in testStringFloatByteArray()285 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_OBJECT); in testAttributionChainLong()355 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_OBJECT); in testKeyValuePairs()449 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_OBJECT); in testSingleAnnotations()533 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_OBJECT); in testAtomIdAnnotations()618 .that(buffer.get()).isEqualTo(StatsEvent.TYPE_OBJECT); in testSetAtomIdNotCalledImmediately()666 .isEqualTo(StatsEvent.TYPE_OBJECT); in testLargePulledEvent()[all …]
38 public static final int TYPE_OBJECT = 8; field in FrameFormat356 case TYPE_OBJECT: return "object"; in baseTypeToString()
71 if (getFormat().getBaseType() != FrameFormat.TYPE_OBJECT) { in getObjectValue()
106 public static final byte TYPE_OBJECT = 0x07; field in StatsEvent361 writeTypeId(TYPE_OBJECT); in Builder()