Searched defs:getCStr (Results 1 – 9 of 9) sorted by relevance
121 const char *DataExtractor::getCStr(uint32_t *offset_ptr) const { in getCStr() function in DataExtractor
136 const char *getCStr(Cursor &C) const { return getCStrRef(C).data(); } in getCStr() function
154 const char *DataExtractor::getCStr(uint64_t *offset_ptr) const { in getCStr() function in DataExtractor
427 getCStr(int offset) { in getCStr() function
3263 static const char* getCStr(const std::optional<std::string>& data, in getCStr() function