Home
last modified time | relevance | path

Searched refs:storedWidth (Results 1 – 16 of 16) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/
H A DPlaceholderContributionItem.java58 private final int storedWidth; field in PlaceholderContributionItem
70 storedWidth = item.getCurrentWidth(); in PlaceholderContributionItem()
123 return storedWidth; in getWidth()
/dports/cad/verilator/verilator-4.216/src/
H A DV3CCtors.cpp144 const int storedWidth = basicp->widthAlignBytes() * 8; in evalAsserts() local
145 const int lastWordWidth = varp->width() % storedWidth; in evalAsserts()
157 const uint64_t value = VL_MASK_Q(storedWidth) & ~VL_MASK_Q(lastWordWidth); in evalAsserts()
160 storedWidth, value)}; in evalAsserts()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/ts/flexbuffers/
H A Dstack-value.ts50 storedWidth(width = BitWidth.WIDTH8): BitWidth { method in StackValue
55 return packedType(this.type, this.storedWidth(width));
/dports/devel/flatbuffers/flatbuffers-2.0.0/ts/flexbuffers/
H A Dstack-value.ts50 storedWidth(width = BitWidth.WIDTH8): BitWidth { method in StackValue
55 return packedType(this.type, this.storedWidth(width));
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/
H A Dnavigationwidget.h69 int storedWidth() const;
106 int storedWidth();
H A Drightpane.cpp106 int width = RightPaneWidget::instance()->storedWidth(); in currentModeChanged()
162 int RightPaneWidget::storedWidth() const in storedWidth() function in RightPaneWidget
H A Dnavigationwidget.cpp100 int width = ph->storedWidth(); in applyStoredSize()
114 s.setWidth(storedWidth()); in applyStoredSize()
149 int NavigationWidgetPlaceHolder::storedWidth() const in storedWidth() function in Core::NavigationWidgetPlaceHolder
151 return NavigationWidget::instance(m_side)->storedWidth(); in storedWidth()
280 int NavigationWidget::storedWidth() in storedWidth() function in Core::NavigationWidget
H A Drightpane.h83 int storedWidth() const;
/dports/devel/flatbuffers/flatbuffers-2.0.0/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DFlexBuffersInternals.kt127 …inline fun storedPackedType(parentBitWidth: BitWidth = W_8): Byte = packedType(storedWidth(parentB… in isTypedVector()
131 private inline fun storedWidth(parentBitWidth: BitWidth): BitWidth = in isTypedVector() method in com.google.flatbuffers.kotlin.Value
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DFlexBuffersInternals.kt127 …inline fun storedPackedType(parentBitWidth: BitWidth = W_8): Byte = packedType(storedWidth(parentB… in isTypedVector()
131 private inline fun storedWidth(parentBitWidth: BitWidth): BitWidth = in isTypedVector() method in com.google.flatbuffers.kotlin.Value
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/java/com/google/flatbuffers/
H A DFlexBuffersBuilder.java729 return packedType(storedWidth(parentBitWidth), type); in storedPackedType()
736 private int storedWidth(int parentBitWidth) { in storedWidth() method in FlexBuffersBuilder.Value
/dports/devel/flatbuffers/flatbuffers-2.0.0/java/com/google/flatbuffers/
H A DFlexBuffersBuilder.java729 return packedType(storedWidth(parentBitWidth), type); in storedPackedType()
736 private int storedWidth(int parentBitWidth) { in storedWidth() method in FlexBuffersBuilder.Value
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flatbuffers/src/java/com/google/flatbuffers/
H A DFlexBuffersBuilder.java710 return packedType(storedWidth(parentBitWidth), type); in storedPackedType()
717 private int storedWidth(int parentBitWidth) { in storedWidth() method in FlexBuffersBuilder.Value
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/java/com/google/flatbuffers/
H A DFlexBuffersBuilder.java718 return packedType(storedWidth(parentBitWidth), type); in storedPackedType()
725 private int storedWidth(int parentBitWidth) { in storedWidth() method in FlexBuffersBuilder.Value
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/dart/lib/src/
H A Dbuilder.dart548 BitWidth storedWidth({BitWidth width = BitWidth.width8}) {
553 return ValueTypeUtils.packedType(_type, storedWidth(width: width));
/dports/devel/flatbuffers/flatbuffers-2.0.0/dart/lib/src/
H A Dbuilder.dart548 BitWidth storedWidth({BitWidth width = BitWidth.width8}) {
553 return ValueTypeUtils.packedType(_type, storedWidth(width: width));