Home | History | Annotate | Download | only in base

Lines Matching refs:WARN_UNUSED_RESULT

36   bool ReadBool(bool* result) WARN_UNUSED_RESULT;
37 bool ReadInt(int* result) WARN_UNUSED_RESULT;
38 bool ReadLong(long* result) WARN_UNUSED_RESULT;
39 bool ReadUInt16(uint16_t* result) WARN_UNUSED_RESULT;
40 bool ReadUInt32(uint32_t* result) WARN_UNUSED_RESULT;
41 bool ReadInt64(int64_t* result) WARN_UNUSED_RESULT;
42 bool ReadUInt64(uint64_t* result) WARN_UNUSED_RESULT;
43 bool ReadSizeT(size_t* result) WARN_UNUSED_RESULT;
44 bool ReadFloat(float* result) WARN_UNUSED_RESULT;
45 bool ReadDouble(double* result) WARN_UNUSED_RESULT;
46 bool ReadString(std::string* result) WARN_UNUSED_RESULT;
48 bool ReadStringPiece(StringPiece* result) WARN_UNUSED_RESULT;
49 bool ReadString16(string16* result) WARN_UNUSED_RESULT;
51 bool ReadStringPiece16(StringPiece16* result) WARN_UNUSED_RESULT;
57 bool ReadData(const char** data, int* length) WARN_UNUSED_RESULT;
64 bool ReadBytes(const char** data, int length) WARN_UNUSED_RESULT;
68 bool ReadLength(int* result) WARN_UNUSED_RESULT {
74 bool SkipBytes(int num_bytes) WARN_UNUSED_RESULT {