HomeSort by relevance Sort by last modified time
    Searched defs:IsEmpty (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /external/pdfium/xfa/fxgraphics/
cxfa_gepath.h 22 bool IsEmpty() const { return data_.GetPoints().empty(); }
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-filepath.h 115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
  /external/googletest/googletest/include/gtest/internal/
gtest-filepath.h 111 bool IsEmpty() const { return pathname_.empty(); }
  /external/libmojo/mojo/public/cpp/bindings/tests/
message_queue.cc 21 bool MessageQueue::IsEmpty() const {
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-filepath.h 111 bool IsEmpty() const { return pathname_.empty(); }
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-filepath.h 111 bool IsEmpty() const { return pathname_.empty(); }
  /external/pdfium/testing/
range_set.h 26 bool IsEmpty() const { return ranges().empty(); }
  /external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
  /external/v8/testing/gtest/include/gtest/internal/
gtest-filepath.h 111 bool IsEmpty() const { return pathname_.empty(); }
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-filepath.h 111 bool IsEmpty() const { return pathname_.empty(); }
  /external/webrtc/webrtc/libjingle/xmllite/
qname.cc 58 bool QName::IsEmpty() const {
  /external/webrtc/webrtc/modules/video_coding/
timestamp_map.cc 39 while (!IsEmpty()) {
60 bool VCMTimestampMap::IsEmpty() const {
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h 111 bool IsEmpty() const { return pathname_.empty(); }
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-filepath.h 111 bool IsEmpty() const { return pathname_.empty(); }
  /art/runtime/gc/
reference_queue.h 98 bool IsEmpty() const {
  /development/testrunner/
make_tree.py 114 def IsEmpty(self):
  /external/clang/include/clang/Lex/
Pragma.h 113 bool IsEmpty() {
  /external/dng_sdk/source/
dng_opcode_list.h 57 bool IsEmpty () const
66 return !IsEmpty ();
  /external/google-breakpad/src/common/
memory_range.h 57 bool IsEmpty() const {
  /external/libbrillo/brillo/
any.cc 40 if (IsEmpty())
47 if (!IsEmpty())
57 bool Any::IsEmpty() const {
58 return data_buffer_.IsEmpty();
66 return !IsEmpty() && data_buffer_.GetDataPtr()->IsConvertibleToInteger();
70 CHECK(!IsEmpty()) << "Must not be called on an empty Any";
75 CHECK(!IsEmpty()) << "Must not be called on an empty Any";
  /external/pdfium/core/fpdfapi/parser/
cpdf_array.h 38 bool IsEmpty() const { return m_Objects.empty(); }
  /external/pdfium/core/fpdfdoc/
cpvt_wordrange.h 55 inline bool IsEmpty() const { return BeginPos == EndPos; }
  /external/pdfium/core/fxcrt/
cfx_binarybuf.h 24 bool IsEmpty() const { return GetLength() == 0; }

Completed in 961 milliseconds

1 2 3 4 5 6 7