Home | History | Annotate | Download | only in base

Lines Matching refs:WARN_UNUSED_RESULT

41   bool ReadBool(bool* result) WARN_UNUSED_RESULT;
42 bool ReadInt(int* result) WARN_UNUSED_RESULT;
43 bool ReadLong(long* result) WARN_UNUSED_RESULT;
44 bool ReadUInt16(uint16_t* result) WARN_UNUSED_RESULT;
45 bool ReadUInt32(uint32_t* result) WARN_UNUSED_RESULT;
46 bool ReadInt64(int64_t* result) WARN_UNUSED_RESULT;
47 bool ReadUInt64(uint64_t* result) WARN_UNUSED_RESULT;
48 bool ReadFloat(float* result) WARN_UNUSED_RESULT;
49 bool ReadDouble(double* result) WARN_UNUSED_RESULT;
50 bool ReadString(std::string* result) WARN_UNUSED_RESULT;
52 bool ReadStringPiece(StringPiece* result) WARN_UNUSED_RESULT;
53 bool ReadString16(string16* result) WARN_UNUSED_RESULT;
55 bool ReadStringPiece16(StringPiece16* result) WARN_UNUSED_RESULT;
61 bool ReadData(const char** data, int* length) WARN_UNUSED_RESULT;
68 bool ReadBytes(const char** data, int length) WARN_UNUSED_RESULT;
72 bool ReadLength(int* result) WARN_UNUSED_RESULT {
78 bool SkipBytes(int num_bytes) WARN_UNUSED_RESULT {