Searched refs:SelfDataPos (Results 1 – 1 of 1) sorted by relevance
37 const char *SelfDataPos = "self.view.pos"; variable175 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()