Searched refs:__string (Results 1 - 18 of 18) sorted by relevance

/external/bison/lib/
H A Dstring.in.h403 _GL_FUNCDECL_RPL (strndup, char *, (char const *__string, size_t __n)
405 _GL_CXXALIAS_RPL (strndup, char *, (char const *__string, size_t __n));
408 _GL_FUNCDECL_SYS (strndup, char *, (char const *__string, size_t __n)
411 _GL_CXXALIAS_SYS (strndup, char *, (char const *__string, size_t __n));
431 _GL_FUNCDECL_RPL (strnlen, size_t, (char const *__string, size_t __maxlen)
434 _GL_CXXALIAS_RPL (strnlen, size_t, (char const *__string, size_t __maxlen));
437 _GL_FUNCDECL_SYS (strnlen, size_t, (char const *__string, size_t __maxlen)
441 _GL_CXXALIAS_SYS (strnlen, size_t, (char const *__string, size_t __maxlen));
/external/flatbuffers/tests/MyGame/Example/
H A DStat.java17 public String id() { int o = __offset(4); return o != 0 ? __string(o + bb_pos) : null; }
H A DStat.cs18 public string Id { get { int o = __p.__offset(4); return o != 0 ? __p.__string(o + __p.bb_pos) : null; } }
H A DStat.php53 return $o != 0 ? $this->__string($o + $this->bb_pos) : null;
H A DMonster.cs25 public string Name { get { int o = __p.__offset(10); return o != 0 ? __p.__string(o + __p.bb_pos) : null; } }
38 public string Testarrayofstring(int j) { int o = __p.__offset(24); return o != 0 ? __p.__string(__p.__vector(o) + j * 4) : null; }
79 public string Testarrayofstring2(int j) { int o = __p.__offset(60); return o != 0 ? __p.__string(__p.__vector(o) + j * 4) : null; }
H A DMonster.java27 public String name() { int o = __offset(10); return o != 0 ? __string(o + bb_pos) : null; }
41 public String testarrayofstring(int j) { int o = __offset(24); return o != 0 ? __string(__vector(o) + j * 4) : null; }
88 public String testarrayofstring2(int j) { int o = __offset(60); return o != 0 ? __string(__vector(o) + j * 4) : null; }
H A 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;
/external/bison/darwin-lib/
H A Dstring.h715 _GL_FUNCDECL_RPL (strndup, char *, (char const *__string, size_t __n)
717 _GL_CXXALIAS_RPL (strndup, char *, (char const *__string, size_t __n));
720 _GL_FUNCDECL_SYS (strndup, char *, (char const *__string, size_t __n)
723 _GL_CXXALIAS_SYS (strndup, char *, (char const *__string, size_t __n));
743 _GL_FUNCDECL_RPL (strnlen, size_t, (char const *__string, size_t __maxlen)
746 _GL_CXXALIAS_RPL (strnlen, size_t, (char const *__string, size_t __maxlen));
749 _GL_FUNCDECL_SYS (strnlen, size_t, (char const *__string, size_t __maxlen)
753 _GL_CXXALIAS_SYS (strnlen, size_t, (char const *__string, size_t __maxlen));
/external/bison/linux-lib/
H A Dstring.h715 _GL_FUNCDECL_RPL (strndup, char *, (char const *__string, size_t __n)
717 _GL_CXXALIAS_RPL (strndup, char *, (char const *__string, size_t __n));
720 _GL_FUNCDECL_SYS (strndup, char *, (char const *__string, size_t __n)
723 _GL_CXXALIAS_SYS (strndup, char *, (char const *__string, size_t __n));
743 _GL_FUNCDECL_RPL (strnlen, size_t, (char const *__string, size_t __maxlen)
746 _GL_CXXALIAS_RPL (strnlen, size_t, (char const *__string, size_t __maxlen));
749 _GL_FUNCDECL_SYS (strnlen, size_t, (char const *__string, size_t __maxlen)
753 _GL_CXXALIAS_SYS (strnlen, size_t, (char const *__string, size_t __maxlen));
/external/elfutils/libelf/
H A Dlibelf.h474 extern unsigned long int elf_hash (const char *__string)
478 extern unsigned long int elf_gnu_hash (const char *__string)
H A DlibelfP.h578 extern unsigned long int __elf_hash_internal (const char *__string)
/external/flatbuffers/net/FlatBuffers/
H A DTable.cs58 public string __string(int offset) method in struct:FlatBuffers.Table
/external/flatbuffers/php/
H A DTable.php62 protected function __string($offset) function
/external/flatbuffers/java/com/google/flatbuffers/
H A DTable.java100 protected String __string(int offset) { method in class:Table
/external/flatbuffers/tests/
H A Dmonster_test_generated.js476 return offset ? this.bb.__string(this.bb_pos + offset, optionalEncoding) : null;
671 return offset ? this.bb.__string(this.bb_pos + offset, optionalEncoding) : null;
779 return offset ? this.bb.__string(this.bb.__vector(this.bb_pos + offset) + index * 4, optionalEncoding) : null;
1162 return offset ? this.bb.__string(this.bb.__vector(this.bb_pos + offset) + index * 4, optionalEncoding) : null;
/external/libmojo/third_party/jinja2/
H A Dext.py137 def gettext(__context, __string, **variables):
138 rv = __context.call(func, __string)
/external/flatbuffers/js/
H A Dflatbuffers.js1040 flatbuffers.ByteBuffer.prototype.__string = function(offset, opt_encoding) {
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c750 extern int putenv (char *__string) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));

Completed in 1041 milliseconds