Home
last modified time | relevance | path

Searched refs:GetInt16 (Results 1 – 7 of 7) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DTest.go23 return rcv._tab.GetInt16(rcv._tab.Pos + flatbuffers.UOffsetT(0))
DTypeAliases.go56 return rcv._tab.GetInt16(o + rcv._tab.Pos)
DMonster.go48 return rcv._tab.GetInt16(o + rcv._tab.Pos)
60 return rcv._tab.GetInt16(o + rcv._tab.Pos)
/external/flatbuffers/go/
Dtable.go103 func (t *Table) GetInt16(off UOffsetT) int16 { func
104 return GetInt16(t.Bytes[off:])
199 return t.GetInt16(t.Pos + UOffsetT(off))
Dencode.go76 func GetInt16(buf []byte) (n int16) { func
/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.cpp142 int16_t CFX_CTTGSUBTable::GetInt16(FT_Bytes& p) const { in GetInt16() function in CFX_CTTGSUBTable
298 rec->DeltaGlyphID = GetInt16(sp); in ParseSingleSubstFormat1()
Dcfx_cttgsubtable.h145 int16_t GetInt16(FT_Bytes& p) const;