Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DExtension.cs57 public int FieldNumber { get; } property in Google.Protobuf.Extension
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs256 public int FieldNumber => Proto.Number; field in Google.Protobuf.Reflection.FieldDescriptor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp310 void setFieldIndex(unsigned FieldNumber) { in setFieldIndex()
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc963 TEST_F(DescriptorTest, FieldNumber) { in TEST_F() argument