Searched refs:WIDTH8 (Results 1 – 5 of 5) sorted by relevance
/third_party/flatbuffers/ts/flexbuffers/ |
D | bit-width-util.ts | 8 if (value >= -128 && value <= 127) return BitWidth.WIDTH8; 19 if (value <= 255) return BitWidth.WIDTH8; 26 if (value === 1) return BitWidth.WIDTH8;
|
D | stack-value.ts | 50 storedWidth(width = BitWidth.WIDTH8): BitWidth { 54 storedPackedType(width = BitWidth.WIDTH8): ValueType {
|
D | bit-width.ts | 2 WIDTH8 = 0, enumerator
|
D | builder.ts | 57 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);
|
D | reference.ts | 106 _packedType = packedType(_valueType, BitWidth.WIDTH8); 109 _packedType = packedType(_valueType, BitWidth.WIDTH8);
|