Home
last modified time | relevance | path

Searched refs:wrapped_field (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/
Dcsharp_wrapper_field.cc55 const FieldDescriptor* wrapped_field = descriptor->message_type()->field(0); in WrapperFieldGenerator() local
56 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()
Dcsharp_field_base.cc163 const FieldDescriptor* wrapped_field = in type_name() local
165 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() local
317 return default_value(wrapped_field); in default_value()