Home
last modified time | relevance | path

Searched defs:GetOptions (Results 1 - 12 of 12) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DEnumValueDescriptor.cs85 public EnumValueOptions GetOptions() => Proto.Options?.Clone(); in GetOptions() method in Google.Protobuf.Reflection.EnumValueDescriptor
H A DServiceDescriptor.cs106 public ServiceOptions GetOptions() => Proto.Options?.Clone(); in GetOptions() method in Google.Protobuf.Reflection.ServiceDescriptor
H A DEnumDescriptor.cs140 public EnumOptions GetOptions() => Proto.Options?.Clone(); in GetOptions() method in Google.Protobuf.Reflection.EnumDescriptor
H A DOneofDescriptor.cs129 public OneofOptions GetOptions() => proto.Options?.Clone(); in GetOptions() method in Google.Protobuf.Reflection.OneofDescriptor
H A DMethodDescriptor.cs85 public MethodOptions GetOptions() => Proto.Options?.Clone(); in GetOptions() method in Google.Protobuf.Reflection.MethodDescriptor
H A DFileDescriptor.cs559 public FileOptions GetOptions() => Proto.Options?.Clone(); in GetOptions() method in Google.Protobuf.Reflection.FileDescriptor
H A DFieldDescriptor.cs331 public FieldOptions GetOptions() => Proto.Options?.Clone(); in GetOptions() method in Google.Protobuf.Reflection.FieldDescriptor
H A DMessageDescriptor.cs299 public MessageOptions GetOptions() => Proto.Options?.Clone(); in GetOptions() method in Google.Protobuf.Reflection.MessageDescriptor
/third_party/node/deps/v8/tools/
H A Drun-clang-tidy.py292 def GetOptions(): function
H A Dv8_presubmit.py760 def GetOptions(): function
/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py158 def GetOptions(self): member in DescriptorBase
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc600 static PyObject* GetOptions(PyBaseDescriptor *self) { in GetOptions() function
949 static PyObject* GetOptions(PyBaseDescriptor *self) { in GetOptions() function
1113 static PyObject* GetOptions(PyBaseDescriptor *self) { in GetOptions() function
1244 static PyObject* GetOptions(PyBaseDescriptor *self) { GetOptions() function
1401 static PyObject* GetOptions(PyFileDescriptor *self) { GetOptions() function
1578 static PyObject* GetOptions(PyBaseDescriptor *self) { GetOptions() function
1702 static PyObject* GetOptions(PyBaseDescriptor *self) { GetOptions() function
1816 static PyObject* GetOptions(PyBaseDescriptor *self) { GetOptions() function
[all...]

Completed in 11 milliseconds