Home
last modified time | relevance | path

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

/third_party/flatbuffers/ts/flexbuffers/
Dbit-width-util.ts10 if (value >= -2147483648 && value <= 2147483647) return BitWidth.WIDTH32;
15 return value === Math.fround(value) ? BitWidth.WIDTH32 : BitWidth.WIDTH64;
21 if (value <= 4294967295) return BitWidth.WIDTH32;
28 if (value === 4) return BitWidth.WIDTH32;
Dbit-width.ts4 WIDTH32 = 2, enumerator
Dreference-util.ts53 if (width < BitWidth.WIDTH32) {
56 if (width === BitWidth.WIDTH32) {
Dstack-value.ts29 if (this.width === BitWidth.WIDTH32) {
Dbuilder.ts61 } else if (width === BitWidth.WIDTH32) {
75 } else if (width === BitWidth.WIDTH32) {