Searched defs:isPacked (Results 1 – 10 of 10) sorted by relevance
435 final boolean isPacked) { in ExtensionDescriptor()447 private final boolean isPacked; field in GeneratedMessageLite.ExtensionDescriptor465 public boolean isPacked() { in isPacked() method in GeneratedMessageLite.ExtensionDescriptor533 final boolean isPacked) { in internalInitRepeated()
61 boolean isPacked(); in isPacked() method370 boolean isPacked) { in getWireFormatForFieldType()
698 public boolean isPacked() { in isPacked() method in Descriptors.FieldDescriptor
109 bool isPacked() const { return mEncoderStrategy == ENCODE_PACKED; } in isPacked() function
400 bool isPacked) { in get()420 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody()495 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get()513 StringRef Name, bool isPacked) { in create()528 bool isPacked) { in create()
103 bool isPacked; member
157 public boolean isPacked() { in isPacked() method in SwitchData
241 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function
1891 bool isPacked, in CheckFieldPadding()
2014 bool isPacked = EatIfPresent(lltok::less); in ParseStructDefinition() local