OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/platform/text/
SegmentedString.cpp
34
,
m_empty
(other.
m_empty
)
61
m_empty
= other.
m_empty
;
112
m_empty
= true;
131
m_empty
= false;
157
m_empty
= false;
207
m_empty
= true;
296
m_empty
= true;
328
m_empty
= true
[
all
...]
SegmentedString.h
151
,
m_empty
(true)
167
,
m_empty
(!str.length())
200
bool isEmpty() const { return
m_empty
; }
418
bool
m_empty
;
member in class:WebCore::SegmentedString
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatPolygon.h
65
bool isEmpty() const { return
m_empty
; }
77
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 47 milliseconds