Home
last modified time | relevance | path

Searched refs:raw_field_name (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-struct.cc49 Handle<Object> raw_field_name; in BUILTIN() local
51 isolate, raw_field_name, in BUILTIN()
55 Object::ToName(isolate, raw_field_name)); in BUILTIN()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_field.cc53 string raw_field_name; in SetCommonFieldVariables() local
55 raw_field_name = descriptor->message_type()->name(); in SetCommonFieldVariables()
57 raw_field_name = descriptor->name(); in SetCommonFieldVariables()
62 const bool needs_custom_name = (raw_field_name != un_camel_case_name); in SetCommonFieldVariables()
75 (*variables)["raw_field_name"] = raw_field_name; in SetCommonFieldVariables()
H A Dobjectivec_field.h93 string raw_field_name() const { return variable("raw_field_name"); } in raw_field_name() function in google::protobuf::compiler::objectivec::FieldGenerator
H A Dobjectivec_message.cc496 field_generator.raw_field_name()); in GenerateSource()

Completed in 3 milliseconds