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

  /external/protobuf/src/google/protobuf/
generated_message_reflection_unittest.cc 75 const Reflection* reflection = message.GetReflection();
112 const Reflection* reflection = message.GetReflection();
137 const Reflection* reflection = message.GetReflection();
156 const Reflection* reflection = message1.GetReflection();
171 const Reflection* reflection = message1.GetReflection();
190 const Reflection* reflection = message1.GetReflection();
204 const Reflection* reflection = message1.GetReflection();
226 const Reflection* reflection = message1.GetReflection();
253 const Reflection* reflection = message1.GetReflection();
268 const Reflection* reflection = message1.GetReflection();
    [all...]
reflection_ops.cc 63 const Reflection* from_reflection = from.GetReflection();
64 const Reflection* to_reflection = to->GetReflection();
130 const Reflection* reflection = message->GetReflection();
143 const Reflection* reflection = message.GetReflection();
182 const Reflection* reflection = message->GetReflection();
229 const Reflection* reflection = message.GetReflection();
test_util.cc 91 message->GetReflection()->SetString(
95 message->GetReflection()->SetString(
132 message->GetReflection()->AddString(
136 message->GetReflection()->AddString(
172 message->GetReflection()->AddString(
176 message->GetReflection()->AddString(
207 message->GetReflection()->SetString(
211 message->GetReflection()->SetString(
248 message->GetReflection()->SetRepeatedString(
252 message->GetReflection()->SetRepeatedString
    [all...]
wire_format.cc 367 const Reflection* message_reflection = message->GetReflection();
429 const Reflection* message_reflection = message->GetReflection();
452 const Reflection* message_reflection = message->GetReflection();
657 const Reflection* message_reflection = message->GetReflection();
739 const Reflection* message_reflection = message.GetReflection();
766 const Reflection* message_reflection = message.GetReflection();
    [all...]
repeated_field_reflection_unittest.cc 64 const Reflection* refl = message.GetReflection();
165 const Reflection* refl = extended_message.GetReflection();
extension_set_unittest.cc 267 const Reflection* reflection = message1.GetReflection();
295 const Reflection* reflection = message3.GetReflection();
312 const Reflection* reflection = message1.GetReflection();
328 const Reflection* reflection = message1.GetReflection();
    [all...]
dynamic_message_unittest.cc 163 const Reflection* reflection = message->GetReflection();
text_format.cc 263 suc = ConsumeFieldMessage(output, output->GetReflection(), field);
265 suc = ConsumeFieldValue(output, output->GetReflection(), field);
340 const Reflection* reflection = message->GetReflection();
    [all...]
message.cc 159 return GetReflection()->SpaceUsed(*this);
generated_message_reflection.cc 537 GOOGLE_CHECK_EQ(message1->GetReflection(), this)
544 GOOGLE_CHECK_EQ(message2->GetReflection(), this)
585 GOOGLE_CHECK_EQ(message1->GetReflection(), this)
592 GOOGLE_CHECK_EQ(message2->GetReflection(), this)
    [all...]
message.h 100 // const Reflection* reflection = foo->GetReflection();
301 virtual const Reflection* GetReflection() const {
308 // GetReflection() wrappers.
320 // To get the Reflection for a given Message, call Message::GetReflection().
343 // this Reflection object (i.e. message.GetReflection() != reflection).
    [all...]
descriptor.cc     [all...]
text_format_unittest.cc     [all...]
descriptor_unittest.cc     [all...]
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 124 const google::protobuf::Reflection* reflection = message->GetReflection();
204 return message->GetReflection()->FieldSize(*message,
225 const google::protobuf::Reflection* reflection = message->GetReflection();
260 message->GetReflection()->AddMessage(message,
514 const google::protobuf::Reflection* reflection = message->GetReflection();
592 Message* released_message = message->GetReflection()->ReleaseLast(
642 GOOGLE_DCHECK_EQ(size, message->GetReflection()->FieldSize(*message, field));
message.cc 403 const google::protobuf::Reflection* reflection = message->GetReflection();
443 const google::protobuf::Reflection* reflection = parent_message->GetReflection();
547 const google::protobuf::Reflection* reflection = message->GetReflection();
867 message->GetReflection()->HasField(*message, field_descriptor);
884 return message->GetReflection()->GetOneofFieldDescriptor(
923 message->GetReflection()->HasField(*message, field_descriptor);
929 message->GetReflection()->GetUnknownFields(*message);
    [all...]
repeated_scalar_container.cc 69 self->message->GetReflection()->ClearField(self->message,
82 return message->GetReflection()->FieldSize(*message,
99 const google::protobuf::Reflection* reflection = message->GetReflection();
197 const google::protobuf::Reflection* reflection = message->GetReflection();
256 message->GetReflection()->GetRepeatedEnum(
369 const google::protobuf::Reflection* reflection = message->GetReflection();
464 const google::protobuf::Reflection* reflection = message->GetReflection();
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 56 const Reflection* reflection = message.GetReflection();
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.cc 57 const Reflection* reflection = message.GetReflection();
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 70 const Reflection* reflection = message.GetReflection();
  /external/protobuf/src/google/protobuf/compiler/
parser.cc     [all...]
parser_unittest.cc     [all...]

Completed in 841 milliseconds