Searched refs:wrapped_field (Results 1 – 2 of 2) sorted by relevance
55 const FieldDescriptor* wrapped_field = descriptor->message_type()->field(0); in WrapperFieldGenerator() local56 is_value_type = wrapped_field->type() != FieldDescriptor::TYPE_STRING && in WrapperFieldGenerator()57 wrapped_field->type() != FieldDescriptor::TYPE_BYTES; in WrapperFieldGenerator()59 variables_["nonnullable_type_name"] = type_name(wrapped_field); in WrapperFieldGenerator()
162 const FieldDescriptor* wrapped_field = in type_name() local164 string wrapped_field_type_name = type_name(wrapped_field); in type_name()167 if (wrapped_field->type() == FieldDescriptor::TYPE_STRING || in type_name()168 wrapped_field->type() == FieldDescriptor::TYPE_BYTES) { in type_name()315 const FieldDescriptor* wrapped_field = descriptor->message_type()->field(0); in default_value() local316 return default_value(wrapped_field); in default_value()