Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/union_vector/
H A Dmovie.js30 return offset ? this.bb.__union_with_string(obj, this.bb_pos + offset) : null;
46 …return offset ? this.bb.__union_with_string(obj, this.bb.__vector(this.bb_pos + offset) + index * …
H A Dmovie.ts40 return offset ? this.bb!.__union_with_string(obj, this.bb_pos + offset) : null;
60 …return offset ? this.bb!.__union_with_string(obj, this.bb!.__vector(this.bb_pos + offset) + index …
/aosp_15_r20/external/flatbuffers/ts/
H A Dbyte-buffer.ts216 __union_with_string(o: Table | string, offset: number) : Table | string { method in ByteBuffer