Home
last modified time | relevance | path

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

12345678910>>...43

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DExtensionSchemaLite.java309 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()
376 descriptor.isPacked()); in serializeExtension()
[all …]
H A DExtensionSchemaFull.java323 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()
390 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()
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()
528 return fd.isPacked() ? FieldType.INT64_LIST_PACKED : FieldType.INT64_LIST; in getFieldType()
548 return fd.isPacked() ? FieldType.SINT32_LIST_PACKED : FieldType.SINT32_LIST; in getFieldType()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DExtensionSchemaLite.java309 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()
376 descriptor.isPacked()); in serializeExtension()
[all …]
H A DExtensionSchemaFull.java323 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()
390 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()
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()
528 return fd.isPacked() ? FieldType.INT64_LIST_PACKED : FieldType.INT64_LIST; in getFieldType()
548 return fd.isPacked() ? FieldType.SINT32_LIST_PACKED : FieldType.SINT32_LIST; in getFieldType()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp209 ArrayRef<LLVMType> elements, bool isPacked) { in getStructTy() argument
210 return LLVMStructType::getLiteral(context, elements, isPacked); in getStructTy()
231 Optional<StringRef> name, bool isPacked) { in createStructTy() argument
239 if (type.isInitialized() || failed(type.setBody(elements, isPacked))) { in createStructTy()
252 structType.cast<LLVMStructType>().setBody(elements, isPacked); in setStructTyBody()
415 bool isPacked) { in getLiteral() argument
416 return Base::get(context, types, isPacked); in getLiteral()
421 bool isPacked) { in getLiteralChecked() argument
422 return Base::getChecked(loc, types, isPacked); in getLiteralChecked()
437 return Base::mutate(types, isPacked); in setBody()
[all …]
H A DTypeDetail.h80 bool isPacked() const { in isPacked() function
118 if (isPacked()) in hashValue()
129 return !other.isIdentified() && other.isPacked() == isPacked() &&
176 bool isPacked() const { in isPacked() function
205 llvm::Bitfield::set<KeyFlagPacked>(keySizeAndFlags, key.isPacked()); in LLVMStructTypeStorage()
241 packed == isPacked()); in mutate()
278 return Key(getTypeList(), isPacked()); in getKey()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMDialect.h137 bool isPacked = false);
138 static LLVMType getStructTy(LLVMDialect *dialect, bool isPacked = false) {
139 return getStructTy(dialect, llvm::None, isPacked);
158 bool isPacked = false);
167 bool isPacked = false) {
171 return createStructTy(&ele0.getDialect(), elements, name, isPacked);
185 bool isPacked = false);
/dports/graphics/Coin/coin-Coin-4.0.0/src/elements/
H A DSoDiffuseColorElement.cpp108 SoDiffuseColorElement::isPacked() const in isPacked() function in SoDiffuseColorElement
111 return lazy->isPacked(); in isPacked()
137 if (lazy->isPacked()) { in getColorArrayPtr()
160 if (!lazy->isPacked()) { in getPackedArrayPtr()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/LLVMIR/IR/
H A DTypeDetail.h80 bool isPacked() const { in isPacked() function
118 if (isPacked()) in hashValue()
129 return !other.isIdentified() && other.isPacked() == isPacked() &&
176 bool isPacked() const { in isPacked() function
205 llvm::Bitfield::set<KeyFlagPacked>(keySizeAndFlags, key.isPacked()); in LLVMStructTypeStorage()
241 packed == isPacked()); in mutate()
278 return Key(getTypeList(), isPacked()); in getKey()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/LLVMIR/IR/
H A DTypeDetail.h80 bool isPacked() const { in isPacked() function
118 if (isPacked()) in hashValue()
129 return !other.isIdentified() && other.isPacked() == isPacked() &&
176 bool isPacked() const { in isPacked() function
205 llvm::Bitfield::set<KeyFlagPacked>(keySizeAndFlags, key.isPacked()); in LLVMStructTypeStorage()
241 packed == isPacked()); in mutate()
278 return Key(getTypeList(), isPacked()); in getKey()
H A DLLVMTypes.cpp167 bool isPacked) { in getNewIdentified() argument
172 if (type.isInitialized() || failed(type.setBody(elements, isPacked))) { in getNewIdentified()
182 ArrayRef<Type> types, bool isPacked) { in getLiteral() argument
183 return Base::get(context, types, isPacked); in getLiteral()
188 bool isPacked) { in getLiteralChecked() argument
189 return Base::getChecked(loc, types, isPacked); in getLiteralChecked()
200 LogicalResult LLVMStructType::setBody(ArrayRef<Type> types, bool isPacked) { in setBody() argument
204 return Base::mutate(types, isPacked); in setBody()
207 bool LLVMStructType::isPacked() { return getImpl()->isPacked(); } in isPacked() function in LLVMStructType
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/LLVMIR/IR/
H A DTypeDetail.h80 bool isPacked() const { in isPacked() function
118 if (isPacked()) in hashValue()
129 return !other.isIdentified() && other.isPacked() == isPacked() &&
176 bool isPacked() const { in isPacked() function
205 llvm::Bitfield::set<KeyFlagPacked>(keySizeAndFlags, key.isPacked()); in LLVMStructTypeStorage()
241 packed == isPacked()); in mutate()
278 return Key(getTypeList(), isPacked()); in getKey()
H A DLLVMTypes.cpp167 bool isPacked) { in getNewIdentified() argument
172 if (type.isInitialized() || failed(type.setBody(elements, isPacked))) { in getNewIdentified()
182 ArrayRef<Type> types, bool isPacked) { in getLiteral() argument
183 return Base::get(context, types, isPacked); in getLiteral()
188 bool isPacked) { in getLiteralChecked() argument
189 return Base::getChecked(loc, types, isPacked); in getLiteralChecked()
200 LogicalResult LLVMStructType::setBody(ArrayRef<Type> types, bool isPacked) { in setBody() argument
204 return Base::mutate(types, isPacked); in setBody()
207 bool LLVMStructType::isPacked() { return getImpl()->isPacked(); } in isPacked() function in LLVMStructType
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/LLVMIR/IR/
H A DTypeDetail.h80 bool isPacked() const { in isPacked() function
118 if (isPacked()) in hashValue()
129 return !other.isIdentified() && other.isPacked() == isPacked() &&
176 bool isPacked() const { in isPacked() function
205 llvm::Bitfield::set<KeyFlagPacked>(keySizeAndFlags, key.isPacked()); in LLVMStructTypeStorage()
241 packed == isPacked()); in mutate()
278 return Key(getTypeList(), isPacked()); in getKey()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/LLVMIR/IR/
H A DTypeDetail.h80 bool isPacked() const { in isPacked() function
118 if (isPacked()) in hashValue()
129 return !other.isIdentified() && other.isPacked() == isPacked() &&
176 bool isPacked() const { in isPacked() function
205 llvm::Bitfield::set<KeyFlagPacked>(keySizeAndFlags, key.isPacked()); in LLVMStructTypeStorage()
241 packed == isPacked()); in mutate()
278 return Key(getTypeList(), isPacked()); in getKey()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/LLVMIR/IR/
H A DTypeDetail.h80 bool isPacked() const { in isPacked() function
118 if (isPacked()) in hashValue()
129 return !other.isIdentified() && other.isPacked() == isPacked() &&
176 bool isPacked() const { in isPacked() function
205 llvm::Bitfield::set<KeyFlagPacked>(keySizeAndFlags, key.isPacked()); in LLVMStructTypeStorage()
241 packed == isPacked()); in mutate()
278 return Key(getTypeList(), isPacked()); in getKey()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMTypes.h172 bool isPacked = false);
173 static LLVMType getStructTy(MLIRContext *context, bool isPacked = false) {
174 return getStructTy(context, llvm::None, isPacked);
193 bool isPacked = false);
202 bool isPacked = false) {
206 return createStructTy(ele0.getContext(), elements, name, isPacked);
220 bool isPacked = false);
448 bool isPacked = false);
451 bool isPacked = false);
468 LogicalResult setBody(ArrayRef<LLVMType> types, bool isPacked);
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/IR/
H A DType.cpp342 bool isPacked) { in get() argument
344 const AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked); in get()
358 ST->setBody(ETypes, isPacked); in get()
368 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() argument
372 if (isPacked) in setBody()
443 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get() argument
444 return get(Context, None, isPacked); in get()
448 StringRef Name, bool isPacked) { in create() argument
450 ST->setBody(Elements, isPacked); in create()
463 bool isPacked) { in create() argument
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/IR/
H A DType.cpp343 bool isPacked) { in get() argument
345 const AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked); in get()
359 ST->setBody(ETypes, isPacked); in get()
369 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() argument
373 if (isPacked) in setBody()
444 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get() argument
445 return get(Context, None, isPacked); in get()
449 StringRef Name, bool isPacked) { in create() argument
451 ST->setBody(Elements, isPacked); in create()
464 bool isPacked) { in create() argument
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/IR/
H A DType.cpp337 bool isPacked) { in get() argument
339 AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked); in get()
347 ST->setBody(ETypes, isPacked); in get()
356 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() argument
360 if (isPacked) in setBody()
431 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get() argument
432 return get(Context, None, isPacked); in get()
436 StringRef Name, bool isPacked) { in create() argument
438 ST->setBody(Elements, isPacked); in create()
451 bool isPacked) { in create() argument
[all …]
/dports/textproc/fop/fop-2.6/fop/examples/hyphenation/src/org/apache/fop/hyphenation/
H A DTernaryTreeAnalysis.java115 protected boolean isPacked = false; field in TernaryTreeAnalysis.Node
126 isPacked = true; in Node()
154 if (isPacked) { in toNodeString()
172 if (isPacked) { in toCompactString()
195 if (isPacked) { in toString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/IR/
H A DType.cpp357 bool isPacked) { in get() argument
359 const AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked); in get()
373 ST->setBody(ETypes, isPacked); in get()
383 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() argument
387 if (isPacked) in setBody()
458 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get() argument
459 return get(Context, None, isPacked); in get()
463 StringRef Name, bool isPacked) { in create() argument
465 ST->setBody(Elements, isPacked); in create()
478 bool isPacked) { in create() argument
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/IR/
H A DType.cpp357 bool isPacked) { in get() argument
359 const AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked); in get()
373 ST->setBody(ETypes, isPacked); in get()
383 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() argument
387 if (isPacked) in setBody()
458 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get() argument
459 return get(Context, None, isPacked); in get()
463 StringRef Name, bool isPacked) { in create() argument
465 ST->setBody(Elements, isPacked); in create()
478 bool isPacked) { in create() argument
[all …]

12345678910>>...43