Home
last modified time | relevance | path

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

/third_party/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
/third_party/grpc/src/cpp/ext/filters/census/
Drpc_encoding.h182 enum FieldSize { enum
267 enum FieldSize { enum
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeHeader.cpp213 size_t FieldSize = Field->GetTotalSize(); in ReadFields() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLoc.cpp360 unsigned FieldSize = 2 + 2 * Data.getAddressSize(); in dumpRawEntry() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1492 uint64_t FieldSize = DD->getBaseTypeSize(DT); in constructMemberDIE() local
DAsmPrinter.cpp2508 uint64_t FieldSize = DL.getTypeAllocSize(Field->getType()); in emitGlobalConstantStruct() local
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc752 int Reflection::FieldSize(const Message& message, in FieldSize() function in google::protobuf::Reflection