Home
last modified time | relevance | path

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

/external/libcxx/include/
Diomanip47 #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 );
Dmodule.modulemap423 export __string
429 export __string
505 module __string { header "__string" export * }
DCMakeLists.txt19 __string
Dstring_view176 #include <__string>
D__string2 //===-------------------------- __string ----------------------------------===//
/external/elfutils/libelf/
Dlibelf.h505 extern unsigned long int elf_hash (const char *__string)
509 extern unsigned long int elf_gnu_hash (const char *__string)
DlibelfP.h555 extern unsigned long int __elf_hash_internal (const char *__string)
/external/flatbuffers/tests/MyGame/Example/
DStat.php53 return $o != 0 ? $this->__string($o + $this->bb_pos) : null;
DStat.java17 public String id() { int o = __offset(4); return o != 0 ? __string(o + bb_pos) : null; } in id()
DStat.cs20 …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.java27 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()
DMonster.cs27 …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/
DTable.php72 protected function __string($offset) function in Google\\FlatBuffers\\Table
/external/noto-fonts/emoji-compat/src/java/androidx/text/emoji/flatbuffer/
DMetadataList.java71 return o != 0 ? __string(o + bb_pos) : null; in sourceSha()
/external/flatbuffers/net/FlatBuffers/
DTable.cs58 public string __string(int offset) in __string() method
/external/libchrome/third_party/jinja2/
Dext.py139 def gettext(__context, __string, **variables): argument
140 rv = __context.call(func, __string)
/external/flatbuffers/java/com/google/flatbuffers/
DTable.java93 protected String __string(int offset) { in __string() method in Table
/external/flatbuffers/tests/
Dmonster_test_generated.ts588 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…
Dmonster_test_generated.js659 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/
Dflatbuffers.js1120 flatbuffers.ByteBuffer.prototype.__string = function(offset, opt_encoding) { method in flatbuffers.ByteBuffer