/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ExtensionSchemaLite.java | 81 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 …]
|
D | ExtensionSchemaFull.java | 98 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 …]
|
D | DescriptorMessageInfoFactory.java | 326 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 …]
|
D | FieldSet.java | 65 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()
|
D | GeneratedMessageLite.java | 1069 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/ |
D | Type.cpp | 347 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/ |
D | DerivedTypes.h | 226 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/ |
D | Layout.cpp | 109 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/ |
D | blocklayoutHLSL.cpp | 46 if (!isPacked() || gl::IsMatrixType(type) || !arraySizes.empty()) in getBlockLayoutInfo() 65 else if (isPacked()) in getBlockLayoutInfo() 103 else if (isPacked()) in advanceOffset()
|
D | blocklayoutHLSL.h | 42 bool isPacked() const { return mEncoderStrategy == ENCODE_PACKED; } in isPacked() function
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | blocklayoutHLSL.cpp | 46 if (!isPacked() || gl::IsMatrixType(type) || !arraySizes.empty()) in getBlockLayoutInfo() 65 else if (isPacked()) in getBlockLayoutInfo() 103 else if (isPacked()) in advanceOffset()
|
D | blocklayoutHLSL.h | 42 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/ |
D | DerivedTypes.h | 264 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/ |
D | NativeTypeUDT.cpp | 65 dumpSymbolField(OS, "packed", isPacked(), Indent); in dump() 190 bool NativeTypeUDT::isPacked() const { in isPacked() function in NativeTypeUDT 192 return UnmodifiedType->isPacked(); in isPacked()
|
D | NativeTypeEnum.cpp | 155 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/ |
D | stgdict.c | 349 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/ |
D | GPBWireFormat.m | 59 GPBWireFormat GPBWireFormatForType(GPBDataType type, BOOL isPacked) { 60 if (isPacked) {
|
D | GPBWireFormat.h | 58 GPBWireFormat GPBWireFormatForType(GPBDataType dataType, BOOL isPacked)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolTypeTypedef.h | 37 FORWARD_SYMBOL_METHOD(isPacked)
|
D | PDBSymbolTypeEnum.h | 41 FORWARD_SYMBOL_METHOD(isPacked)
|
D | PDBSymbolTypeUDT.h | 42 FORWARD_SYMBOL_METHOD(isPacked)
|
D | PDBSymbolTypeBaseClass.h | 42 FORWARD_SYMBOL_METHOD(isPacked)
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLMetalCodeGenerator.h | 144 int size(const Type* type, bool isPacked) const; 146 int alignment(const Type* type, bool isPacked) const;
|
/third_party/ffmpeg/libswscale/tests/ |
D | pixdesc_query.c | 43 {"Packed", isPacked},
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLMetalCodeGenerator.h | 101 int size(const Type* type, bool isPacked) const; 103 int alignment(const Type* type, bool isPacked) const;
|