Home
last modified time | relevance | path

Searched refs:StoreResult (Results 1 – 25 of 77) sorted by relevance

1234

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/light/
H A Dodr.go51 StoreResult(db ethdb.Database) methodSpec
92 func (req *TrieRequest) StoreResult(db ethdb.Database) { func
104 func (req *CodeRequest) StoreResult(db ethdb.Database) { func
117 func (req *BlockRequest) StoreResult(db ethdb.Database) { func
131 func (req *ReceiptsRequest) StoreResult(db ethdb.Database) { func
148 func (req *ChtRequest) StoreResult(db ethdb.Database) { func
168 func (req *BloomRequest) StoreResult(db ethdb.Database) { func
193 func (req *TxStatusRequest) StoreResult(db ethdb.Database) {} func
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmGetDirectoryPropertyCommand.cxx14 void StoreResult(cmMakefile& makefile, std::string const& variable,
16 void StoreResult(cmMakefile& makefile, std::string const& variable,
89 StoreResult(status.GetMakefile(), variable, in cmGetDirectoryPropertyCommand()
98 StoreResult(status.GetMakefile(), variable, dir->GetProperty(*i)); in cmGetDirectoryPropertyCommand()
103 void StoreResult(cmMakefile& makefile, std::string const& variable, in StoreResult() function
108 void StoreResult(cmMakefile& makefile, std::string const& variable, in StoreResult() function
H A DcmGetPropertyCommand.cxx257 bool StoreResult(OutType infoType, cmMakefile& makefile, in StoreResult() function
273 bool StoreResult(OutType infoType, cmMakefile& makefile, in StoreResult() function
276 return StoreResult(infoType, makefile, variable, cmValue(value)); in StoreResult()
290 return StoreResult(infoType, status.GetMakefile(), variable, in HandleGlobalMode()
337 return StoreResult(infoType, status.GetMakefile(), variable, in HandleDirectoryMode()
359 return StoreResult( in HandleTargetMode()
398 return StoreResult(infoType, status.GetMakefile(), variable, in HandleSourceMode()
418 return StoreResult(infoType, status.GetMakefile(), variable, in HandleTestMode()
436 return StoreResult(infoType, status.GetMakefile(), variable, in HandleVariableMode()
454 StoreResult(infoType, status.GetMakefile(), variable, value); in HandleCacheMode()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmGetDirectoryPropertyCommand.cxx14 void StoreResult(cmMakefile& makefile, std::string const& variable,
16 void StoreResult(cmMakefile& makefile, std::string const& variable,
89 StoreResult(status.GetMakefile(), variable, in cmGetDirectoryPropertyCommand()
98 StoreResult(status.GetMakefile(), variable, dir->GetProperty(*i)); in cmGetDirectoryPropertyCommand()
103 void StoreResult(cmMakefile& makefile, std::string const& variable, in StoreResult() function
108 void StoreResult(cmMakefile& makefile, std::string const& variable, in StoreResult() function
H A DcmGetPropertyCommand.cxx257 bool StoreResult(OutType infoType, cmMakefile& makefile, in StoreResult() function
273 bool StoreResult(OutType infoType, cmMakefile& makefile, in StoreResult() function
276 return StoreResult(infoType, makefile, variable, cmValue(value)); in StoreResult()
290 return StoreResult(infoType, status.GetMakefile(), variable, in HandleGlobalMode()
337 return StoreResult(infoType, status.GetMakefile(), variable, in HandleDirectoryMode()
359 return StoreResult( in HandleTargetMode()
398 return StoreResult(infoType, status.GetMakefile(), variable, in HandleSourceMode()
418 return StoreResult(infoType, status.GetMakefile(), variable, in HandleTestMode()
436 return StoreResult(infoType, status.GetMakefile(), variable, in HandleVariableMode()
454 StoreResult(infoType, status.GetMakefile(), variable, value); in HandleCacheMode()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmGetDirectoryPropertyCommand.cxx14 void StoreResult(cmMakefile& makefile, std::string const& variable,
16 void StoreResult(cmMakefile& makefile, std::string const& variable,
89 StoreResult(status.GetMakefile(), variable, in cmGetDirectoryPropertyCommand()
98 StoreResult(status.GetMakefile(), variable, dir->GetProperty(*i)); in cmGetDirectoryPropertyCommand()
103 void StoreResult(cmMakefile& makefile, std::string const& variable, in StoreResult() function
108 void StoreResult(cmMakefile& makefile, std::string const& variable, in StoreResult() function
H A DcmGetPropertyCommand.cxx257 bool StoreResult(OutType infoType, cmMakefile& makefile, in StoreResult() function
273 bool StoreResult(OutType infoType, cmMakefile& makefile, in StoreResult() function
276 return StoreResult(infoType, makefile, variable, cmValue(value)); in StoreResult()
290 return StoreResult(infoType, status.GetMakefile(), variable, in HandleGlobalMode()
337 return StoreResult(infoType, status.GetMakefile(), variable, in HandleDirectoryMode()
359 return StoreResult( in HandleTargetMode()
398 return StoreResult(infoType, status.GetMakefile(), variable, in HandleSourceMode()
418 return StoreResult(infoType, status.GetMakefile(), variable, in HandleTestMode()
436 return StoreResult(infoType, status.GetMakefile(), variable, in HandleVariableMode()
454 StoreResult(infoType, status.GetMakefile(), variable, value); in HandleCacheMode()
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/light/
H A Dodr.go52 StoreResult(db ethdb.Database)
94 func (req *TrieRequest) StoreResult(db ethdb.Database) {
107 func (req *CodeRequest) StoreResult(db ethdb.Database) {
120 func (req *BlockRequest) StoreResult(db ethdb.Database) {
133 func (req *ReceiptsRequest) StoreResult(db ethdb.Database) {
149 func (req *ChtRequest) StoreResult(db ethdb.Database) {
170 func (req *BloomRequest) StoreResult(db ethdb.Database) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/prefetch/tasks/
H A Dmark_operation_done_task.h26 enum class StoreResult { enum
34 using TaskResult = std::pair<StoreResult, int64_t>;
43 StoreResult store_result() const { return std::get<0>(result_); } in store_result()
58 TaskResult result_ = std::make_pair(StoreResult::UNFINISHED, -1);
H A Dmark_operation_done_task.cc41 return std::make_pair(MarkOperationDoneTask::StoreResult::STORE_ERROR, -1); in MakeStoreError()
52 return std::make_pair(MarkOperationDoneTask::StoreResult::UPDATED, in MarkOperationCompletedOnServerSync()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/core/prefetch/tasks/
H A Dmark_operation_done_task.h26 enum class StoreResult { enum
34 using TaskResult = std::pair<StoreResult, int64_t>;
43 StoreResult store_result() const { return std::get<0>(result_); } in store_result()
58 TaskResult result_ = std::make_pair(StoreResult::UNFINISHED, -1);
H A Dmark_operation_done_task.cc41 return std::make_pair(MarkOperationDoneTask::StoreResult::STORE_ERROR, -1); in MakeStoreError()
52 return std::make_pair(MarkOperationDoneTask::StoreResult::UPDATED, in MarkOperationCompletedOnServerSync()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/services/printing/
H A Dpdf_thumbnailer_unittest.cc77 void StoreResult(base::OnceClosure callback, const SkBitmap& bitmap) { in StoreResult() function in printing::PdfThumbnailerTest
105 base::BindOnce(&PdfThumbnailerTest::StoreResult, in TEST_F()
122 base::BindOnce(&PdfThumbnailerTest::StoreResult, in TEST_F()
139 base::BindOnce(&PdfThumbnailerTest::StoreResult, in TEST_F()
155 base::BindOnce(&PdfThumbnailerTest::StoreResult, in TEST_F()
172 base::BindOnce(&PdfThumbnailerTest::StoreResult, in TEST_F()
/dports/net/concourse-fly/concourse-6.7.1/atc/exec/
H A Drun_state_test.go53 state.StoreResult(id+"-other", 42)
68 state.StoreResult(id, 123)
82 state.StoreResult(id, "one hundred and twenty-three")
/dports/misc/concourse/concourse-6.7.2/atc/exec/
H A Drun_state_test.go53 state.StoreResult(id+"-other", 42)
68 state.StoreResult(id, 123)
82 state.StoreResult(id, "one hundred and twenty-three")
/dports/math/adept/adept-2.0.8/include/adept/
H A DBinaryOperation.h200 typename enable_if<StoreResult==1, Type>::type
213 typename enable_if<StoreResult==2, Type>::type
225 typename enable_if<(StoreResult > 0), Type>::type
233 typename enable_if<StoreResult==0, Type>::type
242 typename enable_if<StoreResult==0, Type>::type
484 typename enable_if<StoreResult == 1, Type>::type
492 typename enable_if<StoreResult == 2, Type>::type
509 typename enable_if<StoreResult == 0, Type>::type
517 typename enable_if<StoreResult == 0, Type>::type
698 typename enable_if<StoreResult == 0, Type>::type
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocbcore/v9/
H A Dagent_test.go63 }, func(res *StoreResult, err error) {
102 }, func(res *StoreResult, err error) {
142 }, func(res *StoreResult, err error) {
161 }, func(res *StoreResult, err error) {
180 }, func(res *StoreResult, err error) {
204 }, func(res *StoreResult, err error) {
262 }, func(res *StoreResult, err error) {
319 }, func(res *StoreResult, err error) {
376 }, func(res *StoreResult, err error) {
395 }, func(res *StoreResult, err error) {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dteam.go496 tchan := make(chan store.StoreResult, 1)
503 uchan := make(chan store.StoreResult, 1)
577 tchan := make(chan store.StoreResult, 1)
584 uchan := make(chan store.StoreResult, 1)
653 tchan := make(chan store.StoreResult, 1)
660 uchan := make(chan store.StoreResult, 1)
1130 tchan := make(chan store.StoreResult, 1)
1137 uchan := make(chan store.StoreResult, 1)
1334 tchan := make(chan store.StoreResult, 1)
1341 uchan := make(chan store.StoreResult, 1)
[all …]
H A Dintegration_action.go74 pchan := make(chan store.StoreResult, 1)
77 pchan <- store.StoreResult{Data: post, NErr: err}
81 cchan := make(chan store.StoreResult, 1)
84 cchan <- store.StoreResult{Data: channel, NErr: err}
88 userChan := make(chan store.StoreResult, 1)
91 userChan <- store.StoreResult{Data: user, NErr: err}
179 teamChan := make(chan store.StoreResult, 1)
190 teamChan <- store.StoreResult{Data: team, NErr: err}
H A Dnotification.go33 pchan := make(chan store.StoreResult, 1)
36 pchan <- store.StoreResult{Data: props, NErr: err}
40 cmnchan := make(chan store.StoreResult, 1)
43 cmnchan <- store.StoreResult{Data: props, NErr: err}
47 var gchan chan store.StoreResult
49 gchan = make(chan store.StoreResult, 1)
52 gchan <- store.StoreResult{Data: groupsMap, NErr: err}
57 var fchan chan store.StoreResult
59 fchan = make(chan store.StoreResult, 1)
67 var tchan chan store.StoreResult
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/store/searchlayer/
H A Duser_layer.go118 uchan := make(chan store.StoreResult, 1)
121 uchan <- store.StoreResult{Data: users, NErr: nErr}
125 nuchan := make(chan store.StoreResult, 1)
128 nuchan <- store.StoreResult{Data: users, NErr: nErr}
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/builtin/
H A DSIMD.cpp809 return StoreResult<V>(cx, args, result); in ReplaceLane()
838 return StoreResult<V>(cx, args, result); in Swizzle()
870 return StoreResult<V>(cx, args, result); in Shuffle()
894 return StoreResult<V>(cx, args, result); in BinaryScalar()
916 return StoreResult<Out>(cx, args, result); in CompareFunc()
1002 return StoreResult<Vret>(cx, args, result); in FuncConvert()
1021 return StoreResult<Vret>(cx, args, copy); in FuncConvertBits()
1038 return StoreResult<Vret>(cx, args, result); in FuncSplat()
1052 return StoreResult<V>(cx, args, result); in Bool()
1086 return StoreResult<V>(cx, args, result); in SelectBits()
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/store/sqlstore/
H A Dthread_store.go161 totalUnreadThreadsChan := make(chan store.StoreResult, 1)
162 totalCountChan := make(chan store.StoreResult, 1)
163 totalUnreadMentionsChan := make(chan store.StoreResult, 1)
164 var threadsChan chan store.StoreResult
166 threadsChan = make(chan store.StoreResult, 1)
179 …totalUnreadThreadsChan <- store.StoreResult{Data: totalUnreadThreads, NErr: errors.Wrapf(err, "fai…
198 totalCountChan <- store.StoreResult{Data: totalCount, NErr: err}
210 totalUnreadMentionsChan <- store.StoreResult{Data: totalUnreadMentions, NErr: err}
271 threadsChan <- store.StoreResult{Data: threads, NErr: err}
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/query_tiles/internal/
H A Dtile_fetcher_unittest.cc68 TileFetcher::FinishedCallback StoreResult();
99 TileFetcher::FinishedCallback TileFetcherTest::StoreResult() { in StoreResult() function in query_tiles::TileFetcherTest
173 fetcher->StartFetchForTiles(StoreResult()); in RunFetcher()
/dports/net/krill/krill-0.9.4/src/commons/eventsourcing/
H A Dstore.rs26 pub type StoreResult<T> = Result<T, AggregateStoreError>; typedef
146 pub fn disk(work_dir: &Path, name_space: &str) -> StoreResult<Self> { in disk()
174 pub fn warm(&self) -> StoreResult<()> { in warm() argument
188 pub fn warm_aggregate(&self, handle: &Handle) -> StoreResult<()> { in warm_aggregate() argument
240 pub fn recover(&self) -> StoreResult<()> { in recover() argument
357 pub fn get_latest(&self, handle: &Handle) -> StoreResult<Arc<A>> { in get_latest()
363 pub fn add(&self, init: A::InitEvent) -> StoreResult<Arc<A>> { in add()
624 fn has_updates(&self, id: &Handle, aggregate: &A) -> StoreResult<bool> { in has_updates()
640 fn get_latest_no_lock(&self, handle: &Handle) -> StoreResult<Arc<A>> { in get_latest_no_lock()

1234