Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.h86 std::string GetFieldConstantName(const FieldDescriptor* field);
Dcsharp_helpers.cc377 std::string GetFieldConstantName(const FieldDescriptor* field) { in GetFieldConstantName() function
Dcsharp_message.cc218 "field_constant_name", GetFieldConstantName(fieldDescriptor), in Generate()