/third_party/flatbuffers/android/app/src/main/java/generated/com/fbs/app/ |
D | Animal.kt | 23 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/ |
D | Table.java | 93 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
|
D | StringVector.java | 50 return Table.__string(__element(j), bb, utf8); in get()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | restrict-array.c | 31 const char *__restrict __string, size_t __nmatch,
|
/third_party/flatbuffers/ts/ |
D | byte-buffer.ts | 199 __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/ |
D | hello-request.ts | 29 return offset ? this.bb!.__string(this.bb_pos + offset, optionalEncoding) : null;
|
D | hello-reply.ts | 29 return offset ? this.bb!.__string(this.bb_pos + offset, optionalEncoding) : null;
|
/third_party/flatbuffers/tests/MyGame/Example/ |
D | Stat.php | 53 return $o != 0 ? $this->__string($o + $this->bb_pos) : null;
|
D | Stat.kt | 23 return if (o != 0) __string(o + bb_pos) else null
|
D | Stat.java | 18 public String id() { int o = __offset(4); return o != 0 ? __string(o + bb_pos) : null; } in id()
|
D | Stat.cs | 22 …public string Id { get { int o = __p.__offset(4); return o != 0 ? __p.__string(o + __p.bb_pos) : n…
|
D | Monster.php | 79 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;
|
D | Monster.kt | 63 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()
|
D | Monster.java | 28 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()
|
D | Monster.cs | 29 …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/ |
D | Table.php | 72 protected function __string($offset) function in Google\\FlatBuffers\\Table
|
/third_party/flatbuffers/tests/my-game/example/ |
D | stat.js | 22 return offset ? this.bb.__string(this.bb_pos + offset, optionalEncoding) : null;
|
D | stat.ts | 29 return offset ? this.bb!.__string(this.bb_pos + offset, optionalEncoding) : null;
|
D | monster.js | 67 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…
|
D | monster.ts | 86 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/ |
D | Movie.cs | 22 …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/ |
D | Table.cs | 66 public string __string(int offset) in __string() method
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | ext.py | 139 def gettext(__context, __string, **variables): argument 140 rv = __context.call(func, __string)
|
/third_party/skia/third_party/externals/jinja2/ |
D | ext.py | 149 def gettext(__context, __string, **variables): argument 150 rv = __context.call(func, __string)
|
/third_party/jinja2/ |
D | ext.py | 149 def gettext(__context, __string, **variables): argument 150 rv = __context.call(func, __string)
|