Home
last modified time | relevance | path

Searched refs:OLog (Results 1 – 25 of 100) sorted by relevance

1234

/dports/benchmarks/polygraph/polygraph-4.13.0/src/base/
H A DOLog.h37 OLog();
101 OLog &operator <<(OLog &ol, char c) {
107 OLog &operator <<(OLog &ol, bool b) {
113 OLog &operator <<(OLog &ol, int x) {
119 OLog &operator <<(OLog &ol, const int64_t x) {
125 OLog &operator <<(OLog &ol, double x) {
131 OLog &operator <<(OLog &ol, const char *s) {
137 OLog &operator <<(OLog &ol, const String &s) {
146 OLog &operator <<(OLog &ol, const Time &t) {
165 OLog &operator <<(OLog &ol, const bege &b) {
[all …]
H A DOLog.cc19 OLog::OLog(): theStream(0), theZStream(0), theEntry(0), theEntryTag(-1) { in OLog() function in OLog
26 OLog::~OLog() { in ~OLog()
44 void OLog::capacity(Size aCap) { in capacity()
62 void OLog::resize(Size minCap) { in resize()
73 void OLog::close() { in close()
93 void OLog::flush(Size maxSize) { in flush()
143 void OLog::begEntry(int tag) { in begEntry()
153 void OLog::endEntry() { in endEntry()
174 void OLog::putHeader() { in putHeader()
195 void OLog::putTrailer() { in putTrailer()
[all …]
H A DRangeGenStat.h11 class OLog; variable
22 OLog &store(OLog &log) const;
77 OLog &operator <<(OLog &log, const RangeGenStat &s) { s.store(log); return log; }
H A DLogObj.h16 virtual OLog &store(OLog &ol) const = 0;
20 inline OLog &operator <<(OLog &log, const LogObj &o) { o.store(log); return log; }
H A DOidGenStat.h12 class OLog; variable
33 void store(OLog &log) const;
44 void writeTable(OLog &log, const Table &t) const;
69 OLog &operator <<(OLog &log, const OidGenStat &s) { s.store(log); return log; }
H A DTmSzStat.h11 class OLog; variable
24 OLog &store(OLog &log) const;
47 inline OLog &operator <<(OLog &ol, const TmSzStat &s) { return s.store(ol); }
H A DCompoundXactStat.h19 virtual OLog &store(OLog &log) const;
36 inline OLog &operator <<(OLog &ol, const CompoundXactStat &s) { return s.store(ol); }
H A DIcpStat.h24 OLog &store(OLog &log) const;
38 inline OLog &operator <<(OLog &ol, const IcpStat &s) { return s.store(ol); }
H A DHRHistStat.h28 OLog &store(OLog &log) const;
38 inline OLog &operator <<(OLog &ol, const HRHistStat &s) { return s.store(ol); }
H A DHRStat.h18 OLog &store(OLog &log) const;
44 inline OLog &operator <<(OLog &ol, const HRStat &s) { return s.store(ol); }
H A DTmSzHistStat.h19 OLog &store(OLog &log) const;
40 inline OLog &operator <<(OLog &ol, const TmSzHistStat &s) { return s.store(ol); }
H A DSslPhaseStat.h28 virtual OLog &store(OLog &log) const;
46 virtual OLog &store(OLog &log) const;
H A DConnCloseStat.cc22 virtual OLog &store(OLog &ol) const;
59 OLog &ConnCloseStatItem::store(OLog &ol) const { in store()
122 OLog &ConnCloseStat::store(OLog &ol) const { in store()
H A DSslPhaseStat.cc34 OLog &SslPhaseStat::Stat::store(OLog &log) const { in store()
63 OLog &SslPhaseStat::store(OLog &log) const { in store()
H A DGoalRec.h25 virtual OLog &store(OLog &) const;
50 virtual OLog &store(OLog &) const;
H A DLevelStat.h12 class OLog; variable
31 void store(OLog &log) const;
67 inline OLog &operator <<(OLog &log, const LevelStat &ls) { ls.store(log); return log; }
H A DUniqId.h14 class OLog; variable
77 OLog &store(OLog &ol) const;
103 OLog &operator <<(OLog &ol, const UniqId &id) { return id.store(ol); }
H A DProtoIntvlStat.h48 OLog &store(OLog &log) const;
66 inline OLog &operator <<(OLog &ol, const ProtoIntvlStat &s) { return s.store(ol); }
H A DGoalRec.cc43 OLog &ErrGoalRec::store(OLog &ol) const { in store()
95 OLog &GoalRec::store(OLog &ol) const { in store()
H A DContTypeStat.h28 void Store(OLog &ol); // store recorded content types to binary log
48 virtual OLog &store(OLog &ol) const;
126 OLog &Stat<StatT>::store(OLog &ol) const { in store()
H A DAggrStat.h32 void store(OLog &log) const;
69 OLog &operator <<(OLog &log, const AggrStat &s) { s.store(log); return log; }
/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DPolyOLog.cc45 OLog::putHeader(); in putHeader()
49 OLog::putTrailer(); in putTrailer()
57 OLog::begEntry(lgProgress); in begEntry()
62 OLog::begEntry(tag); in begEntry()
H A DMessageSize.h11 class OLog; variable
43 void store(OLog &ol) const;
55 OLog &operator <<(OLog &ol, const MessageSize &s) {
H A DFtpMsg.h13 class OLog; variable
24 virtual void store(OLog &log) const;
64 virtual void store(OLog &log) const;
83 virtual void store(OLog &log) const;
H A DBcastRcver.h19 class OLog; variable
40 inline void noteEvent(BcastChannel *ch, OLog *log);
56 virtual void noteLogEvent(BcastChannel *ch, OLog &log);
116 void BcastRcver::noteEvent(BcastChannel *ch, OLog *log) { in noteEvent()

1234