Home
last modified time | relevance | path

Searched refs:AddInt64 (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dstatscollector.cc109 report->AddInt64(StatsReport::kStatsValueNameBytesSent, info.bytes_sent); in ExtractCommonSendProperties()
110 report->AddInt64(StatsReport::kStatsValueNameRtt, info.rtt_ms); in ExtractCommonSendProperties()
176 report->AddInt64(StatsReport::kStatsValueNameBytesReceived, in ExtractStats()
178 report->AddInt64(StatsReport::kStatsValueNameCaptureStartNtpTimeMs, in ExtractStats()
206 report->AddInt64(StatsReport::kStatsValueNameBytesReceived, in ExtractStats()
208 report->AddInt64(StatsReport::kStatsValueNameCaptureStartNtpTimeMs, in ExtractStats()
288 report->AddInt64(StatsReport::kStatsValueNameBucketDelay, info.bucket_delay); in ExtractStats()
528 report->AddInt64(StatsReport::kStatsValueNameSsrc, ssrc); in PrepareReport()
636 report->AddInt64(i.name, i.value); in AddConnectionInfoReport()
Dstatstypes.h359 void AddInt64(StatsValueName name, int64_t value);
Dstatstypes.cc684 void StatsReport::AddInt64(StatsReport::StatsValueName name, int64_t value) { in AddInt64() function in webrtc::StatsReport
/external/protobuf/src/google/protobuf/
Dtest_util.cc2428 reflection->AddInt64 (message, F("repeated_int64" ), 202); in SetAllFieldsViaReflection()
2432 reflection->AddInt64 (message, F("repeated_sint64" ), 206); in SetAllFieldsViaReflection()
2436 reflection->AddInt64 (message, F("repeated_sfixed64"), 210); in SetAllFieldsViaReflection()
2463 reflection->AddInt64 (message, F("repeated_int64" ), 302); in SetAllFieldsViaReflection()
2467 reflection->AddInt64 (message, F("repeated_sint64" ), 306); in SetAllFieldsViaReflection()
2471 reflection->AddInt64 (message, F("repeated_sfixed64"), 310); in SetAllFieldsViaReflection()
2589 reflection->AddInt64 (message, F("packed_int64" ), 602); in SetPackedFieldsViaReflection()
2593 reflection->AddInt64 (message, F("packed_sint64" ), 606); in SetPackedFieldsViaReflection()
2597 reflection->AddInt64 (message, F("packed_sfixed64"), 610); in SetPackedFieldsViaReflection()
2604 reflection->AddInt64 (message, F("packed_int64" ), 702); in SetPackedFieldsViaReflection()
[all …]
Dgenerated_message_reflection.h309 void AddInt64 (Message* message,
Dmessage.h628 virtual void AddInt64 (Message* message,
Dextension_set.h311 void AddInt64 (int number, FieldType type, bool packed, int64 value, desc);
/external/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc378 reflection->AddInt64(message, field_descriptor, value); in Append()