Home
last modified time | relevance | path

Searched refs:num_of_blobs (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/logging/rtc_event_log/encoder/
Dblob_encoding.cc49 size_t num_of_blobs) { in DecodeBlobs() argument
55 if (num_of_blobs == 0u) { in DecodeBlobs()
64 std::vector<uint64_t> lengths(num_of_blobs); in DecodeBlobs()
65 for (size_t i = 0; i < num_of_blobs; ++i) { in DecodeBlobs()
87 std::vector<absl::string_view> blobs(num_of_blobs); in DecodeBlobs()
88 for (size_t i = 0; i < num_of_blobs; ++i) { in DecodeBlobs()
Dblob_encoding_unittest.cc42 size_t num_of_blobs) { in TestGracefulErrorHandling() argument
44 DecodeBlobs(encoded_blobs, num_of_blobs); in TestGracefulErrorHandling()
Dblob_encoding.h49 size_t num_of_blobs);