Home
last modified time | relevance | path

Searched refs:__string (Results 1 – 25 of 26) sorted by relevance

12

/third_party/flatbuffers/android/app/src/main/java/generated/com/fbs/app/
DAnimal.kt23 return if (o != 0) __string(o + bb_pos) else null
30 return if (o != 0) __string(o + bb_pos) else null in nameInByteBuffer()
/third_party/flatbuffers/java/com/google/flatbuffers/
DTable.java93 protected String __string(int offset) { in __string() method in Table
94 return __string(offset, bb, utf8); in __string()
110 protected static String __string(int offset, ByteBuffer bb, Utf8 utf8) { in __string() method in Table
DStringVector.java50 return Table.__string(__element(j), bb, utf8); in get()
/third_party/ltp/tools/sparse/sparse-src/validation/
Drestrict-array.c31 const char *__restrict __string, size_t __nmatch,
/third_party/flatbuffers/ts/
Dbyte-buffer.ts199 __string(offset: number, opt_encoding?: Encoding): string | Uint8Array { method in ByteBuffer
266 return this.__string(offset) as string;
/third_party/flatbuffers/grpc/examples/ts/greeter/src/models/
Dhello-request.ts29 return offset ? this.bb!.__string(this.bb_pos + offset, optionalEncoding) : null;
Dhello-reply.ts29 return offset ? this.bb!.__string(this.bb_pos + offset, optionalEncoding) : null;
/third_party/flatbuffers/tests/MyGame/Example/
DStat.php53 return $o != 0 ? $this->__string($o + $this->bb_pos) : null;
DStat.kt23 return if (o != 0) __string(o + bb_pos) else null
DStat.java18 public String id() { int o = __offset(4); return o != 0 ? __string(o + bb_pos) : null; } in id()
DStat.cs22 …public string Id { get { int o = __p.__offset(4); return o != 0 ? __p.__string(o + __p.bb_pos) : n…
DMonster.php79 return $o != 0 ? $this->__string($o + $this->bb_pos) : null;
162 return $o != 0 ? $this->__string($this->__vector($o) + $j * 4) : 0;
370 return $o != 0 ? $this->__string($this->__vector($o) + $j * 4) : 0;
DMonster.kt63 return if (o != 0) __string(o + bb_pos) else null
137 __string(__vector(o) + j * 4) in testarrayofstring()
423 __string(__vector(o) + j * 4) in testarrayofstring2()
DMonster.java28 public String name() { int o = __offset(10); return o != 0 ? __string(o + bb_pos) : null; } in name()
47 …public String testarrayofstring(int j) { int o = __offset(24); return o != 0 ? __string(__vector(o… in testarrayofstring()
106 …public String testarrayofstring2(int j) { int o = __offset(60); return o != 0 ? __string(__vector(… in testarrayofstring2()
DMonster.cs29 …public string Name { get { int o = __p.__offset(10); return o != 0 ? __p.__string(o + __p.bb_pos) …
54 …public string Testarrayofstring(int j) { int o = __p.__offset(24); return o != 0 ? __p.__string(__… in Testarrayofstring()
106 …public string Testarrayofstring2(int j) { int o = __p.__offset(60); return o != 0 ? __p.__string(_… in Testarrayofstring2()
/third_party/flatbuffers/php/
DTable.php72 protected function __string($offset) function in Google\\FlatBuffers\\Table
/third_party/flatbuffers/tests/my-game/example/
Dstat.js22 return offset ? this.bb.__string(this.bb_pos + offset, optionalEncoding) : null;
Dstat.ts29 return offset ? this.bb!.__string(this.bb_pos + offset, optionalEncoding) : null;
Dmonster.js67 return offset ? this.bb.__string(this.bb_pos + offset, optionalEncoding) : null;
111 …return offset ? this.bb.__string(this.bb.__vector(this.bb_pos + offset) + index * 4, optionalEncod…
307 …return offset ? this.bb.__string(this.bb.__vector(this.bb_pos + offset) + index * 4, optionalEncod…
Dmonster.ts86 return offset ? this.bb!.__string(this.bb_pos + offset, optionalEncoding) : null;
144 …return offset ? this.bb!.__string(this.bb!.__vector(this.bb_pos + offset) + index * 4, optionalEnc…
402 …return offset ? this.bb!.__string(this.bb!.__vector(this.bb_pos + offset) + index * 4, optionalEnc…
/third_party/flatbuffers/tests/union_vector/
DMovie.cs22 …public string MainCharacterAsString() { int o = __p.__offset(6); return o != 0 ? __p.__string(o + … in MainCharacterAsString()
38 …public string CharactersAsString(int j) { int o = __p.__offset(10); return o != 0 ? __p.__string(_… in CharactersAsString()
/third_party/flatbuffers/net/FlatBuffers/
DTable.cs66 public string __string(int offset) in __string() method
/third_party/node/tools/inspector_protocol/jinja2/
Dext.py139 def gettext(__context, __string, **variables): argument
140 rv = __context.call(func, __string)
/third_party/skia/third_party/externals/jinja2/
Dext.py149 def gettext(__context, __string, **variables): argument
150 rv = __context.call(func, __string)
/third_party/jinja2/
Dext.py149 def gettext(__context, __string, **variables): argument
150 rv = __context.call(func, __string)

12