Home
last modified time | relevance | path

Searched refs:AppendTimestamp (Results 1 – 25 of 93) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/
H A Dcompact_sched.h108 inline void AppendTimestamp(uint64_t timestamp) { in AppendTimestamp() function
143 inline void AppendTimestamp(uint64_t timestamp) { in AppendTimestamp() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/traced/probes/ftrace/
H A Dcompact_sched.h108 inline void AppendTimestamp(uint64_t timestamp) { in AppendTimestamp() function
143 inline void AppendTimestamp(uint64_t timestamp) { in AppendTimestamp() function
H A Dcpu_reader.cc687 compact_buf->sched_switch().AppendTimestamp(timestamp); in ParseSchedSwitchCompact()
715 compact_buf->sched_waking().AppendTimestamp(timestamp); in ParseSchedWakingCompact()
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dtime_codec_test.go61 Data: bsoncore.AppendTimestamp(nil, uint32(now.Unix()), 0),
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dtime_codec_test.go61 Data: bsoncore.AppendTimestamp(nil, uint32(now.Unix()), 0),
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dtime_codec_test.go61 Data: bsoncore.AppendTimestamp(nil, uint32(now.Unix()), 0),
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dtime_codec_test.go61 Data: bsoncore.AppendTimestamp(nil, uint32(now.Unix()), 0),
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/connect/services/
H A Dcompound_id.hpp237 void AppendTimestamp(Int8 timestamp);
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/connect/services/
H A Dcompound_id.hpp237 void AppendTimestamp(Int8 timestamp);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/services/
H A Dcompound_id.cpp252 CID_APPEND_IMPL(AppendTimestamp, eCIT_Timestamp, Int8, m_Int8Value) in CID_APPEND_IMPL()
256 AppendTimestamp(time(NULL)); in CID_APPEND_IMPL()
606 result.AppendTimestamp(x_ReadInt8()); in ParseID()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/services/
H A Dcompound_id.cpp252 CID_APPEND_IMPL(AppendTimestamp, eCIT_Timestamp, Int8, m_Int8Value) in CID_APPEND_IMPL()
256 AppendTimestamp(time(NULL)); in CID_APPEND_IMPL()
606 result.AppendTimestamp(x_ReadInt8()); in ParseID()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/
H A Dbson_arraybuilder_test.go113 NewArrayBuilder().AppendTimestamp,
H A Dbson_documentbuilder_test.go114 NewDocumentBuilder().AppendTimestamp,
H A Dbson_documentbuilder.go142 func (db *DocumentBuilder) AppendTimestamp(key string, t, i uint32) *DocumentBuilder { func
H A Dvalue_test.go543 …"Timestamp/Success", Value.Timestamp, Value{Type: bsontype.Timestamp, Data: AppendTimestamp(nil, 1…
558 …"TimestampOK/Success", Value.TimestampOK, Value{Type: bsontype.Timestamp, Data: AppendTimestamp(ni…
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/
H A Dbson_documentbuilder_test.go114 NewDocumentBuilder().AppendTimestamp,
H A Dbson_arraybuilder_test.go113 NewArrayBuilder().AppendTimestamp,
H A Dbson_documentbuilder.go142 func (db *DocumentBuilder) AppendTimestamp(key string, t, i uint32) *DocumentBuilder { func
H A Dvalue_test.go543 …"Timestamp/Success", Value.Timestamp, Value{Type: bsontype.Timestamp, Data: AppendTimestamp(nil, 1…
558 …"TimestampOK/Success", Value.TimestampOK, Value{Type: bsontype.Timestamp, Data: AppendTimestamp(ni…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/
H A Dbson_documentbuilder.go142 func (db *DocumentBuilder) AppendTimestamp(key string, t, i uint32) *DocumentBuilder { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/
H A Dbson_documentbuilder.go142 func (db *DocumentBuilder) AppendTimestamp(key string, t, i uint32) *DocumentBuilder { func
/dports/www/gitea/gitea-1.16.5/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/
H A Dbson_documentbuilder.go142 func (db *DocumentBuilder) AppendTimestamp(key string, t, i uint32) *DocumentBuilder { func
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/
H A Dvalue_test.go533 …"Timestamp/Success", Value.Timestamp, Value{Type: bsontype.Timestamp, Data: AppendTimestamp(nil, 1…
548 …"TimestampOK/Success", Value.TimestampOK, Value{Type: bsontype.Timestamp, Data: AppendTimestamp(ni…
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/
H A Dvalue_test.go533 …"Timestamp/Success", Value.Timestamp, Value{Type: bsontype.Timestamp, Data: AppendTimestamp(nil, 1…
548 …"TimestampOK/Success", Value.TimestampOK, Value{Type: bsontype.Timestamp, Data: AppendTimestamp(ni…
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/
H A Dvalue_test.go533 …"Timestamp/Success", Value.Timestamp, Value{Type: bsontype.Timestamp, Data: AppendTimestamp(nil, 1…
548 …"TimestampOK/Success", Value.TimestampOK, Value{Type: bsontype.Timestamp, Data: AppendTimestamp(ni…

1234