Searched defs:isPacked (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/qt/
H A DTextureMapperQt.h43 virtual bool isPacked() const { return m_isPacked; } function in class:WebCore::BitmapTextureQt
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DSwitchData.java157 public boolean isPacked() { method in class:SwitchData
/external/llvm/include/llvm/
H A DDerivedTypes.h219 bool isPacked = false);
224 bool isPacked = false);
231 bool isPacked = false);
235 static StructType *get(LLVMContext &Context, bool isPacked = false);
243 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } function in class:llvm::StructType
270 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DFieldSet.java61 boolean isPacked(); method in interface:FieldSet.FieldDescriptorLite
370 boolean isPacked) {
371 if (isPacked) {
486 !descriptor.isRepeated() && !descriptor.isPacked()) {
568 if (descriptor.isPacked()) {
612 !descriptor.isRepeated() && !descriptor.isPacked()) {
693 if (descriptor.isPacked()) {
369 getWireFormatForFieldType(final WireFormat.FieldType type, boolean isPacked) argument
H A DGeneratedMessageLite.java321 false /* isPacked */)) {
327 true /* isPacked */)) {
435 final boolean isPacked) {
440 this.isPacked = isPacked;
447 private final boolean isPacked; field in class:GeneratedMessageLite.ExtensionDescriptor
465 public boolean isPacked() { method in class:GeneratedMessageLite.ExtensionDescriptor
466 return isPacked;
523 false /* isRepeated */, false /* isPacked */));
533 final boolean isPacked) {
430 ExtensionDescriptor( final Internal.EnumLiteMap<?> enumTypeMap, final int number, final WireFormat.FieldType type, final boolean isRepeated, final boolean isPacked) argument
527 internalInitRepeated( final ContainingType containingTypeDefaultInstance, final MessageLite messageDefaultInstance, final Internal.EnumLiteMap<?> enumTypeMap, final int number, final WireFormat.FieldType type, final boolean isPacked) argument
[all...]
H A DDescriptors.java698 public boolean isPacked() { method in class:Descriptors.FieldDescriptor
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapper.h63 virtual bool isPacked() const { return false; } function in class:WebCore::BitmapTexture
/external/llvm/lib/VMCore/
H A DLLVMContextImpl.h101 bool isPacked; member in struct:llvm::AnonStructTypeKeyInfo::KeyTy
103 ETypes(E), isPacked(P) {}
105 ETypes(that.ETypes), isPacked(that.isPacked) {}
108 isPacked(ST->isPacked()) {}
110 if (isPacked != that.isPacked)
129 Key.isPacked);
H A DType.cpp429 bool isPacked) {
431 AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked);
440 ST->setBody(ETypes, isPacked);
449 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { argument
453 if (isPacked)
524 StructType *StructType::get(LLVMContext &Context, bool isPacked) { argument
525 return get(Context, llvm::ArrayRef<Type*>(), isPacked);
542 StringRef Name, bool isPacked) {
544 ST->setBody(Elements, isPacked);
558 bool isPacked) {
428 get(LLVMContext &Context, ArrayRef<Type*> ETypes, bool isPacked) argument
541 create(LLVMContext &Context, ArrayRef<Type*> Elements, StringRef Name, bool isPacked) argument
557 create(ArrayRef<Type*> Elements, StringRef Name, bool isPacked) argument
[all...]
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp768 bool isPacked, const FieldDecl *D);
2284 bool isPacked,
2323 if (isPacked && UnpackedAlign > CharBitNum && Offset == UnpackedOffset)
2280 CheckFieldPadding(uint64_t Offset, uint64_t UnpaddedOffset, uint64_t UnpackedOffset, unsigned UnpackedAlign, bool isPacked, const FieldDecl *D) argument

Completed in 1173 milliseconds