Home
last modified time | relevance | path

Searched refs:boolType (Results 1 – 25 of 1725) sorted by relevance

12345678910>>...69

/dports/lang/seed7/seed7/src/
H A Dsigutl.c153 static boolType signalDecision (int signalNum, boolType inHandler) in signalDecision()
157 boolType sigintReceived; in signalDecision()
161 boolType resume = FALSE; in signalDecision()
322 void setupSignalHandlers (boolType handleSignals, in setupSignalHandlers()
323 boolType traceSignals, boolType overflowSigError, in setupSignalHandlers()
330 boolType okay = TRUE; in setupSignalHandlers()
392 boolType traceSignals, boolType overflowSigError, in setupSignalHandlers()
399 boolType okay = TRUE; in setupSignalHandlers()
453 boolType traceSignals, boolType overflowSigError, in setupSignalHandlers()
514 boolType callSignalHandler (int signalNum)
[all …]
H A Dtraceutl.h29 boolType actions;
30 boolType check_actions;
31 boolType dynamic;
32 boolType exceptions;
33 boolType heapsize;
34 boolType match;
35 boolType executil;
36 boolType signals;
H A Ddoany.c131 boolType do_flush (objectType outfile) in do_flush()
136 boolType result; in do_flush()
145 result = (boolType) (exec1(flush_expr) == SYS_EMPTY_OBJECT); in do_flush()
154 boolType do_wrnl (objectType outfile) in do_wrnl()
159 boolType result; in do_wrnl()
168 result = (boolType) (exec1(wrnl_expr) == SYS_EMPTY_OBJECT); in do_wrnl()
177 boolType do_wrstri (objectType outfile, striType stri) in do_wrstri()
183 boolType result; in do_wrstri()
195 result = (boolType) (exec1(wrstri_expr) == SYS_EMPTY_OBJECT); in do_wrstri()
207 boolType do_wrcstri (objectType outfile, const_cstriType stri) in do_wrcstri()
[all …]
H A Dsigutl.h34 void setupSignalHandlers (boolType handleSignals,
35 boolType traceSignals, boolType overflowSigError,
36 boolType fpeNumericError, suspendInterprType suspendInterpr);
37 boolType callSignalHandler (int signalNum);
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DUnfoldShortCircuitToIf.cpp77 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
79 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
83 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
87 new TIntermUnary(EOpLogicalNot, createTempSymbol(boolType)); in visitBinary()
93 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
102 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
104 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
108 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
112 new TIntermIfElse(createTempSymbol(boolType), assignRightBlock, nullptr); in visitBinary()
117 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DUnfoldShortCircuitToIf.cpp77 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
79 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
83 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
87 new TIntermUnary(EOpLogicalNot, createTempSymbol(boolType)); in visitBinary()
93 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
102 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
104 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
108 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
112 new TIntermIfElse(createTempSymbol(boolType), assignRightBlock, nullptr); in visitBinary()
117 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DUnfoldShortCircuitToIf.cpp77 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
79 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
83 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
87 new TIntermUnary(EOpLogicalNot, createTempSymbol(boolType)); in visitBinary()
93 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
102 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
104 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
108 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
112 new TIntermIfElse(createTempSymbol(boolType), assignRightBlock, nullptr); in visitBinary()
117 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DUnfoldShortCircuitToIf.cpp77 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
79 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
83 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
87 new TIntermUnary(EOpLogicalNot, createTempSymbol(boolType)); in visitBinary()
93 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
102 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
104 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
108 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
112 new TIntermIfElse(createTempSymbol(boolType), assignRightBlock, nullptr); in visitBinary()
117 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DUnfoldShortCircuitToIf.cpp77 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
79 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
83 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
87 new TIntermUnary(EOpLogicalNot, createTempSymbol(boolType)); in visitBinary()
93 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
102 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
104 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
108 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
112 new TIntermIfElse(createTempSymbol(boolType), assignRightBlock, nullptr); in visitBinary()
117 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DUnfoldShortCircuitToIf.cpp77 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
79 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
83 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
87 new TIntermUnary(EOpLogicalNot, createTempSymbol(boolType)); in visitBinary()
93 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
102 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
104 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
108 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
112 new TIntermIfElse(createTempSymbol(boolType), assignRightBlock, nullptr); in visitBinary()
117 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DUnfoldShortCircuitToIf.cpp77 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
79 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
83 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
87 new TIntermUnary(EOpLogicalNot, createTempSymbol(boolType)); in visitBinary()
93 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
102 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
104 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
108 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
112 new TIntermIfElse(createTempSymbol(boolType), assignRightBlock, nullptr); in visitBinary()
117 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DUnfoldShortCircuitToIf.cpp77 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
79 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
83 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
87 new TIntermUnary(EOpLogicalNot, createTempSymbol(boolType)); in visitBinary()
93 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
102 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
104 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
108 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
112 new TIntermIfElse(createTempSymbol(boolType), assignRightBlock, nullptr); in visitBinary()
117 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DUnfoldShortCircuitToIf.cpp77 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
79 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
83 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
87 new TIntermUnary(EOpLogicalNot, createTempSymbol(boolType)); in visitBinary()
93 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
102 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
104 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
108 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
112 new TIntermIfElse(createTempSymbol(boolType), assignRightBlock, nullptr); in visitBinary()
117 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DUnfoldShortCircuitToIf.cpp77 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
79 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
83 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
87 new TIntermUnary(EOpLogicalNot, createTempSymbol(boolType)); in visitBinary()
93 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
102 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
104 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
108 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
112 new TIntermIfElse(createTempSymbol(boolType), assignRightBlock, nullptr); in visitBinary()
117 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DUnfoldShortCircuitToIf.cpp77 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
79 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
83 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
87 new TIntermUnary(EOpLogicalNot, createTempSymbol(boolType)); in visitBinary()
93 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
102 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
104 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
108 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
112 new TIntermIfElse(createTempSymbol(boolType), assignRightBlock, nullptr); in visitBinary()
117 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DUnfoldShortCircuitToIf.cpp77 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
79 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
83 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
87 new TIntermUnary(EOpLogicalNot, createTempSymbol(boolType)); in visitBinary()
93 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
102 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
104 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
108 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
112 new TIntermIfElse(createTempSymbol(boolType), assignRightBlock, nullptr); in visitBinary()
117 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DUnfoldShortCircuitToIf.cpp77 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
79 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
83 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
87 new TIntermUnary(EOpLogicalNot, createTempSymbol(boolType)); in visitBinary()
93 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
102 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
104 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
108 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
112 new TIntermIfElse(createTempSymbol(boolType), assignRightBlock, nullptr); in visitBinary()
117 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/compiler/translator/
H A DUnfoldShortCircuitToIf.cpp76 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
78 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
82 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
85 TIntermUnary *notTempSymbol = new TIntermUnary(EOpLogicalNot, createTempSymbol(boolType)); in visitBinary()
91 queueReplacement(node, createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
100 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
102 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
106 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
110 new TIntermIfElse(createTempSymbol(boolType), assignRightBlock, nullptr); in visitBinary()
115 queueReplacement(node, createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DUnfoldShortCircuitToIf.cpp77 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
79 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
83 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
87 new TIntermUnary(EOpLogicalNot, createTempSymbol(boolType)); in visitBinary()
93 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
102 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
104 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
108 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
112 new TIntermIfElse(createTempSymbol(boolType), assignRightBlock, nullptr); in visitBinary()
117 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DUnfoldShortCircuitToIf.cpp77 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
79 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
83 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
87 new TIntermUnary(EOpLogicalNot, createTempSymbol(boolType)); in visitBinary()
93 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
102 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
104 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
108 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
112 new TIntermIfElse(createTempSymbol(boolType), assignRightBlock, nullptr); in visitBinary()
117 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DUnfoldShortCircuitToIf.cpp77 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
79 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
83 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
87 new TIntermUnary(EOpLogicalNot, createTempSymbol(boolType)); in visitBinary()
93 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
102 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
104 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
108 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
112 new TIntermIfElse(createTempSymbol(boolType), assignRightBlock, nullptr); in visitBinary()
117 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DUnfoldShortCircuitToIf.cpp77 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
79 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
83 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
87 new TIntermUnary(EOpLogicalNot, createTempSymbol(boolType)); in visitBinary()
93 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
102 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
104 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
108 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
112 new TIntermIfElse(createTempSymbol(boolType), assignRightBlock, nullptr); in visitBinary()
117 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DUnfoldShortCircuitToIf.cpp77 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
79 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
83 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
87 new TIntermUnary(EOpLogicalNot, createTempSymbol(boolType)); in visitBinary()
93 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
102 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
104 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
108 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
112 new TIntermIfElse(createTempSymbol(boolType), assignRightBlock, nullptr); in visitBinary()
117 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DUnfoldShortCircuitToIf.cpp77 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
79 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
83 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
87 new TIntermUnary(EOpLogicalNot, createTempSymbol(boolType)); in visitBinary()
93 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
102 TType boolType(EbtBool, EbpUndefined, EvqTemporary); in visitBinary() local
104 ASSERT(node->getLeft()->getType() == boolType); in visitBinary()
108 ASSERT(node->getRight()->getType() == boolType); in visitBinary()
112 new TIntermIfElse(createTempSymbol(boolType), assignRightBlock, nullptr); in visitBinary()
117 queueReplacement(createTempSymbol(boolType), OriginalNode::IS_DROPPED); in visitBinary()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/js/test/inference/
H A Dcolumn.ts24 const boolType = new Bool(); constant
25 const boolVector = Vector.new(Data.Bool(boolType, 0, 10, 0, null, new Uint8Array(2)));
27 const boolColumn = new Column(new Field('bool', boolType), [
28 Vector.new(Data.Bool(boolType, 0, 10, 0, null, new Uint8Array(2))),
29 Vector.new(Data.Bool(boolType, 0, 10, 0, null, new Uint8Array(2))),
30 Vector.new(Data.Bool(boolType, 0, 10, 0, null, new Uint8Array(2))),

12345678910>>...69