Home
last modified time | relevance | path

Searched refs:errorStore (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/store/
H A DKoStore.cpp95 errorStore << "Can't create a Directory store for a memory buffer!" << endl; in createStore()
136 errorStore << "KoStore: Filename " << d->fileName << " is too long" << endl; in open()
204 errorStore << "KoStore: Can not read from store that is opened for writing" << endl; in read()
220 errorStore << "KoStore: You must open before reading" << endl; in read()
224 errorStore << "KoStore: Can not read from store that is opened for writing" << endl; in read()
237 errorStore << "KoStore: You must open before writing" << endl; in write()
241 errorStore << "KoStore: Can not write to store that is opened for reading" << endl; in write()
H A DStoreDebug.h29 #define errorStore qCCritical(STORE_LOG) macro
H A DKoQuaZipStore.cpp106 errorStore << "KoStore: You must open before writing" << endl; in write()
111 errorStore << "KoStore: Can not write to store that is opened for reading" << endl; in write()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/raft/
H A Dlog_cache_test.go93 type errorStore struct { struct
101 func (e *errorStore) StoreLogs(logs []*Log) error { argument
114 func (e *errorStore) failNext(count int) { argument
124 errStore := &errorStore{LogStore: store}
H A Draft_test.go2199 es := &errorStore{LogStore: follower.logs}
/dports/editors/calligra/calligra-3.2.1/libs/store/
H A DKoStore.cpp118 errorStore << "Can't create a Directory store for a memory buffer!" << endl; in createStore()
153 errorStore << "Could not download file!" << endl; in createStore()
226 errorStore << "KoStore: Filename " << d->fileName << " is too long" << endl; in open()
297 errorStore << "KoStore: Can not read from store that is opened for writing" << endl; in read()
313 errorStore << "KoStore: You must open before reading" << endl; in read()
317 errorStore << "KoStore: Can not read from store that is opened for writing" << endl; in read()
330 errorStore << "KoStore: You must open before writing" << endl; in write()
334 errorStore << "KoStore: Can not write to store that is opened for reading" << endl; in write()
H A DStoreDebug.h29 #define errorStore qCCritical(STORE_LOG) macro
H A DKoZipStore.cpp175 errorStore << "KoStore: You must open before writing" << endl; in write()
179 errorStore << "KoStore: Can not write to store that is opened for reading" << endl; in write()
H A DKoEncryptedStore.cpp580 errorStore << "empty decrypted file" << endl; in openRead()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/store/
H A DKoStore.cpp119 errorStore << "Can't create a Directory store for a memory buffer!" << endl; in createStore()
154 errorStore << "Could not download file!" << endl; in createStore()
227 errorStore << "KoStore: Filename " << d->fileName << " is too long" << endl; in open()
298 errorStore << "KoStore: Can not read from store that is opened for writing" << endl; in read()
314 errorStore << "KoStore: You must open before reading" << endl; in read()
318 errorStore << "KoStore: Can not read from store that is opened for writing" << endl; in read()
331 errorStore << "KoStore: You must open before writing" << endl; in write()
335 errorStore << "KoStore: Can not write to store that is opened for reading" << endl; in write()
H A DStoreDebug.h29 #define errorStore qCCritical(STORE_LOG) macro
H A DKoZipStore.cpp176 errorStore << "KoStore: You must open before writing" << endl; in write()
180 errorStore << "KoStore: Can not write to store that is opened for reading" << endl; in write()
H A DKoEncryptedStore.cpp581 errorStore << "empty decrypted file" << endl; in openRead()
/dports/security/keybase/client-v5.7.1/shared/teams/join-team/
H A Dindex.stories.tsx34 const errorStore = Container.produce(Sb.createStoreWithCommon(), draftState => {
59 <Sb.MockStore store={errorStore}>
/dports/games/warzone2100/warzone2100/lib/framework/
H A Ddebug.cpp437 static WZ_DECL_THREAD char errorStore[512]; variable
444 return errorStore; in debugLastError()
540 sstrcpy(errorStore, useInputBuffer1 ? inputBuffer[1] : inputBuffer[0]); in _debug()