/external/v8/src/ |
D | smart-pointer.h | 98 inline bool is_empty() { in is_empty() function
|
D | small-pointer-list.h | 47 bool is_empty() const { return length() == 0; } in is_empty() function
|
D | splay-tree.h | 97 bool is_empty() { return root_ == NULL; } in is_empty() function
|
D | v8utils.h | 299 bool is_empty() const { return length_ == 0; } in is_empty() function
|
D | mark-compact.h | 63 bool is_empty() const { return top_ <= low_; } in is_empty() function
|
D | data-flow.h | 307 bool is_empty() { return head_ == tail_; } in is_empty() function
|
D | utils.h | 323 bool is_empty() const { return length_ == 0; } in is_empty() function
|
D | heap.h | 267 bool is_empty() { return front_ <= rear_; } in is_empty() function
|
D | jsregexp.h | 728 bool is_empty() { return from_ == kNone; } in is_empty() function
|
D | parser.cc | 73 bool is_empty() { return top_ == NULL; } in is_empty() function in v8::internal::PositionStack
|
/external/chromium/net/proxy/ |
D | proxy_info.h | 75 bool is_empty() const { in is_empty() function
|
/external/chromium/chrome/common/extensions/ |
D | extension_extent.cc | 25 bool ExtensionExtent::is_empty() const { in is_empty() function in ExtensionExtent
|
/external/webkit/Tools/Scripts/webkitpy/common/net/ |
D | failuremap.py | 41 def is_empty(self): member in FailureMap
|
/external/chromium/googleurl/src/ |
D | gurl.h | 86 bool is_empty() const { in is_empty() function
|
/external/dbus/bus/ |
D | config-loader-libxml.c | 54 int i, status, is_empty; in xml_text_start_element() local
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | sigslot.h | 522 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++/ |
D | 2010-03-22-empty-baseclass.cpp | 72 template<typename T> struct is_empty: struct
|
/external/mesa3d/src/glsl/ |
D | list.h | 323 bool is_empty() const in is_empty() function
|
/external/libvpx/vpx_mem/memory_manager/include/ |
D | cavl_impl.h | 191 L_SC int L_(is_empty)(L_(avl) *l_tree) in L_() argument
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | AVLTree.h | 158 bool is_empty() { return abs.root == null(); } in is_empty() function
|
/external/webkit/Tools/Scripts/webkitpy/tool/ |
D | mocktool.py | 392 def is_empty(self): member in MockFailureMap
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 147 void is_empty() in is_empty() function
|