Home
last modified time | relevance | path

Searched refs:WIDTH64 (Results 1 – 3 of 3) sorted by relevance

/third_party/flatbuffers/ts/flexbuffers/
Dbit-width-util.ts11 return BitWidth.WIDTH64;
15 return value === Math.fround(value) ? BitWidth.WIDTH32 : BitWidth.WIDTH64;
22 return BitWidth.WIDTH64;
29 return BitWidth.WIDTH64;
Dbit-width.ts5 WIDTH64 = 3, enumerator
Dbuilder.ts63 } else if (width === BitWidth.WIDTH64) {
77 } else if (width === BitWidth.WIDTH64) {