Searched refs:nested_baz_ (Results 1 – 1 of 1) sorted by relevance
109 const EnumValueDescriptor* nested_baz_; variable142 nested_baz_ = pool->FindEnumValueByName(package + ".TestAllTypes.BAZ"); in ReflectionTester()168 EXPECT_TRUE(nested_baz_ != nullptr); in ReflectionTester()226 reflection->SetEnum(message, F("optional_nested_enum"), nested_baz_); in SetAllFieldsViaReflection()304 reflection->AddEnum(message, F("repeated_nested_enum"), nested_baz_); in SetAllFieldsViaReflection()533 EXPECT_EQ(nested_baz_, in ExpectAllFieldsSetViaReflection1()722 EXPECT_EQ(nested_baz_, in ExpectAllFieldsSetViaReflection2()