Lines Matching refs:WARN_UNUSED_RESULT

31   bool ReadBool(bool* result) WARN_UNUSED_RESULT;
32 bool ReadInt(int* result) WARN_UNUSED_RESULT;
33 bool ReadLong(long* result) WARN_UNUSED_RESULT;
34 bool ReadUInt16(uint16* result) WARN_UNUSED_RESULT;
35 bool ReadUInt32(uint32* result) WARN_UNUSED_RESULT;
36 bool ReadInt64(int64* result) WARN_UNUSED_RESULT;
37 bool ReadUInt64(uint64* result) WARN_UNUSED_RESULT;
38 bool ReadFloat(float* result) WARN_UNUSED_RESULT;
39 bool ReadDouble(double* result) WARN_UNUSED_RESULT;
40 bool ReadString(std::string* result) WARN_UNUSED_RESULT;
41 bool ReadWString(std::wstring* result) WARN_UNUSED_RESULT;
42 bool ReadString16(base::string16* result) WARN_UNUSED_RESULT;
43 bool ReadData(const char** data, int* length) WARN_UNUSED_RESULT;
44 bool ReadBytes(const char** data, int length) WARN_UNUSED_RESULT;
48 bool ReadLength(int* result) WARN_UNUSED_RESULT {
54 bool SkipBytes(int num_bytes) WARN_UNUSED_RESULT {
148 bool* result) const WARN_UNUSED_RESULT {
152 int* result) const WARN_UNUSED_RESULT {
156 long* result) const WARN_UNUSED_RESULT {
160 uint16* result) const WARN_UNUSED_RESULT {
164 uint32* result) const WARN_UNUSED_RESULT {
168 int64* result) const WARN_UNUSED_RESULT {
172 uint64* result) const WARN_UNUSED_RESULT {
176 float* result) const WARN_UNUSED_RESULT {
180 double* result) const WARN_UNUSED_RESULT {
184 std::string* result) const WARN_UNUSED_RESULT {
188 std::wstring* result) const WARN_UNUSED_RESULT {
192 base::string16* result) const WARN_UNUSED_RESULT {
201 int* length) const WARN_UNUSED_RESULT {
210 int length) const WARN_UNUSED_RESULT {
217 int* result) const WARN_UNUSED_RESULT {