Searched refs:AddInt64 (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/pc/ |
D | stats_collector.cc | 98 report->AddInt64(StatsReport::kStatsValueNameBytesSent, bytes_sent); in ExtractCommonSendProperties() 100 report->AddInt64(StatsReport::kStatsValueNameRtt, info.rtt_ms); in ExtractCommonSendProperties() 199 report->AddInt64(StatsReport::kStatsValueNameBytesReceived, bytes_rcvd); in ExtractStats() 201 report->AddInt64(StatsReport::kStatsValueNameCaptureStartNtpTimeMs, in ExtractStats() 278 report->AddInt64(StatsReport::kStatsValueNameBytesReceived, bytes_rcvd); in ExtractStats() 280 report->AddInt64(StatsReport::kStatsValueNameCaptureStartNtpTimeMs, in ExtractStats() 284 report->AddInt64(StatsReport::kStatsValueNameFirstFrameReceivedToDecodedMs, in ExtractStats() 288 report->AddInt64(StatsReport::kStatsValueNameQpSum, *info.qp_sum); in ExtractStats() 321 report->AddInt64(StatsReport::kStatsValueNameInterframeDelayMaxMs, in ExtractStats() 390 report->AddInt64(StatsReport::kStatsValueNameBucketDelay, info.bucket_delay); in ExtractStats() [all …]
|
/external/protobuf/src/google/protobuf/ |
D | test_util.h | 243 reflection->AddInt64(message, F("repeated_int64"), 202); in SetAllFieldsViaReflection() 247 reflection->AddInt64(message, F("repeated_sint64"), 206); in SetAllFieldsViaReflection() 251 reflection->AddInt64(message, F("repeated_sfixed64"), 210); in SetAllFieldsViaReflection() 278 reflection->AddInt64(message, F("repeated_int64"), 302); in SetAllFieldsViaReflection() 282 reflection->AddInt64(message, F("repeated_sint64"), 306); in SetAllFieldsViaReflection() 286 reflection->AddInt64(message, F("repeated_sfixed64"), 310); in SetAllFieldsViaReflection() 400 reflection->AddInt64(message, F("packed_int64"), 602); in SetPackedFieldsViaReflection() 404 reflection->AddInt64(message, F("packed_sint64"), 606); in SetPackedFieldsViaReflection() 408 reflection->AddInt64(message, F("packed_sfixed64"), 610); in SetPackedFieldsViaReflection() 415 reflection->AddInt64(message, F("packed_int64"), 702); in SetPackedFieldsViaReflection() [all …]
|
D | message.h | 665 void AddInt64(Message* message, const FieldDescriptor* field,
|
D | extension_set.h | 344 void AddInt64(int number, FieldType type, bool packed, int64 value, desc);
|
/external/webrtc/api/ |
D | stats_types.h | 396 void AddInt64(StatsValueName name, int64_t value);
|
D | stats_types.cc | 750 void StatsReport::AddInt64(StatsReport::StatsValueName name, int64_t value) { in AddInt64() function in webrtc::StatsReport
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/jsonrpc2/ |
D | jsonrpc2.go | 142 id := ID{Number: atomic.AddInt64(&c.seq, 1)}
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
D | jsonrpc2.go | 142 id := ID{Number: atomic.AddInt64(&c.seq, 1)}
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
D | jsonrpc2.go | 142 id := ID{Number: atomic.AddInt64(&c.seq, 1)}
|
/external/libprotobuf-mutator/src/ |
D | field_instance.h | 351 reflection().AddInt64(message_, descriptor(), value); in PushBackRepeated()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 357 reflection->AddInt64(message, field_descriptor, value); in Subscript()
|