Home
last modified time | relevance | path

Searched refs:new_strings (Results 1 – 4 of 4) sorted by relevance

/external/bcc/src/cc/
Dbcc_btf.cc525 BTFStringTable new_strings(orig_strings_len); in adjust() local
537 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()
/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/
Ddate_generator_formatter.hpp114 void elements(const collection_type& new_strings, in elements() argument
120 std::copy(new_strings.begin(), new_strings.end(), in elements()
Ddate_facet.hpp161 void date_gen_phrase_strings(const input_collection_type& new_strings, in date_gen_phrase_strings() argument
164 m_date_gen_formatter.elements(new_strings, beg_pos); in date_gen_phrase_strings()
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp2907 …char** new_strings = (char**)(lodepng_realloc(info->text_strings, sizeof(char*) * (info->text_num … in lodepng_add_text_sized() local
2910 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() local
2982 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()