Lines Matching refs:string
12 #include "compat/string.h"
35 // Reads raw data into a string.
36 virtual bool ReadDataString(const size_t size, string* dest);
39 virtual bool ReadDataValue(const size_t size, const string& value_name,
47 // Read a string. Returns true if it managed to read |size| bytes (excluding
48 // null terminator). The actual string may be shorter than the number of bytes
50 virtual bool ReadString(const size_t size, string* str) = 0;
52 // Reads a string from data into |dest| at the current offset. The string in
54 // read will be the null-terminated string length of the underlying string
56 bool ReadStringWithSizeFromData(string* dest);