Home
last modified time | relevance | path

Searched refs:GetOptions (Results 1 – 25 of 45) sorted by relevance

12

/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs78 var fileOptions = UnittestProto3Reflection.Descriptor.GetOptions(); in BuiltinOptionsCanBeRetrieved()
86 Assert.IsNull(TestAllTypes.Descriptor.GetOptions()); in OptionPresenceCanBeDetected()
90 Assert.IsFalse(UnittestProto3Reflection.Descriptor.GetOptions().HasExtension(FileOpt1)); in OptionPresenceCanBeDetected()
91 … Assert.AreEqual(0, UnittestProto3Reflection.Descriptor.GetOptions().GetExtension(FileOpt1)); in OptionPresenceCanBeDetected()
94 …Assert.IsTrue(UnittestCustomOptionsProto3Reflection.Descriptor.GetOptions().HasExtension(FileOpt1)… in OptionPresenceCanBeDetected()
95 …reEqual(9876543210UL, UnittestCustomOptionsProto3Reflection.Descriptor.GetOptions().GetExtension(F… in OptionPresenceCanBeDetected()
103 … AssertOption(-100, customOptions.TryGetInt32, Int32Opt, d.GetOption, d.GetOptions().GetExtension); in ScalarOptions()
104 …Option(12.3456789f, customOptions.TryGetFloat, FloatOpt, d.GetOption, d.GetOptions().GetExtension); in ScalarOptions()
105 …567890123456789d, customOptions.TryGetDouble, DoubleOpt, d.GetOption, d.GetOptions().GetExtension); in ScalarOptions()
106 …ello, \"World\"", customOptions.TryGetString, StringOpt, d.GetOption, d.GetOptions().GetExtension); in ScalarOptions()
[all …]
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Ddescriptor_test.py125 self.assertEqual(self.my_enum.GetOptions(),
127 self.assertEqual(self.my_enum.values[0].GetOptions(),
129 self.assertEqual(self.my_message.GetOptions(),
131 self.assertEqual(self.my_message.fields[0].GetOptions(),
133 self.assertEqual(self.my_method.GetOptions(),
135 self.assertEqual(self.my_service.GetOptions(),
150 file_options = file_descriptor.GetOptions()
153 message_options = message_descriptor.GetOptions()
156 field_options = field_descriptor.GetOptions()
161 enum_options = enum_descriptor.GetOptions()
[all …]
Dgenerator_test.py145 self.assertTrue(proto.DESCRIPTOR.GetOptions().message_set_wire_format)
149 enum_options = proto.DESCRIPTOR.enum_types_by_name['AnEnum'].GetOptions()
/third_party/protobuf/python/google/protobuf/internal/
Ddescriptor_test.py132 self.assertEqual(self.my_enum.GetOptions(),
134 self.assertEqual(self.my_enum.values[0].GetOptions(),
136 self.assertEqual(self.my_message.GetOptions(),
138 self.assertEqual(self.my_message.fields[0].GetOptions(),
140 self.assertEqual(self.my_method.GetOptions(),
142 self.assertEqual(self.my_service.GetOptions(),
160 file_options = file_descriptor.GetOptions()
163 message_options = message_descriptor.GetOptions()
166 field_options = field_descriptor.GetOptions()
171 oneof_options = oneof_descriptor.GetOptions()
[all …]
Dpython_message.py190 descriptor.GetOptions().message_set_wire_format):
271 field.containing_type.GetOptions().message_set_wire_format and
279 field.message_type.GetOptions().map_entry)
303 field_descriptor.GetOptions().packed)
306 field_descriptor.GetOptions().HasField('packed') and
307 field_descriptor.GetOptions().packed == False)
1070 if descriptor.GetOptions().map_entry:
1118 if descriptor.GetOptions().map_entry:
1251 field.message_type.GetOptions().map_entry):
Dgenerator_test.py151 self.assertTrue(proto.DESCRIPTOR.GetOptions().message_set_wire_format)
155 enum_options = proto.DESCRIPTOR.enum_types_by_name['AnEnum'].GetOptions()
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc600 static PyObject* GetOptions(PyBaseDescriptor *self) { in GetOptions() function
680 { "GetOptions", (PyCFunction)GetOptions, METH_NOARGS, },
949 static PyObject* GetOptions(PyBaseDescriptor *self) { in GetOptions() function
997 { "GetOptions", (PyCFunction)GetOptions, METH_NOARGS, },
1113 static PyObject* GetOptions(PyBaseDescriptor *self) { in GetOptions() function
1132 { "GetOptions", (PyCFunction)GetOptions, METH_NOARGS, },
1244 static PyObject* GetOptions(PyBaseDescriptor *self) { in GetOptions() function
1272 { "GetOptions", (PyCFunction)GetOptions, METH_NOARGS, },
1401 static PyObject* GetOptions(PyFileDescriptor *self) { in GetOptions() function
1447 { "GetOptions", (PyCFunction)GetOptions, METH_NOARGS, },
[all …]
/third_party/ffmpeg/tools/
Dmake_chlayout_test65 GetOptions (
Dplotframes91 GetOptions (
Ddvd2concat51 GetOptions (
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_window.c104 SDL_DFB_CHECK(windata->dfbwin->GetOptions(windata->dfbwin, &wopts)); in DirectFB_CreateWindow()
343 SDL_DFB_CHECK(windata->dfbwin->GetOptions(windata->dfbwin, &wopts)); in DirectFB_MaximizeWindow()
363 SDL_DFB_CHECK(windata->dfbwin->GetOptions(windata->dfbwin, &wopts)); in DirectFB_RestoreWindow()
510 SDL_DFB_CHECKERR(windata->dfbwin->GetOptions(windata->dfbwin, &opts)); in DirectFB_AdjustWindowSurface()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DEnumValueDescriptor.cs85 public EnumValueOptions GetOptions() => Proto.Options?.Clone(); in GetOptions() method in Google.Protobuf.Reflection.EnumValueDescriptor
DServiceDescriptor.cs106 public ServiceOptions GetOptions() => Proto.Options?.Clone(); in GetOptions() method in Google.Protobuf.Reflection.ServiceDescriptor
DMethodDescriptor.cs85 public MethodOptions GetOptions() => Proto.Options?.Clone(); in GetOptions() method in Google.Protobuf.Reflection.MethodDescriptor
DEnumDescriptor.cs140 public EnumOptions GetOptions() => Proto.Options?.Clone(); in GetOptions() method in Google.Protobuf.Reflection.EnumDescriptor
DOneofDescriptor.cs129 public OneofOptions GetOptions() => proto.Options?.Clone(); in GetOptions() method in Google.Protobuf.Reflection.OneofDescriptor
DMessageDescriptor.cs299 public MessageOptions GetOptions() => Proto.Options?.Clone(); in GetOptions() method in Google.Protobuf.Reflection.MessageDescriptor
/third_party/mbedtls/tests/scripts/
Drun-test-suites.pl48 GetOptions(
/third_party/curl/scripts/
Dcompletion.pl32 Getopt::Long::GetOptions(
/third_party/grpc/third_party/upb/benchmarks/
Dbenchmark.cc181 Proto2Factory() : arena_(GetOptions()) {} in Proto2Factory()
185 protobuf::ArenaOptions GetOptions() { in GetOptions() function
/third_party/gettext/gettext-runtime/man/
Dhelp2man145 die $help_info unless GetOptions %opt_def and @ARGV == 1;
248 GetOptions %opt_def;
/third_party/gettext/gettext-tools/man/
Dhelp2man145 die $help_info unless GetOptions %opt_def and @ARGV == 1;
248 GetOptions %opt_def;
/third_party/node/src/
Dnode_options.h274 void GetOptions(const v8::FunctionCallbackInfo<v8::Value>& args);
462 friend void GetOptions(const v8::FunctionCallbackInfo<v8::Value>& args);
/third_party/openssl/util/
Dprocess_docs.pl31 GetOptions(\%options,
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DgenIndexFilters.bat45 #GetOptions('dir=s' => \$DIR,

12