Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dmonster_test_generated.js474 MyGame.Example.Stat.prototype.id = function(optionalEncoding) { argument
476 return offset ? this.bb.__string(this.bb_pos + offset, optionalEncoding) : null;
669 MyGame.Example.Monster.prototype.name = function(optionalEncoding) { argument
671 return offset ? this.bb.__string(this.bb_pos + offset, optionalEncoding) : null;
777 MyGame.Example.Monster.prototype.testarrayofstring = function(index, optionalEncoding) { argument
779 …et ? this.bb.__string(this.bb.__vector(this.bb_pos + offset) + index * 4, optionalEncoding) : null;
1160 MyGame.Example.Monster.prototype.testarrayofstring2 = function(index, optionalEncoding) { argument
1162 …et ? this.bb.__string(this.bb.__vector(this.bb_pos + offset) + index * 4, optionalEncoding) : null;