Home
last modified time | relevance | path

Searched refs:nested_reflection (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection_unittest.cc629 const Reflection* nested_reflection = in TEST() local
638 nested_reflection->SetInt32(nested, nested_bb, 11); in TEST()
647 const Reflection* nested_reflection = in TEST() local
658 EXPECT_EQ(12, nested_reflection->GetInt32(*nested, nested_bb)); in TEST()
659 nested_reflection->SetInt32(nested, nested_bb, 13); in TEST()