Home
last modified time | relevance | path

Searched defs:FieldNumber (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs205 public int FieldNumber => Proto.Number; field in Google.Protobuf.Reflection.FieldDescriptor
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_unittest.cc820 TEST_F(DescriptorTest, FieldNumber) { in TEST_F() argument