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

1 2

  /external/nanopb-c/generator/google/protobuf/internal/
encoder.py 145 def FieldSize(value):
147 return FieldSize
174 def FieldSize(value):
176 return FieldSize
200 def FieldSize(value):
202 return FieldSize
243 def FieldSize(value):
246 return FieldSize
265 def FieldSize(value):
268 return FieldSize
    [all...]
  /external/protobuf/python/google/protobuf/internal/
encoder.py 151 def FieldSize(value):
153 return FieldSize
180 def FieldSize(value):
182 return FieldSize
206 def FieldSize(value):
208 return FieldSize
249 def FieldSize(value):
252 return FieldSize
271 def FieldSize(value):
274 return FieldSize
    [all...]
  /external/protobuf/src/google/protobuf/
reflection_ops.cc 72 int count = from_reflection->FieldSize(from, field);
162 int size = reflection->FieldSize(message, field);
192 int size = reflection->FieldSize(*message, field);
248 int size = reflection->FieldSize(message, field);
test_util.cc     [all...]
wire_format.cc 779 count = message_reflection->FieldSize(message, field);
    [all...]
generated_message_reflection.cc 645 int GeneratedMessageReflection::FieldSize(const Message& message,
647 USAGE_CHECK_MESSAGE_TYPE(FieldSize);
648 USAGE_CHECK_REPEATED(FieldSize);
890 if (FieldSize(message, field) > 0) {
    [all...]
generated_message_reflection.h 184 int FieldSize(const Message& message, const FieldDescriptor* field) const;
message.h 102 // assert(reflection->FieldSize(foo, numbers_field) == 3);
380 virtual int FieldSize(const Message& message,
384 // FieldSize() returns zero.
439 // return true and repeated fields will only be listed if FieldSize(field)
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 677 void LayoutWideBitField(uint64_t FieldSize, uint64_t TypeSize,
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
PaddingChecker.cpp 176 CharUnits FieldSize = ASTContext.getTypeSizeInChars(FD->getType());
180 Offset = FieldOffset + FieldSize;
  /art/runtime/
art_field.h 190 size_t FieldSize() SHARED_REQUIRES(Locks::mutator_lock_);
art_field-inl.h 307 inline size_t ArtField::FieldSize() SHARED_REQUIRES(Locks::mutator_lock_) {
  /external/protobuf/python/google/protobuf/pyext/
repeated_scalar_container.cc 82 return message->GetReflection()->FieldSize(*message,
100 int field_size = reflection->FieldSize(*message, field_descriptor);
199 int field_size = reflection->FieldSize(*message, field_descriptor);
465 length = reflection->FieldSize(*message, field_descriptor);
repeated_composite_container.cc 204 return message->GetReflection()->FieldSize(*message,
642 GOOGLE_DCHECK_EQ(size, message->GetReflection()->FieldSize(*message, field));
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 69 int size = reflection->FieldSize(message, fields[i]);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.cc 70 int size = reflection->FieldSize(message, fields[i]);
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 171 uint64_t FieldSize = Field->getBitWidthValue(Context);
179 if (FieldSize > FieldValue.getBitWidth())
180 FieldValue = FieldValue.zext(FieldSize);
183 if (FieldSize < FieldValue.getBitWidth())
184 FieldValue = FieldValue.trunc(FieldSize);
200 unsigned NewFieldWidth = FieldSize - BitsInPreviousByte;
    [all...]
CGDebugInfo.cpp 755 uint64_t FieldSize, FieldOffset;
789 FieldSize = CGM.getContext().getTypeSize(Ty);
792 FieldSize, FieldAlign, FieldOffset,
795 FieldOffset += FieldSize;
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 147 int FieldSize(const Message& message, const FieldDescriptor* field) const;
message.h 102 // assert(reflection->FieldSize(foo, numbers_field) == 3);
383 virtual int FieldSize(const Message& message,
387 // FieldSize() returns zero.
416 // return true and repeated fields will only be listed if FieldSize(field)
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 147 int FieldSize(const Message& message, const FieldDescriptor* field) const;
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 147 int FieldSize(const Message& message, const FieldDescriptor* field) const;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h 147 int FieldSize(const Message& message, const FieldDescriptor* field) const;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 83 int size = reflection->FieldSize(message, fields[i]);

Completed in 476 milliseconds

1 2