Searched refs:getCStr (Results 1 – 7 of 7) sorted by relevance
94 EXPECT_EQ(stringData, DE.getCStr(&offset)); in TEST()96 EXPECT_EQ(NULL, DE.getCStr(&offset)); in TEST()
140 Value.cstr = data.getCStr(offset_ptr); in extractValue()205 debug_info_data.getCStr(offset_ptr); in skipValue()360 return debug_str_data_ptr->getCStr(&offset); in getAsCString()
158 const char *s = debug_line_data.getCStr(offset_ptr); in parsePrologue()166 const char *name = debug_line_data.getCStr(offset_ptr); in parsePrologue()263 fileEntry.Name = debug_line_data.getCStr(offset_ptr); in parseStatementTable()
144 debug_info_data.getCStr(&offset); in extractFast()267 debug_info_data.getCStr(&offset); in extract()
51 while (const char *s = strData.getCStr(&offset)) { in dump()
57 const char *getCStr(uint32_t *offset_ptr) const;
121 const char *DataExtractor::getCStr(uint32_t *offset_ptr) const { in getCStr() function in DataExtractor