Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/ts/
H A Dbuilder.ts26 private string_maps: Map<string | Uint8Array, number> | null = null; property in Builder
61 this.string_maps = null;
507 if (!this.string_maps) {
508 this.string_maps = new Map();
511 if (this.string_maps.has(s)) {
512 return this.string_maps.get(s) as Offset
515 this.string_maps.set(s, offset)