Searched refs:buffer_constructor (Results 1 – 1 of 1) sorted by relevance
1340 std::vector<std::string> buffer_constructor; in GenObjectAPI() local1347 BuildObjectAPIConstructorBody(field, struct_def.fixed, buffer_constructor, in GenObjectAPI()1351 BuildObjectConstructor(buffer_constructor, in GenObjectAPI()1535 std::vector<std::string> &buffer_constructor, in BuildObjectAPIConstructorBody() argument1558 buffer_constructor.push_back("" + field_var + " = _t." + field_field); in BuildObjectAPIConstructorBody()1560 buffer_constructor.push_back("var __" + field_var + " = _t." + in BuildObjectAPIConstructorBody()1562 buffer_constructor.push_back( in BuildObjectAPIConstructorBody()1570 BuildObjectAPIConstructorBodyVectors(field, buffer_constructor, in BuildObjectAPIConstructorBody()1576 buffer_constructor.push_back(field_var + " = _t." + field_field); in BuildObjectAPIConstructorBody()1594 buffer_constructor); in BuildObjectAPIConstructorBody()[all …]