Searched defs:WARN_UNUSED (Results 1 - 5 of 5) sorted by relevance

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

Completed in 2878 milliseconds