HomeSort by relevance Sort by last modified time
    Searched defs:GetInt32 (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fxjs/
cfxjse_arguments.cpp 31 int32_t CFXJSE_Arguments::GetInt32(int32_t index) const {
  /external/flatbuffers/go/
encode.go 79 // GetInt32 decodes a little-endian int32 from a byte slice.
80 func GetInt32(buf []byte) (n int32) {
115 return UOffsetT(GetInt32(buf))
120 return SOffsetT(GetInt32(buf))
table.go 107 // GetInt32 retrieves a int32 at the given offset.
108 func (t *Table) GetInt32(off UOffsetT) int32 {
109 return GetInt32(t.Bytes[off:])
223 return t.GetInt32(t.Pos + UOffsetT(off))
  /external/pdfium/core/fpdfapi/font/
ttgsubtable.cpp 218 int32_t CFX_CTTGSUBTable::GetInt32(FT_Bytes& p) const {

Completed in 496 milliseconds