Searched refs:SelfDataPos (Results 1 – 1 of 1) sorted by relevance
37 const char * SelfDataPos = "self.view.pos"; variable183 code += std::string(SelfDataPos) + " + " + NumToString(field.value.offset) + ")\n"; in GetScalarFieldOfStruct()197 getter += std::string("o + ") + SelfDataPos + ")"; in GetScalarFieldOfTable()224 code += std::string(Indent) + "obj:Init(" + SelfDataBytes + ", " + SelfDataPos + " + "; in GetStructFieldOfStruct()241 code += std::string(Indent) + Indent + "local x = o + " + SelfDataPos + "\n"; in GetStructFieldOfTable()244 …+= std::string(Indent) + Indent + "local x = " + SelfData + ":Indirect(o + " + SelfDataPos + ")\n"; in GetStructFieldOfTable()262 code += std::string("o + ") + SelfDataPos + ")\n"; in GetStringField()