Searched refs:buffer_constructor (Results 1 – 1 of 1) sorted by relevance
952 std::vector<std::string> buffer_constructor; in GenObjectAPI() local959 BuildObjectAPIConstructorBody(field, struct_def.fixed, buffer_constructor, in GenObjectAPI()963 BuildObjectConstructor(buffer_constructor, in GenObjectAPI()1144 std::vector<std::string> &buffer_constructor, in BuildObjectAPIConstructorBody() argument1166 buffer_constructor.push_back("" + name + " = _t." + name); in BuildObjectAPIConstructorBody()1168 buffer_constructor.push_back("var __" + name + " = _t." + name); in BuildObjectAPIConstructorBody()1169 buffer_constructor.push_back( in BuildObjectAPIConstructorBody()1177 BuildObjectAPIConstructorBodyVectors(field, name, buffer_constructor, in BuildObjectAPIConstructorBody()1183 buffer_constructor.push_back(name + " = _t." + name); in BuildObjectAPIConstructorBody()1200 buffer_constructor); in BuildObjectAPIConstructorBody()[all …]