Searched refs:total_blob_bytes_ (Results 1 – 3 of 3) sorted by relevance
31 total_blob_bytes_(total_blob_bytes), in BlobFileAddition()39 uint64_t GetTotalBlobBytes() const { return total_blob_bytes_; } in GetTotalBlobBytes()54 uint64_t total_blob_bytes_ = 0; variable
31 total_blob_bytes_(total_blob_bytes), in SharedBlobFileMetaData()44 uint64_t GetTotalBlobBytes() const { return total_blob_bytes_; } in GetTotalBlobBytes()53 uint64_t total_blob_bytes_; variable
36 PutVarint64(output, total_blob_bytes_); in EncodeTo()61 if (!GetVarint64(input, &total_blob_bytes_)) { in DecodeFrom()