Searched refs:wrapped_field (Results 1 – 2 of 2) sorted by relevance
217 const FieldDescriptor* wrapped_field = in type_name() local219 string wrapped_field_type_name = type_name(wrapped_field); in type_name()222 if (wrapped_field->type() == FieldDescriptor::TYPE_STRING || in type_name()223 wrapped_field->type() == FieldDescriptor::TYPE_BYTES) { in type_name()345 const FieldDescriptor* wrapped_field = descriptor->message_type()->field(0); in default_value() local346 return default_value(wrapped_field); in default_value()
54 const FieldDescriptor* wrapped_field = descriptor->message_type()->field(0); in WrapperFieldGenerator() local55 is_value_type = wrapped_field->type() != FieldDescriptor::TYPE_STRING && in WrapperFieldGenerator()56 wrapped_field->type() != FieldDescriptor::TYPE_BYTES; in WrapperFieldGenerator()58 variables_["nonnullable_type_name"] = type_name(wrapped_field); in WrapperFieldGenerator()