Searched refs:AddInt64 (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/talk/app/webrtc/ |
D | statscollector.cc | 109 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()
|
D | statstypes.h | 359 void AddInt64(StatsValueName name, int64_t value);
|
D | statstypes.cc | 684 void StatsReport::AddInt64(StatsReport::StatsValueName name, int64_t value) { in AddInt64() function in webrtc::StatsReport
|
/external/libchrome/base/ |
D | pickle.h | 127 void AddInt64() { return AddPOD<int64_t>(); } in AddInt64() function
|
D | pickle_unittest.cc | 614 sizer.AddInt64(); in TEST()
|
/external/protobuf/src/google/protobuf/ |
D | test_util.cc | 2429 reflection->AddInt64 (message, F("repeated_int64" ), 202); in SetAllFieldsViaReflection() 2433 reflection->AddInt64 (message, F("repeated_sint64" ), 206); in SetAllFieldsViaReflection() 2437 reflection->AddInt64 (message, F("repeated_sfixed64"), 210); in SetAllFieldsViaReflection() 2464 reflection->AddInt64 (message, F("repeated_int64" ), 302); in SetAllFieldsViaReflection() 2468 reflection->AddInt64 (message, F("repeated_sint64" ), 306); in SetAllFieldsViaReflection() 2472 reflection->AddInt64 (message, F("repeated_sfixed64"), 310); in SetAllFieldsViaReflection() 2590 reflection->AddInt64 (message, F("packed_int64" ), 602); in SetPackedFieldsViaReflection() 2594 reflection->AddInt64 (message, F("packed_sint64" ), 606); in SetPackedFieldsViaReflection() 2598 reflection->AddInt64 (message, F("packed_sfixed64"), 610); in SetPackedFieldsViaReflection() 2605 reflection->AddInt64 (message, F("packed_int64" ), 702); in SetPackedFieldsViaReflection() [all …]
|
D | generated_message_reflection.h | 373 void AddInt64 (Message* message,
|
D | message.h | 708 virtual void AddInt64 (Message* message,
|
D | extension_set.h | 322 void AddInt64 (int number, FieldType type, bool packed, int64 value, desc);
|
/external/libmojo/ipc/ |
D | ipc_message_utils.cc | 932 sizer->AddInt64(); in GetSize() 955 sizer->AddInt64(); in GetSize() 979 sizer->AddInt64(); in GetSize()
|
D | ipc_message_utils.h | 253 sizer->AddInt64(); 270 sizer->AddInt64();
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 368 reflection->AddInt64(message, field_descriptor, value); in Append()
|