Home
last modified time | relevance | path

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

/external/v8/src/
Dsmart-pointer.h98 inline bool is_empty() { in is_empty() function
Dzone.h253 bool is_empty() { return root_ == NULL; } in is_empty() function
Dutils.h301 bool is_empty() const { return length_ == 0; } in is_empty() function
Dheap.h1422 bool is_empty() { return top_ <= low_; } in is_empty() function
Djsregexp.h692 bool is_empty() { return from_ == kNone; } in is_empty() function
Dheap.cc688 bool is_empty() { return front_ <= rear_; } in is_empty() function in v8::internal::PromotionQueue
Dparser.cc75 bool is_empty() { return top_ == NULL; } in is_empty() function in v8::internal::PositionStack
/external/chromium/net/proxy/
Dproxy_info.h54 bool is_empty() const { in is_empty() function
/external/chromium/googleurl/src/
Dgurl.h81 bool is_empty() const { in is_empty() function
/external/dbus/bus/
Dconfig-loader-libxml.c51 int i, status, is_empty; in xml_text_start_element() local
/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/JavaScriptCore/wtf/
DAVLTree.h157 bool is_empty() { return abs.root == null(); } in is_empty() function