Home
last modified time | relevance | path

Searched refs:isPacked (Results 1 - 25 of 58) sorted by relevance

123

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A 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...]
H A 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...]
H A 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() in getFieldType()
[all...]
H A 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()
H A DGeneratedMessageLite.java556 extension.descriptor.getLiteType(), /* isPacked= */ false)) { in parseExtension()
562 extension.descriptor.getLiteType(), /* isPacked= */ true)) { in parseExtension()
1057 enumTypeMap, number, type, /* isRepeated= */ false, /* isPacked= */ false), in newSingularGeneratedExtension()
1069 final boolean isPacked, in newRepeatedGeneratedExtension()
1077 new ExtensionDescriptor(enumTypeMap, number, type, /* isRepeated= */ true, isPacked), in newRepeatedGeneratedExtension()
1088 final boolean isPacked) { in ExtensionDescriptor()
1093 this.isPacked = isPacked; in ExtensionDescriptor()
1100 final boolean isPacked; field in GeneratedMessageLite.ExtensionDescriptor
1123 public boolean isPacked() { in isPacked() method in GeneratedMessageLite.ExtensionDescriptor
1063 newRepeatedGeneratedExtension( final ContainingType containingTypeDefaultInstance, final MessageLite messageDefaultInstance, final Internal.EnumLiteMap<?> enumTypeMap, final int number, final WireFormat.FieldType type, final boolean isPacked, final Class singularType) newRepeatedGeneratedExtension() argument
1083 ExtensionDescriptor( final Internal.EnumLiteMap<?> enumTypeMap, final int number, final WireFormat.FieldType type, final boolean isRepeated, final boolean isPacked) ExtensionDescriptor() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DType.cpp347 bool isPacked) { in get()
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()
455 ST->setBody(Elements, isPacked); in create()
468 bool isPacked) { in create()
346 get(LLVMContext &Context, ArrayRef<Type*> ETypes, bool isPacked) get() argument
452 create(LLVMContext &Context, ArrayRef<Type*> Elements, StringRef Name, bool isPacked) create() argument
467 create(ArrayRef<Type*> Elements, StringRef Name, bool isPacked) create() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A 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 in llvm::StructType
271 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DblocklayoutHLSL.cpp46 if (!isPacked() || gl::IsMatrixType(type) || !arraySizes.empty()) in getBlockLayoutInfo()
65 else if (isPacked()) in getBlockLayoutInfo()
103 else if (isPacked()) in advanceOffset()
H A DblocklayoutHLSL.h42 bool isPacked() const { return mEncoderStrategy == ENCODE_PACKED; } in isPacked() function in sh::HLSLBlockEncoder
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A 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 in llvm::StructType
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/
H A 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()
H A 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/
H A Dstgdict.c359 int isPacked; in PyCStructUnionType_update_stgdict() local
404 isPacked = 1; in PyCStructUnionType_update_stgdict()
419 isPacked = 0; in PyCStructUnionType_update_stgdict()
500 if (isStruct && !isPacked) { in PyCStructUnionType_update_stgdict()
573 if (isStruct && !isPacked) { in PyCStructUnionType_update_stgdict()
642 if (isStruct && !isPacked) { in PyCStructUnionType_update_stgdict()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeEnum.h41 FORWARD_SYMBOL_METHOD(isPacked)
H A DPDBSymbolTypeTypedef.h37 FORWARD_SYMBOL_METHOD(isPacked)
H A DPDBSymbolTypeUDT.h42 FORWARD_SYMBOL_METHOD(isPacked)
H A DPDBSymbolTypeBaseClass.h42 FORWARD_SYMBOL_METHOD(isPacked)
/third_party/protobuf/objectivec/
H A DGPBWireFormat.h58 GPBWireFormat GPBWireFormatForType(GPBDataType dataType, BOOL isPacked)
/third_party/ffmpeg/libswscale/tests/
H A Dpixdesc_query.c43 {"Packed", isPacked},
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h54 bool isPacked() const override;
H A DNativeTypeUDT.h53 bool isPacked() const override;
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.h101 int size(const Type* type, bool isPacked) const;
103 int alignment(const Type* type, bool isPacked) const;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.cpp796 const bool isPacked = isPackedType(texFormat.type);
798 if (isPacked)
846 if (isPacked)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktSampleVerifierUtil.cpp796 const bool isPacked = isPackedType(texFormat.type);
798 if (isPacked)
846 if (isPacked)

Completed in 16 milliseconds

123