Home
last modified time | relevance | path

Searched refs:raw_field_name (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_field.cc54 string raw_field_name; in SetCommonFieldVariables() local
56 raw_field_name = descriptor->message_type()->name(); in SetCommonFieldVariables()
58 raw_field_name = descriptor->name(); in SetCommonFieldVariables()
63 const bool needs_custom_name = (raw_field_name != un_camel_case_name); in SetCommonFieldVariables()
76 (*variables)["raw_field_name"] = raw_field_name; in SetCommonFieldVariables()
Dobjectivec_field.h94 string raw_field_name() const { return variable("raw_field_name"); } in raw_field_name() function
Dobjectivec_message.cc496 field_generator.raw_field_name()); in GenerateSource()