Home
last modified time | relevance | path

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

12

/external/llvm-project/libcxx/include/
Diomanip46 #include <__string>
535 __quoted_input ( basic_istream<_CharT, _Traits> &__is, _String & __string, _CharT __delim, _CharT _…
537 __string.clear ();
546 __is >> __string;
565 __string.push_back ( __c );
582 basic_string<_CharT, _Traits, _Allocator> &__string;
587 : __string(__s), __delim(__d), __escape(__e) {}
596 …return __quoted_output (__os, __proxy.__string.cbegin (), __proxy.__string.cend (), __proxy.__deli…
606 return __quoted_input ( __is, __proxy.__string, __proxy.__delim, __proxy.__escape );
Dmodule.modulemap453 export __string
459 export __string
535 module __string { header "__string" export * }
DCMakeLists.txt20 __string
/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
/external/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()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_ptrauth.h18 #define ptrauth_string_discriminator(__string) ((int)0) argument
/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.h553 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.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()
/external/flatbuffers/php/
DTable.php72 protected function __string($offset) function in Google\\FlatBuffers\\Table
/external/flatbuffers/tests/union_vector/
DMovie.cs22 …public string MainCharacterAsString() { int o = __p.__offset(6); return o != 0 ? __p.__string(o + … in MainCharacterAsString()
32 …public string CharactersAsString(int j) { int o = __p.__offset(10); return o != 0 ? __p.__string(_… in CharactersAsString()
/external/flatbuffers/net/FlatBuffers/
DTable.cs66 public string __string(int offset) in __string() method
/external/noto-fonts/emoji-compat-flatbuffers/src/java/androidx/text/emoji/flatbuffer/
DMetadataList.java41 public String sourceSha() { int o = __offset(8); return o != 0 ? __string(o + bb_pos) : null; } in sourceSha()
/external/libchrome/third_party/jinja2/
Dext.py139 def gettext(__context, __string, **variables): argument
140 rv = __context.call(func, __string)
/external/python/jinja/src/jinja2/
Dext.py143 def gettext(__context, __string, **variables): argument
144 rv = __context.call(func, __string)
/external/llvm-project/llvm/utils/gn/secondary/libcxx/include/
DBUILD.gn74 "__string",

12