/external/libcxx/include/ |
D | iomanip | 47 #include <__string> 536 __quoted_input ( basic_istream<_CharT, _Traits> &__is, _String & __string, _CharT __delim, _CharT _… 538 __string.clear (); 547 __is >> __string; 566 __string.push_back ( __c ); 583 basic_string<_CharT, _Traits, _Allocator> &__string; 588 : __string(__s), __delim(__d), __escape(__e) {} 597 …return __quoted_output (__os, __proxy.__string.cbegin (), __proxy.__string.cend (), __proxy.__deli… 607 return __quoted_input ( __is, __proxy.__string, __proxy.__delim, __proxy.__escape );
|
D | module.modulemap | 423 export __string 429 export __string 505 module __string { header "__string" export * }
|
D | CMakeLists.txt | 19 __string
|
D | string_view | 176 #include <__string>
|
D | __string | 2 //===-------------------------- __string ----------------------------------===//
|
/external/elfutils/libelf/ |
D | libelf.h | 505 extern unsigned long int elf_hash (const char *__string) 509 extern unsigned long int elf_gnu_hash (const char *__string)
|
D | libelfP.h | 555 extern unsigned long int __elf_hash_internal (const char *__string)
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Stat.php | 53 return $o != 0 ? $this->__string($o + $this->bb_pos) : null;
|
D | Stat.java | 17 public String id() { int o = __offset(4); return o != 0 ? __string(o + bb_pos) : null; } in id()
|
D | Stat.cs | 20 …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.java | 27 public String name() { int o = __offset(10); return o != 0 ? __string(o + bb_pos) : null; } in name() 43 …public String testarrayofstring(int j) { int o = __offset(24); return o != 0 ? __string(__vector(o… in testarrayofstring() 94 …public String testarrayofstring2(int j) { int o = __offset(60); return o != 0 ? __string(__vector(… in testarrayofstring2()
|
D | Monster.cs | 27 …public string Name { get { int o = __p.__offset(10); return o != 0 ? __p.__string(o + __p.bb_pos) … 50 …public string Testarrayofstring(int j) { int o = __p.__offset(24); return o != 0 ? __p.__string(__… in Testarrayofstring() 102 …public string Testarrayofstring2(int j) { int o = __p.__offset(60); return o != 0 ? __p.__string(_… in Testarrayofstring2()
|
/external/flatbuffers/php/ |
D | Table.php | 72 protected function __string($offset) function in Google\\FlatBuffers\\Table
|
/external/noto-fonts/emoji-compat/src/java/androidx/text/emoji/flatbuffer/ |
D | MetadataList.java | 71 return o != 0 ? __string(o + bb_pos) : null; in sourceSha()
|
/external/flatbuffers/net/FlatBuffers/ |
D | Table.cs | 58 public string __string(int offset) in __string() method
|
/external/libchrome/third_party/jinja2/ |
D | ext.py | 139 def gettext(__context, __string, **variables): argument 140 rv = __context.call(func, __string)
|
/external/flatbuffers/java/com/google/flatbuffers/ |
D | Table.java | 93 protected String __string(int offset) { in __string() method in Table
|
/external/flatbuffers/tests/ |
D | monster_test_generated.ts | 588 return offset ? this.bb!.__string(this.bb_pos + offset, optionalEncoding) : null; 869 return offset ? this.bb!.__string(this.bb_pos + offset, optionalEncoding) : null; 979 …return offset ? this.bb!.__string(this.bb!.__vector(this.bb_pos + offset) + index * 4, optionalEnc… 1364 …return offset ? this.bb!.__string(this.bb!.__vector(this.bb_pos + offset) + index * 4, optionalEnc…
|
D | monster_test_generated.js | 659 return offset ? this.bb.__string(this.bb_pos + offset, optionalEncoding) : null; 962 return offset ? this.bb.__string(this.bb_pos + offset, optionalEncoding) : null; 1070 …return offset ? this.bb.__string(this.bb.__vector(this.bb_pos + offset) + index * 4, optionalEncod… 1453 …return offset ? this.bb.__string(this.bb.__vector(this.bb_pos + offset) + index * 4, optionalEncod…
|
/external/flatbuffers/js/ |
D | flatbuffers.js | 1120 flatbuffers.ByteBuffer.prototype.__string = function(offset, opt_encoding) { method in flatbuffers.ByteBuffer
|