Home
last modified time | relevance | path

Searched refs:PostStore (Results 1 – 25 of 135) sorted by relevance

123456

/dports/www/mattermost-server/mattermost-server-6.0.2/store/localcachelayer/
H A Dpost_layer_test.go41 mockStore.Post().(*mocks.PostStore).AssertNumberOfCalls(t, "GetEtag", 1)
45 mockStore.Post().(*mocks.PostStore).AssertNumberOfCalls(t, "GetEtag", 1)
55 mockStore.Post().(*mocks.PostStore).AssertNumberOfCalls(t, "GetEtag", 1)
57 mockStore.Post().(*mocks.PostStore).AssertNumberOfCalls(t, "GetEtag", 2)
67 mockStore.Post().(*mocks.PostStore).AssertNumberOfCalls(t, "GetEtag", 1)
70 mockStore.Post().(*mocks.PostStore).AssertNumberOfCalls(t, "GetEtag", 2)
80 mockStore.Post().(*mocks.PostStore).AssertNumberOfCalls(t, "GetEtag", 1)
83 mockStore.Post().(*mocks.PostStore).AssertNumberOfCalls(t, "GetEtag", 2)
157 mockStore.Post().(*mocks.PostStore).AssertNumberOfCalls(t, "GetPosts", 1)
160 mockStore.Post().(*mocks.PostStore).AssertNumberOfCalls(t, "GetPosts", 1)
[all …]
H A Dpost_layer.go17 store.PostStore anonMember
40 s.PostStore.ClearCaches()
55 s.PostStore.InvalidateLastPostTimeCache(channelId)
71 result := s.PostStore.GetEtag(channelId, allowFromCache, collapsedThreads)
93 list, err := s.PostStore.GetPostsSince(options, allowFromCache)
110 return s.PostStore.GetPosts(options, allowFromCache)
122 list, err := s.PostStore.GetPosts(options, false)
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/mocks/
H A DPostStore.go15 type PostStore struct { struct
87 func (_m *PostStore) ClearCaches() { argument
106 func (_m *PostStore) DeleteOrphanedRows(limit int) (int64, error) { argument
256 func (_m *PostStore) GetMaxPostSize() int { argument
270 func (_m *PostStore) GetOldest() (*model.Post, error) { argument
293 func (_m *PostStore) GetOldestEntityCreationTime() (int64, error) { argument
660 func (_m *PostStore) InvalidateLastPostTimeCache(channelID string) { argument
665 func (_m *PostStore) Overwrite(post *model.Post) (*model.Post, error) { argument
767 func (_m *PostStore) PermanentDeleteByChannel(channelID string) error { argument
781 func (_m *PostStore) PermanentDeleteByUser(userID string) error { argument
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/store/searchlayer/
H A Dpost_layer.go18 store.PostStore anonMember
84 post, err := s.PostStore.Update(newPost, oldPost)
93 post, err := s.PostStore.Overwrite(post)
101 npost, err := s.PostStore.Save(post)
110 err := s.PostStore.Delete(postId, date, deletedByID)
113 postList, err2 := s.PostStore.Get(context.Background(), postId, true, false, false, "")
124 err := s.PostStore.PermanentDeleteByUser(userID)
132 err := s.PostStore.PermanentDeleteByChannel(channelID)
158 posts, err := s.PostStore.GetPostsByIds(postIds)
192 return s.PostStore.SearchPostsInTeamForUser(paramsList, userId, teamId, page, perPage)
H A Dlayer.go34 searchStore.post = &SearchPostStore{PostStore: baseStore.Post(), rootStore: searchStore}
54 func (s *SearchStore) Post() store.PostStore {
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/
H A Dstore.go21 PostStore mocks.PostStore member
63 func (s *Store) Post() store.PostStore { return &s.PostStore }
121 &s.PostStore,
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/alertmanager/provider/mem/
H A Dmem.go54 PostStore(alert *types.Alert, existing bool) methodSpec
200 a.callback.PostStore(alert, existing)
218 func (n noopCallback) PostStore(_ *types.Alert, _ bool) {} func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/provider/mem/
H A Dmem.go54 PostStore(alert *types.Alert, existing bool) methodSpec
200 a.callback.PostStore(alert, existing)
218 func (n noopCallback) PostStore(_ *types.Alert, _ bool) {} func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/alertmanager/provider/mem/
H A Dmem.go54 PostStore(alert *types.Alert, existing bool) methodSpec
200 a.callback.PostStore(alert, existing)
218 func (n noopCallback) PostStore(_ *types.Alert, _ bool) {} func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/provider/mem/
H A Dmem.go54 PostStore(alert *types.Alert, existing bool) methodSpec
200 a.callback.PostStore(alert, existing)
218 func (n noopCallback) PostStore(_ *types.Alert, _ bool) {} func
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h139 if (Optional<PostStore> PSL = L.getAs<PostStore>()) in r_mark_regions()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h138 if (Optional<PostStore> PSL = L.getAs<PostStore>()) in getLocationRegionIfPostStore()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h189 if (Optional<PostStore> PSL = L.getAs<PostStore>()) in VMGlobals()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h138 if (Optional<PostStore> PSL = L.getAs<PostStore>()) in getLocationRegionIfPostStore()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h138 if (Optional<PostStore> PSL = L.getAs<PostStore>()) in getLocationRegionIfPostStore()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h140 if (Optional<PostStore> PSL = L.getAs<PostStore>()) in getLocationRegionIfPostStore()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h140 if (Optional<PostStore> PSL = L.getAs<PostStore>()) in getLocationRegionIfPostStore()
/dports/www/mattermost-server/mattermost-server-6.0.2/store/retrylayer/
H A Dretrylayer.go39 PostStore store.PostStore member
126 func (s *RetryLayer) Post() store.PostStore {
127 return s.PostStore
291 store.PostStore anonMember
5491 s.PostStore.ClearCaches()
5643 return s.PostStore.GetMaxPostSize()
5651 result, err := s.PostStore.GetOldest()
5997 result, err := s.PostStore.Overwrite(post)
6097 err := s.PostStore.PermanentDeleteByUser(userID)
6117 result, err := s.PostStore.Save(post)
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h140 if (Optional<PostStore> PSL = L.getAs<PostStore>()) in getLocationRegionIfPostStore()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h140 if (Optional<PostStore> PSL = L.getAs<PostStore>()) in getLocationRegionIfPostStore()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h140 if (Optional<PostStore> PSL = L.getAs<PostStore>()) in getLocationRegionIfPostStore()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h140 if (Optional<PostStore> PSL = L.getAs<PostStore>()) in getLocationRegionIfPostStore()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h140 if (Optional<PostStore> PSL = L.getAs<PostStore>()) in getLocationRegionIfPostStore()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h140 if (Optional<PostStore> PSL = L.getAs<PostStore>()) in getLocationRegionIfPostStore()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h140 if (Optional<PostStore> PSL = L.getAs<PostStore>()) in getLocationRegionIfPostStore()

123456