Home
last modified time | relevance | path

Searched refs:vectorLocation (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DMonster.java145 int vectorLocation = bb.array().length - vectorOffset; in lookupByKey() local
146 int span = bb.getInt(vectorLocation); in lookupByKey()
148 vectorLocation += 4; in lookupByKey()
151 int tableOffset = __indirect(vectorLocation + 4 * (start + middle), bb); in lookupByKey()
DMonster.cs138 int vectorLocation = bb.Length - vectorOffset.Value; in LookupByKey()
139 int span = bb.GetInt(vectorLocation); in LookupByKey()
141 vectorLocation += 4; in LookupByKey()
144 int tableOffset = Table.__indirect(vectorLocation + 4 * (start + middle), bb); in LookupByKey()