Home
last modified time | relevance | path

Searched refs:cCombo (Results 1 – 14 of 14) sorted by relevance

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/includes/gen-py3/matching_struct_names/
H A Dtypes.pxd74 cdef cppclass cCombo "::cpp2::Combo":
75 cCombo() except +
76 cCombo(const cCombo&) except +
77 bint operator==(cCombo&)
78 bint operator!=(cCombo&)
79 bint operator<(cCombo&)
80 bint operator>(cCombo&)
81 bint operator<=(cCombo&)
82 bint operator>=(cCombo&)
102 cdef shared_ptr[cCombo] _cpp_obj
[all …]
H A Dtypes_fields.pyx52 cdef __Combo_FieldsSetter _fbthrift_create(_matching_struct_names_types.cCombo* struct_cpp_obj):
71 __reset_field[_matching_struct_names_types.cCombo](deref(self._struct_cpp_obj), 0)
78 __reset_field[_matching_struct_names_types.cCombo](deref(self._struct_cpp_obj), 1)
85 __reset_field[_matching_struct_names_types.cCombo](deref(self._struct_cpp_obj), 2)
92 __reset_field[_matching_struct_names_types.cCombo](deref(self._struct_cpp_obj), 3)
H A Dtypes.pyx164 self._cpp_obj = make_shared[cCombo]()
172 __fbthrift_inst._cpp_obj = make_shared[cCombo](deref(self._cpp_obj))
190 cdef _fbthrift_create(shared_ptr[cCombo] cpp_obj):
247 cdef shared_ptr[cCombo] cpp_obj = make_shared[cCombo](
254 return __richcmp[cCombo](
267 StructMetadata[cCombo].gen(meta)
275 return __get_field_name_by_index[cCombo](idx)
283 data = cmove(serializer.cserialize[cCombo](self._cpp_obj.get(), proto))
288 self._cpp_obj = make_shared[cCombo]()
290 needed = serializer.cdeserialize[cCombo](buf, self._cpp_obj.get(), proto)
H A Dtypes_reflection.pyx54 constant_shared_ptr[_matching_struct_names_types.cCombo](
55 default_inst[_matching_struct_names_types.cCombo]()
H A Dtypes_fields.pxd61 cdef _matching_struct_names_types.cCombo* _struct_cpp_obj
65 cdef __Combo_FieldsSetter _fbthrift_create(_matching_struct_names_types.cCombo* struct_cpp_obj)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/swt/
H A DWidgetItemsProperty.java30 private IListProperty<S, String> cCombo; field in WidgetItemsProperty
45 if (cCombo == null) in doGetDelegate()
46 cCombo = (IListProperty<S, String>) new CComboItemsProperty(); in doGetDelegate()
47 return cCombo; in doGetDelegate()
H A DWidgetSingleSelectionIndexProperty.java32 private IValueProperty<S, Integer> cCombo; field in WidgetSingleSelectionIndexProperty
48 if (cCombo == null) in doGetDelegate()
49 cCombo = (IValueProperty<S, Integer>) new CComboSingleSelectionIndexProperty(); in doGetDelegate()
50 return cCombo; in doGetDelegate()
H A DWidgetSelectionProperty.java39 private IValueProperty<S, T> cCombo; field in WidgetSelectionProperty
57 if (cCombo == null) in doGetDelegate()
58 cCombo = (IValueProperty<S, T>) new CComboSelectionProperty(); in doGetDelegate()
59 return cCombo; in doGetDelegate()
H A DWidgetTextProperty.java40 private IValueProperty<S, String> cCombo; field in WidgetTextProperty
67 if (cCombo == null) in doGetDelegate()
68 cCombo = (IValueProperty<S, String>) new CComboTextProperty(); in doGetDelegate()
69 return cCombo; in doGetDelegate()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/viewers/
H A DCComboViewerTest.java32 CCombo cCombo = new CCombo(parent, SWT.READ_ONLY | SWT.BORDER); in createViewer() local
33 ComboViewer viewer = new ComboViewer(cCombo); in createViewer()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/swt/
H A DSWTObservablesTest.java472 CCombo cCombo = new CCombo(shell, SWT.NONE); in testObserveSingleSelectionIndexOfCCombo_DeselectAll() local
473 cCombo.add("item"); in testObserveSingleSelectionIndexOfCCombo_DeselectAll()
474 cCombo.select(0); in testObserveSingleSelectionIndexOfCCombo_DeselectAll()
476 IObservableValue<Integer> value = WidgetProperties.singleSelectionIndex().observe(cCombo); in testObserveSingleSelectionIndexOfCCombo_DeselectAll()
477 assertEquals(0, cCombo.getSelectionIndex()); in testObserveSingleSelectionIndexOfCCombo_DeselectAll()
479 assertEquals(-1, cCombo.getSelectionIndex()); in testObserveSingleSelectionIndexOfCCombo_DeselectAll()
485 CCombo cCombo = new CCombo(shell, SWT.NONE); in testObserveSingleSelectionIndexOfCCombo_SetValueNull() local
486 cCombo.add("item"); in testObserveSingleSelectionIndexOfCCombo_SetValueNull()
487 cCombo.select(0); in testObserveSingleSelectionIndexOfCCombo_SetValueNull()
490 assertEquals(0, cCombo.getSelectionIndex()); in testObserveSingleSelectionIndexOfCCombo_SetValueNull()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/accessibility/
H A DControlsWithLabelsExample.java65 static CCombo cCombo; field in ControlsWithLabelsExample
131 cCombo = new CCombo(shell, SWT.BORDER); in main()
133 cCombo.add("item" + i); in main()
135 cCombo.select(0); in main()
H A DControlsWithAccessibleNamesExample.java86 static CCombo cCombo, overrideCCombo; field in ControlsWithAccessibleNamesExample
512 cCombo = new CCombo(shell, SWT.BORDER); in main()
514 cCombo.add("item" + i); in main()
516 cCombo.setText("CCombo"); in main()
517 cCombo.setToolTipText("CCombo ToolTip"); in main()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/Magick/
H A DReadPSD.cpp112 std::string cString, cCombo; in _setupChoice() local
117 visible->getOption(cID, cCombo); in _setupChoice()
119 if (cCombo != cString) { in _setupChoice()
133 if (!cCombo.empty()) in _setupChoice()
134 hidden->setValue(cCombo); in _setupChoice()