Home
last modified time | relevance | path

Searched defs:FieldSize (Results 1 – 16 of 16) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dencoder.py148 def FieldSize(value): function
177 def FieldSize(value): function
203 def FieldSize(value): function
246 def FieldSize(value): function
268 def FieldSize(value): function
287 def FieldSize(value): function
307 def FieldSize(value): function
332 def FieldSize(value): function
351 def FieldSize(map_value): function
/external/nanopb-c/generator/google/protobuf/internal/
Dencoder.py145 def FieldSize(value): function
174 def FieldSize(value): function
200 def FieldSize(value): function
243 def FieldSize(value): function
265 def FieldSize(value): function
284 def FieldSize(value): function
304 def FieldSize(value): function
329 def FieldSize(value): function
/external/compiler-rt/lib/esan/
Dcache_frag.cpp32 u32 *FieldSize; // auxiliary struct field info. member
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeHeader.cpp213 size_t FieldSize = Field->GetTotalSize(); in ReadFields() local
/external/clang/lib/StaticAnalyzer/Checkers/
DPaddingChecker.cpp176 CharUnits FieldSize = ASTContext.getTypeSizeInChars(FD->getType()); in calculateBaselinePad() local
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp1369 void ItaniumRecordLayoutBuilder::LayoutWideBitField(uint64_t FieldSize, in LayoutWideBitField()
1437 uint64_t FieldSize = D->getBitWidthValue(Context); in LayoutBitField() local
1720 CharUnits FieldSize; in LayoutField() local
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp781 uint64_t FieldSize, FieldOffset; in CreateType() local
1978 uint64_t FieldSize = 0; in CreateTypeDefinition() local
2596 uint64_t FieldSize = CGM.getContext().getTypeSize(FType); in CreateMemberType() local
3052 uint64_t FieldSize, FieldOffset; in EmitTypeForVarWithBlocksAttr() local
DCGExprConstant.cpp171 uint64_t FieldSize = Field->getBitWidthValue(Context); in AppendBitField() local
DCGObjCMac.cpp2175 CharUnits FieldSize) { in UpdateRunSkipBlockVars()
2269 CharUnits FieldSize = CGM.getContext().getTypeSizeInChars(Field->getType()); in BuildRCRecordLayout() local
2302 CharUnits FieldSize in BuildRCRecordLayout() local
DCGClass.cpp880 CharUnits FieldSize = FieldInfo.first; in EmitAsanPrologueOrEpilogue() local
DCGCall.cpp855 CharUnits FieldSize = Context.getTypeSizeInChars(FD->getType()); in getTypeExpansion() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1321 uint64_t FieldSize = DT.getOriginalTypeSize(); in createMemberDIE() local
DAsmPrinter.cpp1640 uint64_t FieldSize = TD->getTypeAllocSize(Field->getType()); in EmitGlobalConstantStruct() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1385 uint64_t FieldSize = DD->getBaseTypeSize(DT); in constructMemberDIE() local
DAsmPrinter.cpp2032 uint64_t FieldSize = DL.getTypeAllocSize(Field->getType()); in emitGlobalConstantStruct() local
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc764 int GeneratedMessageReflection::FieldSize(const Message& message, in FieldSize() function in google::protobuf::internal::GeneratedMessageReflection