Home
last modified time | relevance | path

Searched refs:GetFieldOrdinal (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/
Dcsharp_message.h66 int GetFieldOrdinal(const FieldDescriptor* descriptor);
Dcsharp_message.cc510 int MessageGenerator::GetFieldOrdinal(const FieldDescriptor* descriptor) { in GetFieldOrdinal() function in google::protobuf::compiler::csharp::MessageGenerator
522 return CreateFieldGenerator(descriptor, GetFieldOrdinal(descriptor), this->options()); in CreateFieldGeneratorInternal()