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

  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 174 const char* full_field_name = PyString_AsString(name); local
175 if (full_field_name == NULL) {
181 field_descriptor = self->pool->FindFieldByName(full_field_name);
185 full_field_name);
193 const char* full_field_name = PyString_AsString(arg); local
194 if (full_field_name == NULL) {
199 self->pool->FindExtensionByName(full_field_name);
202 full_field_name);
message.cc     [all...]
  /external/protobuf/python/google/protobuf/internal/
cpp_message.py 58 def GetFieldDescriptor(full_field_name):
60 return _pool.FindFieldByName(full_field_name)

Completed in 62 milliseconds