Home
last modified time | relevance | path

Searched defs:isEmpty (Results 1 - 25 of 179) sorted by relevance

12345678

/third_party/typescript/tests/baselines/reference/
H A DgenericArrayPropertyAssignment.js2 function isEmpty(list: {length:number;}) function
H A DarraySigChecking.js25 function isEmpty(l: { length: number }) { function
[all...]
H A DcontrolFlowPropertyDeclarations.js81 function isEmpty(string) { function
H A DnarrowingUnionToUnion.js333 function isEmpty(value) { function
/third_party/node/lib/internal/
H A Dlinkedlist.js45 function isEmpty(list) { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h47 bool isEmpty() { return Pool.empty(); } in isEmpty() function in llvm::AddressPool
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/utils/
H A DLockFreeQueue.h142 bool isEmpty() const { return readCounter == writeCounter; } in isEmpty() function in LockFreeQueue
/third_party/skia/experimental/sktext/editor/
H A DSelection.h35 bool isEmpty() const { return fTextRanges.empty(); } in isEmpty() function in skia::editor::Selection
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DUVector32.java19 public boolean isEmpty() { return length == 0; } in isEmpty() method in UVector32
H A DUVector64.java19 public boolean isEmpty() { return length == 0; } in isEmpty() method in UVector64
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCollectionSet.java31 public boolean isEmpty() { in isEmpty() method in CollectionSet
/third_party/icu/icu4c/source/common/
H A Dcharstr.h78 UBool isEmpty() const { return len==0; } in isEmpty() function in CharString
H A Duvector.h192 inline UBool isEmpty(void) const {return count == 0;} in isEmpty() function in UVector
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCollectionSet.java33 public boolean isEmpty() { in isEmpty() method in CollectionSet
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DUVector64.java23 public boolean isEmpty() { return length == 0; } in isEmpty() method in UVector64
H A DUVector32.java23 public boolean isEmpty() { return length == 0; } in isEmpty() method in UVector32
/third_party/node/deps/icu-small/source/common/
H A Dcharstr.h78 UBool isEmpty() const { return len==0; } in isEmpty() function in CharString
/third_party/skia/src/gpu/
H A DGrMemoryPool.h67 bool isEmpty() const { in isEmpty() function in GrMemoryPool
/third_party/skia/src/sksl/ir/
H A DSkSLIfStatement.cpp57 replace_empty_with_nop(std::unique_ptr<Statement> stmt, bool isEmpty) replace_empty_with_nop() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h82 bool isEmpty() const { return AvailableEntries == NumROBEntries; } in isEmpty() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h36 bool isEmpty() const { return Worklist.empty(); } in isEmpty() function in llvm::InstCombineWorklist
/third_party/skia/third_party/externals/icu/source/common/
H A Dcharstr.h78 UBool isEmpty() const { return len==0; } in isEmpty() function in CharString
/third_party/skia/include/core/
H A DSkSize.h28 bool isEmpty() const { return fWidth <= 0 || fHeight <= 0; } in isEmpty() function
68 bool isEmpty() const { return fWidth <= 0 || fHeight <= 0; } in isEmpty() function
H A DSkData.h33 bool isEmpty() const { return 0 == fSize; } in isEmpty() function in final
/third_party/icu/icu4c/source/i18n/
H A Dnumber_compact.h42 UBool isEmpty; member in number::impl::CompactData

Completed in 10 milliseconds

12345678