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.cc2313 nested_b_ = in ReflectionTester()
2354 EXPECT_TRUE(nested_b_ != NULL); in ReflectionTester()
2407 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 118); in SetAllFieldsViaReflection()
2424 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 127); in SetAllFieldsViaReflection()
2447 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 218); in SetAllFieldsViaReflection()
2453 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 227); in SetAllFieldsViaReflection()
2482 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 318); in SetAllFieldsViaReflection()
2488 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 327); in SetAllFieldsViaReflection()
2524 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 602); in SetAllFieldsViaReflection()
2663 EXPECT_TRUE(sub_message->GetReflection()->HasField(*sub_message, nested_b_)); in ExpectAllFieldsSetViaReflection1()
[all …]
Dtest_util.h184 const FieldDescriptor* nested_b_; variable