Home
last modified time | relevance | path

Searched refs:WIDTH8 (Results 1 – 5 of 5) sorted by relevance

/third_party/flatbuffers/ts/flexbuffers/
Dbit-width-util.ts8 if (value >= -128 && value <= 127) return BitWidth.WIDTH8;
19 if (value <= 255) return BitWidth.WIDTH8;
26 if (value === 1) return BitWidth.WIDTH8;
Dstack-value.ts50 storedWidth(width = BitWidth.WIDTH8): BitWidth {
54 storedPackedType(width = BitWidth.WIDTH8): ValueType {
Dbit-width.ts2 WIDTH8 = 0, enumerator
Dbuilder.ts57 if (width === BitWidth.WIDTH8) {
71 if (width === BitWidth.WIDTH8) {
138 const stackValue = this.offsetStackValue(this.offset, ValueType.KEY, BitWidth.WIDTH8);
388 return new StackValue(this, ValueType.NULL, BitWidth.WIDTH8);
392 return new StackValue(this, ValueType.BOOL, BitWidth.WIDTH8, value);
Dreference.ts106 _packedType = packedType(_valueType, BitWidth.WIDTH8);
109 _packedType = packedType(_valueType, BitWidth.WIDTH8);