Home
last modified time | relevance | path

Searched refs:isPacked (Results 1 – 25 of 61) sorted by relevance

123

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionSchemaLite.java81 if (extension.descriptor.isRepeated() && extension.descriptor.isPacked()) { in parseExtension()
309 descriptor.isPacked()); in serializeExtension()
316 descriptor.isPacked()); in serializeExtension()
323 descriptor.isPacked()); in serializeExtension()
330 descriptor.isPacked()); in serializeExtension()
337 descriptor.isPacked()); in serializeExtension()
344 descriptor.isPacked()); in serializeExtension()
351 descriptor.isPacked()); in serializeExtension()
358 descriptor.isPacked()); in serializeExtension()
369 descriptor.isPacked()); in serializeExtension()
[all …]
DExtensionSchemaFull.java98 if (extension.descriptor.isRepeated() && extension.descriptor.isPacked()) { in parseExtension()
323 descriptor.isPacked()); in serializeExtension()
330 descriptor.isPacked()); in serializeExtension()
337 descriptor.isPacked()); in serializeExtension()
344 descriptor.isPacked()); in serializeExtension()
351 descriptor.isPacked()); in serializeExtension()
358 descriptor.isPacked()); in serializeExtension()
365 descriptor.isPacked()); in serializeExtension()
372 descriptor.isPacked()); in serializeExtension()
383 descriptor.isPacked()); in serializeExtension()
[all …]
DDescriptorMessageInfoFactory.java326 if (fd.isPacked()) { in convertProto2()
338 if (fd.isPacked()) { in convertProto2()
428 if (fd.isPacked()) { in convertProto3()
489 return fd.isPacked() ? FieldType.BOOL_LIST_PACKED : FieldType.BOOL_LIST; in getFieldType()
496 return fd.isPacked() ? FieldType.DOUBLE_LIST_PACKED : FieldType.DOUBLE_LIST; in getFieldType()
501 return fd.isPacked() ? FieldType.ENUM_LIST_PACKED : FieldType.ENUM_LIST; in getFieldType()
506 return fd.isPacked() ? FieldType.FIXED32_LIST_PACKED : FieldType.FIXED32_LIST; in getFieldType()
511 return fd.isPacked() ? FieldType.FIXED64_LIST_PACKED : FieldType.FIXED64_LIST; in getFieldType()
516 return fd.isPacked() ? FieldType.FLOAT_LIST_PACKED : FieldType.FLOAT_LIST; in getFieldType()
523 return fd.isPacked() ? FieldType.INT32_LIST_PACKED : FieldType.INT32_LIST; in getFieldType()
[all …]
DFieldSet.java65 boolean isPacked(); in isPacked() method
489 static int getWireFormatForFieldType(final WireFormat.FieldType type, boolean isPacked) { in getWireFormatForFieldType() argument
490 if (isPacked) { in getWireFormatForFieldType()
602 && !descriptor.isPacked()) { in writeMessageSetTo()
728 if (descriptor.isPacked()) { in writeField()
787 && !descriptor.isPacked()) { in getMessageSetSerializedSize()
896 if (descriptor.isPacked()) { in computeFieldSize()
DGeneratedMessageLite.java1069 final boolean isPacked, in newRepeatedGeneratedExtension() argument
1077 new ExtensionDescriptor(enumTypeMap, number, type, /* isRepeated= */ true, isPacked), in newRepeatedGeneratedExtension()
1088 final boolean isPacked) { in ExtensionDescriptor() argument
1093 this.isPacked = isPacked; in ExtensionDescriptor()
1100 final boolean isPacked; field in GeneratedMessageLite.ExtensionDescriptor
1123 public boolean isPacked() { in isPacked() method in GeneratedMessageLite.ExtensionDescriptor
1124 return isPacked; in isPacked()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp347 bool isPacked) { in get() argument
349 const AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked); in get()
363 ST->setBody(ETypes, isPacked); in get()
373 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() argument
377 if (isPacked) in setBody()
448 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get() argument
449 return get(Context, None, isPacked); in get()
453 StringRef Name, bool isPacked) { in create() argument
455 ST->setBody(Elements, isPacked); in create()
468 bool isPacked) { in create() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h226 bool isPacked = false);
229 StringRef Name, bool isPacked = false);
235 bool isPacked = false);
238 static StructType *get(LLVMContext &Context, bool isPacked = false);
245 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function
271 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DLayout.cpp109 const bool isPacked = !config.disablePacking && (storage == TLayoutBlockStorage::EbsPacked || in MetalLayoutOf() local
156 if (isPacked) in MetalLayoutOf()
251 const bool isPacked = in CommonGlslStructLayoutOf() local
259 if (!isPacked) // XXX: Correct? in CommonGlslStructLayoutOf()
275 const bool isPacked = in CommonGlslLayoutOf() local
303 if (isPacked) in CommonGlslLayoutOf()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DblocklayoutHLSL.cpp46 if (!isPacked() || gl::IsMatrixType(type) || !arraySizes.empty()) in getBlockLayoutInfo()
65 else if (isPacked()) in getBlockLayoutInfo()
103 else if (isPacked()) in advanceOffset()
DblocklayoutHLSL.h42 bool isPacked() const { return mEncoderStrategy == ENCODE_PACKED; } in isPacked() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DblocklayoutHLSL.cpp46 if (!isPacked() || gl::IsMatrixType(type) || !arraySizes.empty()) in getBlockLayoutInfo()
65 else if (isPacked()) in getBlockLayoutInfo()
103 else if (isPacked()) in advanceOffset()
DblocklayoutHLSL.h42 bool isPacked() const { return mEncoderStrategy == ENCODE_PACKED; } in isPacked() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h264 bool isPacked = false);
267 StringRef Name, bool isPacked = false);
280 bool isPacked = false);
283 static StructType *get(LLVMContext &Context, bool isPacked = false);
298 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function
324 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeUDT.cpp65 dumpSymbolField(OS, "packed", isPacked(), Indent); in dump()
190 bool NativeTypeUDT::isPacked() const { in isPacked() function in NativeTypeUDT
192 return UnmodifiedType->isPacked(); in isPacked()
DNativeTypeEnum.cpp155 dumpSymbolField(OS, "packed", isPacked(), Indent); in dump()
326 bool NativeTypeEnum::isPacked() const { in isPacked() function in NativeTypeEnum
328 return UnmodifiedType->isPacked(); in isPacked()
/third_party/python/Modules/_ctypes/
Dstgdict.c349 int isPacked; in PyCStructUnionType_update_stgdict() local
394 isPacked = 1; in PyCStructUnionType_update_stgdict()
409 isPacked = 0; in PyCStructUnionType_update_stgdict()
487 if (isStruct && !isPacked) { in PyCStructUnionType_update_stgdict()
561 if (isStruct && !isPacked) { in PyCStructUnionType_update_stgdict()
631 if (isStruct && !isPacked) { in PyCStructUnionType_update_stgdict()
/third_party/protobuf/objectivec/
DGPBWireFormat.m59 GPBWireFormat GPBWireFormatForType(GPBDataType type, BOOL isPacked) {
60 if (isPacked) {
DGPBWireFormat.h58 GPBWireFormat GPBWireFormatForType(GPBDataType dataType, BOOL isPacked)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeTypedef.h37 FORWARD_SYMBOL_METHOD(isPacked)
DPDBSymbolTypeEnum.h41 FORWARD_SYMBOL_METHOD(isPacked)
DPDBSymbolTypeUDT.h42 FORWARD_SYMBOL_METHOD(isPacked)
DPDBSymbolTypeBaseClass.h42 FORWARD_SYMBOL_METHOD(isPacked)
/third_party/flutter/skia/src/sksl/
DSkSLMetalCodeGenerator.h144 int size(const Type* type, bool isPacked) const;
146 int alignment(const Type* type, bool isPacked) const;
/third_party/ffmpeg/libswscale/tests/
Dpixdesc_query.c43 {"Packed", isPacked},
/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.h101 int size(const Type* type, bool isPacked) const;
103 int alignment(const Type* type, bool isPacked) const;

123