Searched defs:isPacked (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/angle/src/common/
H A Dblocklayout.h109 bool isPacked() const { return mEncoderStrategy == ENCODE_PACKED; } function in class:sh::HLSLBlockEncoder
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DSwitchData.java157 public boolean isPacked() { method in class:SwitchData
/external/llvm/include/llvm/IR/
H A DDerivedTypes.h217 bool isPacked = false);
222 bool isPacked = false);
229 bool isPacked = false);
233 static StructType *get(LLVMContext &Context, bool isPacked = false);
241 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } function in class:llvm::StructType
268 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DFieldSet.java61 boolean isPacked(); method in interface:FieldSet.FieldDescriptorLite
370 boolean isPacked) {
371 if (isPacked) {
486 !descriptor.isRepeated() && !descriptor.isPacked()) {
568 if (descriptor.isPacked()) {
612 !descriptor.isRepeated() && !descriptor.isPacked()) {
693 if (descriptor.isPacked()) {
369 getWireFormatForFieldType(final WireFormat.FieldType type, boolean isPacked) argument
H A DGeneratedMessageLite.java321 false /* isPacked */)) {
327 true /* isPacked */)) {
435 final boolean isPacked) {
440 this.isPacked = isPacked;
447 private final boolean isPacked; field in class:GeneratedMessageLite.ExtensionDescriptor
465 public boolean isPacked() { method in class:GeneratedMessageLite.ExtensionDescriptor
466 return isPacked;
523 false /* isRepeated */, false /* isPacked */));
533 final boolean isPacked) {
430 ExtensionDescriptor( final Internal.EnumLiteMap<?> enumTypeMap, final int number, final WireFormat.FieldType type, final boolean isRepeated, final boolean isPacked) argument
527 internalInitRepeated( final ContainingType containingTypeDefaultInstance, final MessageLite messageDefaultInstance, final Internal.EnumLiteMap<?> enumTypeMap, final int number, final WireFormat.FieldType type, final boolean isPacked) argument
[all...]
H A DDescriptors.java698 public boolean isPacked() { method in class:Descriptors.FieldDescriptor
/external/llvm/lib/IR/
H A DLLVMContextImpl.h103 bool isPacked; member in struct:llvm::AnonStructTypeKeyInfo::KeyTy
105 ETypes(E), isPacked(P) {}
108 isPacked(ST->isPacked()) {}
110 if (isPacked != that.isPacked)
129 Key.isPacked);
H A DType.cpp400 bool isPacked) {
402 AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked);
411 ST->setBody(ETypes, isPacked);
420 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { argument
424 if (isPacked)
495 StructType *StructType::get(LLVMContext &Context, bool isPacked) { argument
496 return get(Context, None, isPacked);
513 StringRef Name, bool isPacked) {
515 ST->setBody(Elements, isPacked);
528 bool isPacked) {
399 get(LLVMContext &Context, ArrayRef<Type*> ETypes, bool isPacked) argument
512 create(LLVMContext &Context, ArrayRef<Type*> Elements, StringRef Name, bool isPacked) argument
527 create(ArrayRef<Type*> Elements, StringRef Name, bool isPacked) argument
[all...]
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp740 bool isPacked, const FieldDecl *D);
1891 bool isPacked,
1930 if (isPacked && UnpackedAlign > CharBitNum && Offset == UnpackedOffset)
1887 CheckFieldPadding(uint64_t Offset, uint64_t UnpaddedOffset, uint64_t UnpackedOffset, unsigned UnpackedAlign, bool isPacked, const FieldDecl *D) argument
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 297 milliseconds