Home
last modified time | relevance | path

Searched refs:WARN_UNUSED (Results 1 – 6 of 6) sorted by relevance

/art/runtime/base/unix_file/
Dfd_file.h53 virtual int Close() WARN_UNUSED;
54 virtual int64_t Read(char* buf, int64_t byte_count, int64_t offset) const WARN_UNUSED;
55 virtual int SetLength(int64_t new_length) WARN_UNUSED;
57 virtual int64_t Write(const char* buf, int64_t byte_count, int64_t offset) WARN_UNUSED;
58 virtual int Flush() WARN_UNUSED;
64 int FlushCloseOrErase() WARN_UNUSED;
67 int FlushClose() WARN_UNUSED;
76 bool ReadFully(void* buffer, size_t byte_count) WARN_UNUSED;
77 bool WriteFully(const void* buffer, size_t byte_count) WARN_UNUSED;
/art/runtime/
Dobject_callbacks.h41 typedef mirror::Object* (MarkObjectCallback)(mirror::Object* obj, void* arg) WARN_UNUSED; typedef
48 typedef mirror::Object* (IsMarkedCallback)(mirror::Object* object, void* arg) WARN_UNUSED; typedef
53 void* arg) WARN_UNUSED; typedef
Dutils.h184 static constexpr T RoundDown(T x, typename TypeIdentity<T>::type n) WARN_UNUSED;
194 static constexpr T RoundUp(T x, typename TypeIdentity<T>::type n) WARN_UNUSED;
203 static inline T* AlignDown(T* x, uintptr_t n) WARN_UNUSED;
211 static inline T* AlignUp(T* x, uintptr_t n) WARN_UNUSED;
Dclass_linker.h690 WARN_UNUSED SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/base/
Dmacros.h179 #define WARN_UNUSED __attribute__((warn_unused_result)) macro
/art/runtime/gc/
Dheap.h555 std::string DumpSpaces() const WARN_UNUSED;