Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dtest_util.cc2312 nested_b_ = in ReflectionTester()
2353 EXPECT_TRUE(nested_b_ != NULL); in ReflectionTester()
2406 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 118); in SetAllFieldsViaReflection()
2423 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 127); in SetAllFieldsViaReflection()
2446 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 218); in SetAllFieldsViaReflection()
2452 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 227); in SetAllFieldsViaReflection()
2481 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 318); in SetAllFieldsViaReflection()
2487 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 327); in SetAllFieldsViaReflection()
2523 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 602); in SetAllFieldsViaReflection()
2662 EXPECT_TRUE(sub_message->GetReflection()->HasField(*sub_message, nested_b_)); in ExpectAllFieldsSetViaReflection1()
[all …]
Dtest_util.h184 const FieldDescriptor* nested_b_; variable