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()
163 const FieldDescriptor* wrapped_field = in type_name() local165 string wrapped_field_type_name = type_name(wrapped_field); in type_name()168 if (wrapped_field->type() == FieldDescriptor::TYPE_STRING || in type_name()169 wrapped_field->type() == FieldDescriptor::TYPE_BYTES) { in type_name()316 const FieldDescriptor* wrapped_field = descriptor->message_type()->field(0); in default_value() local317 return default_value(wrapped_field); in default_value()