HomeSort by relevance Sort by last modified time
    Searched refs:FieldSize (Results 1 - 22 of 22) sorted by null

  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
osRgstry.h 52 TI_UINT32 FieldSize;
  /external/protobuf/python/google/protobuf/internal/
encoder.py 139 def FieldSize(value):
141 return FieldSize
168 def FieldSize(value):
170 return FieldSize
194 def FieldSize(value):
196 return FieldSize
237 def FieldSize(value):
240 return FieldSize
259 def FieldSize(value):
262 return FieldSize
    [all...]
  /external/protobuf/src/google/protobuf/
reflection_ops.cc 66 int count = from_reflection->FieldSize(from, field);
155 int size = reflection->FieldSize(message, field);
185 int size = reflection->FieldSize(*message, field);
241 int size = reflection->FieldSize(message, field);
test_util.cc     [all...]
generated_message_reflection.cc 426 int GeneratedMessageReflection::FieldSize(const Message& message,
428 USAGE_CHECK_MESSAGE_TYPE(FieldSize);
429 USAGE_CHECK_REPEATED(FieldSize);
652 if (FieldSize(message, field) > 0) {
    [all...]
generated_message_reflection.h 141 int FieldSize(const Message& message, const FieldDescriptor* field) const;
message.h 101 // assert(reflection->FieldSize(foo, numbers_field) == 3);
403 virtual int FieldSize(const Message& message,
407 // FieldSize() returns zero.
432 // return true and repeated fields will only be listed if FieldSize(field)
    [all...]
wire_format.cc 754 count = message_reflection->FieldSize(message, field);
    [all...]
text_format.cc 939 count = reflection->FieldSize(message, field);
990 int size = reflection->FieldSize(message, field);
    [all...]
descriptor.cc     [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 235 uint64_t FieldSize,
247 if (FieldSize > TypeSizeInBits) {
257 FieldSize = TypeSizeInBits;
263 FieldOffset = ((ContainingTypeSizeInBits)-FieldOffset-FieldSize);
302 while (AccessedTargetBits < FieldSize) {
318 // intersection with [FieldOffset, FieldOffset + FieldSize) gives the bits
321 assert(AccessStart < FieldOffset + FieldSize && "Invalid access start!");
325 FieldOffset + FieldSize) - AccessBitsInFieldStart;
354 assert(AccessedTargetBits == FieldSize && "Invalid bit-field access!");
355 return CGBitFieldInfo(FieldSize, NumComponents, Components, IsSigned)
    [all...]
CGRecordLayout.h 150 uint64_t FieldOffset, uint64_t FieldSize);
157 uint64_t FieldOffset, uint64_t FieldSize,
CGCall.cpp 488 CharUnits FieldSize = getContext().getTypeSizeInChars(FD->getType());
489 if (UnionSize < FieldSize) {
490 UnionSize = FieldSize;
539 CharUnits FieldSize = getContext().getTypeSizeInChars(FD->getType());
540 if (UnionSize < FieldSize) {
541 UnionSize = FieldSize;
    [all...]
CGDebugInfo.cpp 623 uint64_t FieldSize, FieldOffset;
659 FieldSize = CGM.getContext().getTypeSize(Ty);
662 LineNo, FieldSize, FieldAlign,
666 FieldOffset += FieldSize;
    [all...]
CGExprConstant.cpp 176 uint64_t FieldSize = Field->getBitWidthValue(Context);
184 if (FieldSize > FieldValue.getBitWidth())
185 FieldValue = FieldValue.zext(FieldSize);
188 if (FieldSize < FieldValue.getBitWidth())
189 FieldValue = FieldValue.trunc(FieldSize);
205 unsigned NewFieldWidth = FieldSize - BitsInPreviousByte;
    [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 675 void LayoutWideBitField(uint64_t FieldSize, uint64_t TypeSize,
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 67 int size = reflection->FieldSize(message, fields[i]);
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 250 if (repeated && !reflection->FieldSize(instance, field)) {
265 int size = reflection->FieldSize(instance, field);
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 69 int size = reflection->FieldSize(message, fields[i]);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]
AsmPrinter.cpp     [all...]

Completed in 1172 milliseconds