Home
last modified time | relevance | path

Searched defs:is_empty (Results 1 – 22 of 22) sorted by relevance

/external/v8/src/
Dsmart-pointer.h98 inline bool is_empty() { in is_empty() function
Dsmall-pointer-list.h47 bool is_empty() const { return length() == 0; } in is_empty() function
Dsplay-tree.h97 bool is_empty() { return root_ == NULL; } in is_empty() function
Dv8utils.h299 bool is_empty() const { return length_ == 0; } in is_empty() function
Dmark-compact.h63 bool is_empty() const { return top_ <= low_; } in is_empty() function
Ddata-flow.h307 bool is_empty() { return head_ == tail_; } in is_empty() function
Dutils.h323 bool is_empty() const { return length_ == 0; } in is_empty() function
Dheap.h267 bool is_empty() { return front_ <= rear_; } in is_empty() function
Djsregexp.h728 bool is_empty() { return from_ == kNone; } in is_empty() function
Dparser.cc73 bool is_empty() { return top_ == NULL; } in is_empty() function in v8::internal::PositionStack
/external/chromium/net/proxy/
Dproxy_info.h75 bool is_empty() const { in is_empty() function
/external/chromium/chrome/common/extensions/
Dextension_extent.cc25 bool ExtensionExtent::is_empty() const { in is_empty() function in ExtensionExtent
/external/webkit/Tools/Scripts/webkitpy/common/net/
Dfailuremap.py41 def is_empty(self): member in FailureMap
/external/chromium/googleurl/src/
Dgurl.h86 bool is_empty() const { in is_empty() function
/external/dbus/bus/
Dconfig-loader-libxml.c54 int i, status, is_empty; in xml_text_start_element() local
/external/chromium/third_party/libjingle/source/talk/base/
Dsigslot.h522 bool is_empty() in is_empty() function
676 bool is_empty() in is_empty() function
815 bool is_empty() in is_empty() function
953 bool is_empty() in is_empty() function
1091 bool is_empty() in is_empty() function
1231 bool is_empty() in is_empty() function
1371 bool is_empty() in is_empty() function
1511 bool is_empty() in is_empty() function
1652 bool is_empty() in is_empty() function
/external/llvm/test/FrontendC++/
D2010-03-22-empty-baseclass.cpp72 template<typename T> struct is_empty: struct
/external/mesa3d/src/glsl/
Dlist.h323 bool is_empty() const in is_empty() function
/external/libvpx/vpx_mem/memory_manager/include/
Dcavl_impl.h191 L_SC int L_(is_empty)(L_(avl) *l_tree) in L_() argument
/external/webkit/Source/JavaScriptCore/wtf/
DAVLTree.h158 bool is_empty() { return abs.root == null(); } in is_empty() function
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmocktool.py392 def is_empty(self): member in MockFailureMap
/external/clang/test/SemaCXX/
Dtype-traits.cpp147 void is_empty() in is_empty() function