Home
last modified time | relevance | path

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

1234

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionSchemaFull.java99 if (extension.descriptor.isRepeated() && extension.descriptor.isPacked()) { in parseExtension()
324 descriptor.isPacked()); in serializeExtension()
331 descriptor.isPacked()); in serializeExtension()
338 descriptor.isPacked()); in serializeExtension()
345 descriptor.isPacked()); in serializeExtension()
352 descriptor.isPacked()); in serializeExtension()
359 descriptor.isPacked()); in serializeExtension()
366 descriptor.isPacked()); in serializeExtension()
373 descriptor.isPacked()); in serializeExtension()
384 descriptor.isPacked()); in serializeExtension()
[all …]
DExtensionSchemaLite.java82 if (extension.descriptor.isRepeated() && extension.descriptor.isPacked()) { in parseExtension()
346 descriptor.isPacked()); in serializeExtension()
353 descriptor.isPacked()); in serializeExtension()
360 descriptor.isPacked()); in serializeExtension()
367 descriptor.isPacked()); in serializeExtension()
374 descriptor.isPacked()); in serializeExtension()
381 descriptor.isPacked()); in serializeExtension()
388 descriptor.isPacked()); in serializeExtension()
395 descriptor.isPacked()); in serializeExtension()
406 descriptor.isPacked()); in serializeExtension()
[all …]
DDescriptorMessageInfoFactory.java351 if (fd.isPacked()) { in convertProto2()
363 if (fd.isPacked()) { in convertProto2()
453 if (fd.isPacked()) { in convertProto3()
514 return fd.isPacked() ? FieldType.BOOL_LIST_PACKED : FieldType.BOOL_LIST; in getFieldType()
521 return fd.isPacked() ? FieldType.DOUBLE_LIST_PACKED : FieldType.DOUBLE_LIST; in getFieldType()
526 return fd.isPacked() ? FieldType.ENUM_LIST_PACKED : FieldType.ENUM_LIST; in getFieldType()
531 return fd.isPacked() ? FieldType.FIXED32_LIST_PACKED : FieldType.FIXED32_LIST; in getFieldType()
536 return fd.isPacked() ? FieldType.FIXED64_LIST_PACKED : FieldType.FIXED64_LIST; in getFieldType()
541 return fd.isPacked() ? FieldType.FLOAT_LIST_PACKED : FieldType.FLOAT_LIST; in getFieldType()
548 return fd.isPacked() ? FieldType.INT32_LIST_PACKED : FieldType.INT32_LIST; in getFieldType()
[all …]
DFieldSet.java66 boolean isPacked(); in isPacked() method
494 static int getWireFormatForFieldType(final WireFormat.FieldType type, boolean isPacked) { in getWireFormatForFieldType() argument
495 if (isPacked) { in getWireFormatForFieldType()
604 && !descriptor.isPacked()) { in writeMessageSetTo()
730 if (descriptor.isPacked()) { in writeField()
789 && !descriptor.isPacked()) { in getMessageSetSerializedSize()
896 if (descriptor.isPacked()) { in computeFieldSize()
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionSchemaLite.java82 if (extension.descriptor.isRepeated() && extension.descriptor.isPacked()) { in parseExtension()
346 descriptor.isPacked()); in serializeExtension()
353 descriptor.isPacked()); in serializeExtension()
360 descriptor.isPacked()); in serializeExtension()
367 descriptor.isPacked()); in serializeExtension()
374 descriptor.isPacked()); in serializeExtension()
381 descriptor.isPacked()); in serializeExtension()
388 descriptor.isPacked()); in serializeExtension()
395 descriptor.isPacked()); in serializeExtension()
406 descriptor.isPacked()); in serializeExtension()
[all …]
DExtensionSchemaFull.java99 if (extension.descriptor.isRepeated() && extension.descriptor.isPacked()) { in parseExtension()
324 descriptor.isPacked()); in serializeExtension()
331 descriptor.isPacked()); in serializeExtension()
338 descriptor.isPacked()); in serializeExtension()
345 descriptor.isPacked()); in serializeExtension()
352 descriptor.isPacked()); in serializeExtension()
359 descriptor.isPacked()); in serializeExtension()
366 descriptor.isPacked()); in serializeExtension()
373 descriptor.isPacked()); in serializeExtension()
384 descriptor.isPacked()); in serializeExtension()
[all …]
DDescriptorMessageInfoFactory.java352 if (fd.isPacked()) { in convertProto2()
364 if (fd.isPacked()) { in convertProto2()
454 if (fd.isPacked()) { in convertProto3()
515 return fd.isPacked() ? FieldType.BOOL_LIST_PACKED : FieldType.BOOL_LIST; in getFieldType()
522 return fd.isPacked() ? FieldType.DOUBLE_LIST_PACKED : FieldType.DOUBLE_LIST; in getFieldType()
527 return fd.isPacked() ? FieldType.ENUM_LIST_PACKED : FieldType.ENUM_LIST; in getFieldType()
532 return fd.isPacked() ? FieldType.FIXED32_LIST_PACKED : FieldType.FIXED32_LIST; in getFieldType()
537 return fd.isPacked() ? FieldType.FIXED64_LIST_PACKED : FieldType.FIXED64_LIST; in getFieldType()
542 return fd.isPacked() ? FieldType.FLOAT_LIST_PACKED : FieldType.FLOAT_LIST; in getFieldType()
549 return fd.isPacked() ? FieldType.INT32_LIST_PACKED : FieldType.INT32_LIST; in getFieldType()
[all …]
DFieldSet.java66 boolean isPacked(); in isPacked() method
494 static int getWireFormatForFieldType(final WireFormat.FieldType type, boolean isPacked) { in getWireFormatForFieldType() argument
495 if (isPacked) { in getWireFormatForFieldType()
604 && !descriptor.isPacked()) { in writeMessageSetTo()
730 if (descriptor.isPacked()) { in writeField()
789 && !descriptor.isPacked()) { in getMessageSetSerializedSize()
896 if (descriptor.isPacked()) { in computeFieldSize()
/external/llvm/lib/IR/
DType.cpp331 bool isPacked) { in get() argument
333 AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked); in get()
341 ST->setBody(ETypes, isPacked); in get()
350 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() argument
354 if (isPacked) in setBody()
424 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get() argument
425 return get(Context, None, isPacked); in get()
444 StringRef Name, bool isPacked) { in create() argument
446 ST->setBody(Elements, isPacked); in create()
459 bool isPacked) { in create() argument
[all …]
/external/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 …]
/external/python/cpython2/Modules/_ctypes/
Dstgdict.c327 PyObject *isPacked; in PyCStructUnionType_update_stgdict() local
352 isPacked = PyObject_GetAttrString(type, "_pack_"); in PyCStructUnionType_update_stgdict()
353 if (isPacked) { in PyCStructUnionType_update_stgdict()
354 pack = _PyInt_AsInt(isPacked); in PyCStructUnionType_update_stgdict()
356 Py_XDECREF(isPacked); in PyCStructUnionType_update_stgdict()
361 Py_DECREF(isPacked); in PyCStructUnionType_update_stgdict()
430 if (isStruct && !isPacked) { in PyCStructUnionType_update_stgdict()
504 if (isStruct && !isPacked) { in PyCStructUnionType_update_stgdict()
577 if (isStruct && !isPacked) { in PyCStructUnionType_update_stgdict()
/external/llvm/include/llvm/IR/
DDerivedTypes.h221 bool isPacked = false);
224 StringRef Name, bool isPacked = false);
230 bool isPacked = false);
233 static StructType *get(LLVMContext &Context, bool isPacked = false);
240 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function
266 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
/external/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);
/external/angle/src/compiler/translator/msl/
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()
/external/angle/src/compiler/translator/hlsl/
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
/external/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);
/external/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()
/external/python/cpython3/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()
/external/protobuf/objectivec/
DGPBWireFormat.m59 GPBWireFormat GPBWireFormatForType(GPBDataType type, BOOL isPacked) {
60 if (isPacked) {
DGPBWireFormat.h58 GPBWireFormat GPBWireFormatForType(GPBDataType dataType, BOOL isPacked)
/external/cronet/third_party/protobuf/objectivec/
DGPBWireFormat.m59 GPBWireFormat GPBWireFormatForType(GPBDataType type, BOOL isPacked) {
60 if (isPacked) {
DGPBWireFormat.h58 GPBWireFormat GPBWireFormatForType(GPBDataType dataType, BOOL isPacked)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypeTypedef.h37 FORWARD_SYMBOL_METHOD(isPacked)

1234