Home
last modified time | relevance | path

Searched defs:__string (Results 1 – 5 of 5) sorted by relevance

/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/
DTable.java93 protected String __string(int offset) { in __string() method in Table
110 protected static String __string(int offset, ByteBuffer bb, Utf8 utf8) { in __string() method in Table
/third_party/flatbuffers/php/
DTable.php72 protected function __string($offset) function in Google\\FlatBuffers\\Table
/third_party/flatbuffers/ts/
Dbyte-buffer.ts198 __string(offset: number, opt_encoding?: Encoding): string | Uint8Array { method in ByteBuffer
/third_party/flatbuffers/net/FlatBuffers/
DTable.cs66 public string __string(int offset) in __string() method
/third_party/skia/third_party/externals/jinja2/
Dext.py149 def gettext(__context, __string, **variables): argument