Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Didl_gen_lua.cpp37 const char *SelfDataPos = "self.view.pos"; variable
175 code += std::string(SelfDataPos) + " + " + NumToString(field.value.offset) + in GetScalarFieldOfStruct()
189 getter += std::string("o + ") + SelfDataPos + ")"; in GetScalarFieldOfTable()
213 SelfDataPos + " + "; in GetStructFieldOfStruct()
230 std::string(Indent) + Indent + "local x = o + " + SelfDataPos + "\n"; in GetStructFieldOfTable()
233 ":Indirect(o + " + SelfDataPos + ")\n"; in GetStructFieldOfTable()
254 code += std::string("o + ") + SelfDataPos + ")\n"; in GetStringField()