Searched defs:IsEmpty (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/ | ||
| H A D | gtest-filepath.h | 111 bool IsEmpty() const { return pathname_.empty(); } function in class:testing::internal::FilePath |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ | ||
| H A D | ringbuffer.h | 76 INLINE bool IsEmpty() { return (GetHead() == GetTail()); } function in class:RingBuffer |
| H A D | arena.h | 472 bool IsEmpty() function in class:TArena |
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/ | ||
| H A D | gtest-filepath.h | 114 bool IsEmpty() const { return pathname_.empty(); } function in class:testing::internal::FilePath |
| /xsrc/external/mit/xterm/dist/ | ||
| H A D | ptyx.h | 318 #define IsEmpty(s) ((s) == NULL || *(s) == '\0') macro |
Completed in 14 milliseconds