HomeSort by relevance Sort by last modified time
    Searched refs:EnumValueName (Results 1 - 9 of 9) sorted by null

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum.cc 94 vars["name"] = EnumValueName(descriptor_->value(i));
127 vars["min_name"] = EnumValueName(min_value);
128 vars["max_name"] = EnumValueName(max_value);
190 vars["tag"] = EnumValueName(descriptor_->value(j));
300 vars["value"] = EnumValueName(descriptor_->value(i));
cpp_helpers.h 90 string EnumValueName(const EnumValueDescriptor* enum_value);
cpp_helpers.cc 198 string EnumValueName(const EnumValueDescriptor* enum_value) {
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_enum.cc 104 "name", EnumValueName(all_values_[i]),
164 printer->Print(" $name$,\n", "name", EnumValueName(all_values_[i]));
206 "name", EnumValueName(base_values_[i]));
objectivec_helpers.h 86 string EnumValueName(const EnumValueDescriptor* descriptor);
objectivec_helpers.cc 375 string EnumValueName(const EnumValueDescriptor* descriptor) {
391 // Enum value names (EnumValueName above) are the enum name turned into
405 const string& long_name = EnumValueName(descriptor);
743 return EnumValueName(field->default_value_enum());
    [all...]
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 106 self.assertEqual(self.my_message.EnumValueName('ForeignEnum', 4),
112 self.my_message.EnumValueName('ForeignEnum', 4))
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 560 static PyObject* EnumValueName(PyBaseDescriptor *self, PyObject *args) {
622 { "EnumValueName", (PyCFunction)EnumValueName, METH_VARARGS, },
    [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 328 def EnumValueName(self, enum, value):
    [all...]

Completed in 618 milliseconds