Searched refs:new_strings (Results 1 – 4 of 4) sorted by relevance
525 BTFStringTable new_strings(orig_strings_len); in adjust() local537 int offset = new_strings.addString(it->second[line_num - 1]); in adjust()555 if (new_strings.getSize() > 0) { in adjust()558 unsigned tmp_sec_size = btf_sec_size + new_strings.getSize(); in adjust()563 nhdr->str_len += new_strings.getSize(); in adjust()567 std::vector<std::string> &Table = new_strings.getTable(); in adjust()
114 void elements(const collection_type& new_strings, in elements() argument120 std::copy(new_strings.begin(), new_strings.end(), in elements()
161 void date_gen_phrase_strings(const input_collection_type& new_strings, in date_gen_phrase_strings() argument164 m_date_gen_formatter.elements(new_strings, beg_pos); in date_gen_phrase_strings()
2907 …char** new_strings = (char**)(lodepng_realloc(info->text_strings, sizeof(char*) * (info->text_num … in lodepng_add_text_sized() local2910 if(new_strings) info->text_strings = new_strings; in lodepng_add_text_sized()2912 if(!new_keys || !new_strings) return 83; /*alloc fail*/ in lodepng_add_text_sized()2977 …char** new_strings = (char**)(lodepng_realloc(info->itext_strings, sizeof(char*) * (info->itext_nu… in lodepng_add_itext_sized() local2982 if(new_strings) info->itext_strings = new_strings; in lodepng_add_itext_sized()2984 if(!new_keys || !new_langtags || !new_transkeys || !new_strings) return 83; /*alloc fail*/ in lodepng_add_itext_sized()