HomeSort by relevance Sort by last modified time
    Searched defs:FindFieldByNumber (Results 1 - 6 of 6) sorted by null

  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorPool.cs 209 internal FieldDescriptor FindFieldByNumber(MessageDescriptor messageDescriptor, int number)
MessageDescriptor.cs 208 public FieldDescriptor FindFieldByNumber(int number) => File.DescriptorPool.FindFieldByNumber(this, number);
287 var fieldDescriptor = messageDescriptor.FindFieldByNumber(number);
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource.cc 77 const google::protobuf::Field* FindFieldByNumber(
155 const google::protobuf::Field* field = FindFieldByNumber(type, tag >> 3);
278 FindFieldByNumber(*field_type, 1);
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 584 inline const FieldDescriptor* FindFieldByNumber(
822 inline const FieldDescriptor* FileDescriptorTables::FindFieldByNumber(
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h     [all...]

Completed in 1001 milliseconds