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