Home
last modified time | relevance | path

Searched refs:HistoryResult (Results 1 – 21 of 21) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browsing_data/core/counters/
H A Dhistory_counter.cc178 ReportResult(std::make_unique<HistoryResult>( in MergeResults()
187 HistoryCounter::HistoryResult::HistoryResult(const HistoryCounter* source, in HistoryResult() function in browsing_data::HistoryCounter::HistoryResult
194 HistoryCounter::HistoryResult::~HistoryResult() {} in ~HistoryResult()
H A Dhistory_counter.h26 class HistoryResult : public SyncResult {
28 HistoryResult(const HistoryCounter* source,
32 ~HistoryResult() override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/browsing_data/core/counters/
H A Dhistory_counter.cc178 ReportResult(std::make_unique<HistoryResult>( in MergeResults()
187 HistoryCounter::HistoryResult::HistoryResult(const HistoryCounter* source, in HistoryResult() function in browsing_data::HistoryCounter::HistoryResult
194 HistoryCounter::HistoryResult::~HistoryResult() {} in ~HistoryResult()
H A Dhistory_counter.h25 class HistoryResult : public SyncResult {
27 HistoryResult(const HistoryCounter* source,
31 ~HistoryResult() override;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/centrifugal/protocol/
H A Dgenerate.sh29 gomodifytags -file client.pb.go -field Offset -struct HistoryResult -all -w -remove-options json=om…
30 gomodifytags -file client.pb.go -field Epoch -struct HistoryResult -all -w -remove-options json=omi…
31 gomodifytags -file client.pb.go -field Publications -struct HistoryResult -all -w -remove-options j…
H A Dclient.pb.go2096 type HistoryResult struct { struct
2106 func (x *HistoryResult) Reset() { argument
2107 *x = HistoryResult{}
2115 func (x *HistoryResult) String() string { argument
2119 func (*HistoryResult) ProtoMessage() {} argument
2121 func (x *HistoryResult) ProtoReflect() protoreflect.Message { argument
2134 func (*HistoryResult) Descriptor() ([]byte, []int) { argument
2138 func (x *HistoryResult) GetPublications() []*Publication { argument
2145 func (x *HistoryResult) GetEpoch() string { argument
2152 func (x *HistoryResult) GetOffset() uint64 { argument
[all …]
H A Dencode.go397 EncodeHistoryResult(*HistoryResult) ([]byte, error) argument
467 func (e *JSONResultEncoder) EncodeHistoryResult(res *HistoryResult) ([]byte, error) {
536 func (e *ProtobufResultEncoder) EncodeHistoryResult(res *HistoryResult) ([]byte, error) {
H A Dclient.proto217 message HistoryResult { message
H A Dclient.pb_easyjson.go2030 func easyjson19c08265DecodeGithubComCentrifugalProtocolBuild29(in *jlexer.Lexer, out *HistoryResult argument
2094 func easyjson19c08265EncodeGithubComCentrifugalProtocolBuild29(out *writer, in HistoryResult) { argument
2132 func (v HistoryResult) MarshalEasyJSON(w *writer) {
2137 func (v *HistoryResult) UnmarshalEasyJSON(l *jlexer.Lexer) {
H A Dclient_vtproto.pb.go1754 func (m *HistoryResult) MarshalVT() (dAtA []byte, err error) {
1767 func (m *HistoryResult) MarshalToVT(dAtA []byte) (int, error) {
1772 func (m *HistoryResult) MarshalToSizedBufferVT(dAtA []byte) (int, error) {
2743 func (m *HistoryResult) SizeVT() (n int) {
7210 func (m *HistoryResult) UnmarshalVT(dAtA []byte) error {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/centrifugal/centrifuge/
H A Dnode.go1224 type HistoryResult struct { struct
1231 func (n *Node) history(ch string, opts *HistoryOptions) (HistoryResult, error) {
1233 return HistoryResult{}, ErrorBadRequest
1241 return HistoryResult{}, err
1247 return HistoryResult{
1253 return HistoryResult{
1261 func (n *Node) History(ch string, opts ...HistoryOption) (HistoryResult, error) {
1286 return result.(HistoryResult), err
1292 func (n *Node) recoverHistory(ch string, since StreamPosition) (HistoryResult, error) {
H A Devents.go294 Result *HistoryResult
H A Dclient_test.go1740 var result protocol.HistoryResult
1775 var result protocol.HistoryResult
1815 var result protocol.HistoryResult
1857 var result protocol.HistoryResult
H A Dclient.go1731 …col.GetResultEncoder(c.transport.Protocol().toProto()).EncodeHistoryResult(&protocol.HistoryResult{
2194 func isRecovered(historyResult HistoryResult, cmdOffset uint64, cmdEpoch string) ([]*protocol.Publi… argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/browsing_data/core/
H A Dbrowsing_data_utils.cc177 const HistoryCounter::HistoryResult* history_result = in GetCounterTextFromResult()
178 static_cast<const HistoryCounter::HistoryResult*>(result); in GetCounterTextFromResult()
H A Dbrowsing_data_utils_unittest.cc173 HistoryCounter::HistoryResult result(&counter, test_case.num_history, in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browsing_data/core/
H A Dbrowsing_data_utils.cc213 const HistoryCounter::HistoryResult* history_result = in GetCounterTextFromResult()
214 static_cast<const HistoryCounter::HistoryResult*>(result); in GetCounterTextFromResult()
H A Dbrowsing_data_utils_unittest.cc184 HistoryCounter::HistoryResult result(&counter, test_case.num_history, in TEST_F()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/centrifugal/protocol/definitions/
H A Dclient.proto217 message HistoryResult { message
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/centrifugal/centrifuge/_examples/custom_engine_tarantool/tntengine/
H A Dbroker_test.go113 func isRecovered(historyResult centrifuge.HistoryResult, cmdOffset uint64, cmdEpoch string) ([]*pro… argument
137 …ring, since centrifuge.StreamPosition, maxPublicationLimit int) (centrifuge.HistoryResult, error) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/browsing_data/counters/
H A Dhistory_counter_browsertest.cc90 static_cast<HistoryCounter::HistoryResult*>(result.get()); in Callback()