Searched refs:IsEmpty (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCDynamicArray.h61 Boolean IsEmpty(void);
91 inline Boolean CDynamicArray::IsEmpty() function in class:CDynamicArray
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DIntegersSubset.h184 bool IsEmpty : 1;
191 IntRange() : IsEmpty(true) {}
194 IsEmpty(RHS.IsEmpty), IsSingleNumber(RHS.IsSingleNumber) {}
196 Low(C), High(C), IsEmpty(false), IsSingleNumber(true) {}
199 IsEmpty(false), IsSingleNumber(Low == High) {}
201 bool isEmpty() const { return IsEmpty; }
205 assert(!IsEmpty && "Range is empty.");
209 assert(!IsEmpty && "Range is empty.");
214 assert(!IsEmpty
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; } function in class:testing::internal::FilePath
H A Dgtest-internal-inl.h642 if (original_working_dir_.IsEmpty()) {
644 GTEST_CHECK_(!original_working_dir_.IsEmpty())
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/include/
H A Dmk4str.h67 bool IsEmpty()const;
129 bool IsEmpty()const;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/ControlPanel/
H A DControlPanel.cpp229 while ( !m_applets.IsEmpty() )
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/
H A Dgtest-filepath.cc193 if (directory.IsEmpty())
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrLAP.cpp1854 if (!fPendingPutRequests->IsEmpty() && ! fRemoteBusy) {
1861 fPutReqsPending = !fPendingPutRequests->IsEmpty();
1900 if (!fPendingPutRequests->IsEmpty()) {
1906 fPutReqsPending = !fPendingPutRequests->IsEmpty();
1961 if (fOutputInProgress || !fPendingPutRequests->IsEmpty()) {
2154 if (fRemoteBusy || fPendingPutRequests->IsEmpty()) {
2330 XASSERT(!fPendingPutRequests->IsEmpty() && !fRemoteBusy);
2340 fPutReqsPending = !fPendingPutRequests->IsEmpty();
2355 fPutReqsPending = !fPendingPutRequests->IsEmpty();
H A DIrLAPConn.cpp587 XASSERT(!fLSAPConnList->IsEmpty());
686 XTRACE(kPendingDisconnectRequestEvent, 2, (fLSAPConnList->IsEmpty()) << 1 );
860 //if ((removeResult == noErr) && fLSAPConnList->IsEmpty() && fIrDA->Disconnecting())
863 if (((removeResult == noErr) && fLSAPConnList->IsEmpty())) {
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Dstore.cpp275 d4_assert(!name.IsEmpty());
/macosx-10.9.5/vim-53/runtime/syntax/
H A Daspvbs.vim89 syn keyword AspVBSFunction contained IsArray IsDate IsEmpty IsNull IsNumeric
H A Dlscript.vim143 syn keyword lscriptMethods IsEmpty IsNull %Include Items
H A Dvb.vim126 syn keyword vbFunction InputBox InstrB Int IsArray IsDate IsEmpty IsError
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4tcl.cpp530 if (_path.IsEmpty()) {
1116 sprintf(buf, "%s%d", s.IsEmpty() ? "" : "!", index);
1960 if (s.IsEmpty() || *string != 0)

Completed in 323 milliseconds