HomeSort by relevance Sort by last modified time
    Searched refs:GetReflection (Results 1 - 16 of 16) 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();
282 unittest::TestAllExtensions::default_instance().GetReflection();
301 EXPECT_TRUE(unittest::TestAllTypes::default_instance().GetReflection()->
307 unittest::TestAllExtensions::default_instance().GetReflection();
    [all...]
reflection_ops.cc 57 const Reflection* from_reflection = from.GetReflection();
58 const Reflection* to_reflection = to->GetReflection();
124 const Reflection* reflection = message->GetReflection();
137 const Reflection* reflection = message.GetReflection();
175 const Reflection* reflection = message->GetReflection();
222 const Reflection* reflection = message.GetReflection();
test_util.cc 81 message->GetReflection()->SetString(
85 message->GetReflection()->SetString(
119 message->GetReflection()->AddString(
123 message->GetReflection()->AddString(
156 message->GetReflection()->AddString(
160 message->GetReflection()->AddString(
189 message->GetReflection()->SetString(
193 message->GetReflection()->SetString(
229 message->GetReflection()->SetRepeatedString(
233 message->GetReflection()->SetRepeatedString
    [all...]
wire_format.cc 371 const Reflection* message_reflection = message->GetReflection();
425 const Reflection* message_reflection = message->GetReflection();
629 const Reflection* message_reflection = message->GetReflection();
714 const Reflection* message_reflection = message.GetReflection();
741 const Reflection* message_reflection = message.GetReflection();
859 const Reflection* message_reflection = message.GetReflection();
    [all...]
text_format.cc 158 suc = ConsumeFieldMessage(output, output->GetReflection(), field);
160 suc = ConsumeFieldValue(output, output->GetReflection(), field);
234 const Reflection* reflection = message->GetReflection();
900 const Reflection* reflection = message.GetReflection();
921 PrintFieldValue(message, message.GetReflection(), field, index, generator);
    [all...]
message.cc 157 return GetReflection()->SpaceUsed(*this);
extension_set_unittest.cc 616 message.GetReflection()->GetMessage(message, message_extension);
631 parent.GetReflection()->GetMessage(parent, dynamic_message_extension,
message.h 99 // const Reflection* reflection = foo->GetReflection();
323 virtual const Reflection* GetReflection() const {
330 // GetReflection() wrappers.
342 // To get the Reflection for a given Message, call Message::GetReflection().
365 // this Reflection object (i.e. message.GetReflection() != reflection).
    [all...]
descriptor.cc 847 // GetReflection() on the generated types, which requires returning the
    [all...]
generated_message_reflection.cc 318 GOOGLE_CHECK_EQ(message1->GetReflection(), this)
325 GOOGLE_CHECK_EQ(message2->GetReflection(), this)
    [all...]
text_format_unittest.cc     [all...]
descriptor_unittest.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 54 const Reflection* reflection = message.GetReflection();
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 241 const Reflection* reflection = instance.GetReflection();
311 const Reflection* reflection = instance->GetReflection();
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 56 const Reflection* reflection = message.GetReflection();
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 674 options->GetReflection()->AddMessage(options,
    [all...]

Completed in 717 milliseconds