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

  /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 230 uint64_t FieldSize,
240 if (FieldSize > TypeSizeInBits) {
250 FieldSize = TypeSizeInBits;
256 FieldOffset = ((ContainingTypeSizeInBits)-FieldOffset-FieldSize);
295 while (AccessedTargetBits < FieldSize) {
311 // intersection with [FieldOffset, FieldOffset + FieldSize) gives the bits
314 assert(AccessStart < FieldOffset + FieldSize && "Invalid access start!");
318 FieldOffset + FieldSize) - AccessBitsInFieldStart;
347 assert(AccessedTargetBits == FieldSize && "Invalid bit-field access!");
348 return CGBitFieldInfo(FieldSize, NumComponents, Components, IsSigned)
    [all...]
CGRecordLayout.h 155 uint64_t FieldOffset, uint64_t FieldSize);
162 uint64_t FieldOffset, uint64_t FieldSize,
CGDebugInfo.cpp 540 uint64_t FieldSize, FieldOffset;
576 FieldSize = CGM.getContext().getTypeSize(Ty);
579 LineNo, FieldSize, FieldAlign,
583 FieldOffset += FieldSize;
    [all...]
CGExprConstant.cpp 146 uint64_t FieldSize = Field->getBitWidthValue(Context);
154 if (FieldSize > FieldValue.getBitWidth())
155 FieldValue = FieldValue.zext(FieldSize);
158 if (FieldSize < FieldValue.getBitWidth())
159 FieldValue = FieldValue.trunc(FieldSize);
175 unsigned NewFieldWidth = FieldSize - BitsInPreviousByte;
    [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 637 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 870 milliseconds