HomeSort by relevance Sort by last modified time
    Searched refs:m_empty (Results 1 - 5 of 5) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
lazy_ostream.hpp 43 bool empty() const { return m_empty; }
48 explicit lazy_ostream( bool empty = true ) : m_empty( empty ) {}
58 bool m_empty; member in class:boost::unit_test::lazy_ostream
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
SegmentedString.cpp 34 , m_empty(other.m_empty)
61 m_empty = other.m_empty;
112 m_empty = true;
130 m_empty = false;
156 m_empty = false;
206 m_empty = true;
295 m_empty = true;
327 m_empty = true
    [all...]
SegmentedString.h 148 , m_empty(true)
164 , m_empty(!str.length())
197 bool isEmpty() const { return m_empty; }
414 bool m_empty; member in class:WebCore::SegmentedString
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FloatPolygon.h 65 bool isEmpty() const { return m_empty; }
74 bool m_empty; member in class:WebCore::FloatPolygon
FloatPolygon.cpp 88 m_empty = nVertices < 3;
93 if (m_empty)
129 m_empty = m_edges.size() < 3;
131 if (m_empty)

Completed in 620 milliseconds