Searched refs:__union_with_string (Results 1 – 3 of 3) sorted by relevance
30 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 * …
40 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 …
216 __union_with_string(o: Table | string, offset: number) : Table | string { method in ByteBuffer