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

1 2 3 4 5

  /system/connectivity/shill/net/
byte_string.h 96 bool IsEmpty() const { return GetLength() == 0; }
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
plurality_checkable_iterator.py 91 def IsEmpty(self):
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-filepath.h 115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
  /external/gtest/include/gtest/internal/
gtest-filepath.h 111 bool IsEmpty() const { return pathname_.empty(); }
  /external/libweave/src/commands/
command_queue.h 44 bool IsEmpty() const { return map_.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 115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
  /external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
  /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 {
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h 111 bool IsEmpty() const { return pathname_.empty(); }
  /art/runtime/
class_table.h 60 bool IsEmpty(const GcRoot<mirror::Class>& item) const {
dex_file_verifier.h 189 bool IsEmpty(const std::pair<uint32_t, uint16_t>& pair) const {
  /art/runtime/gc/
reference_queue.h 88 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/xfa/src/fxbarcode/common/
BC_CommonByteArray.cpp 61 FX_BOOL CBC_CommonByteArray::IsEmpty() {
  /external/v8/src/
compilation-dependencies.h 52 bool IsEmpty() const {
  /external/v8/src/profiler/
unbound-queue-inl.h 68 bool UnboundQueue<Record>::IsEmpty() const {
  /system/connectivity/shill/
hook_table.h 81 bool IsEmpty() const { return hook_table_.empty(); }
  /system/extras/simpleperf/
build_id.h 79 bool IsEmpty() const {

Completed in 777 milliseconds

1 2 3 4 5