Searched refs:nested_b_ (Results 1 – 1 of 1) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
D | test_util.h | 102 const FieldDescriptor* nested_b_; variable 136 nested_b_ = pool->FindFieldByName(package + ".TestAllTypes.NestedMessage.bb"); in ReflectionTester() 162 EXPECT_TRUE(nested_b_ != nullptr); in ReflectionTester() 218 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 118); in SetAllFieldsViaReflection() 238 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 127); in SetAllFieldsViaReflection() 261 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 218); in SetAllFieldsViaReflection() 267 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 227); in SetAllFieldsViaReflection() 296 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 318); in SetAllFieldsViaReflection() 302 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 327); in SetAllFieldsViaReflection() 338 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 602); in SetAllFieldsViaReflection() [all …]
|