Searched refs:blob_cells (Results 1 – 8 of 8) sorted by relevance
101 …__slots__ = ("cells", "varint_cells", "float64_cells", "blob_cells", "string_cells", "is_last_batc…125 blob_cells: _containers.RepeatedScalarFieldContainer[bytes]128 …terable[int]] = ..., float64_cells: _Optional[_Iterable[float]] = ..., blob_cells: _Optional[_Iter…
80 batches[batch_index].blob_cells)
84 batches[batch_index].blob_cells)
643 case 4: // blob_cells: one entry per blob.
131 for (auto it = batch.blob_cells(); it; ++it) in DeserializeBuffer()
602 case 4: // blob_cells: one entry per blob.
217 repeated bytes blob_cells = 4; field
1309 …::protozero::RepeatedFieldIterator<::protozero::ConstBytes> blob_cells() const { return GetRepeate… in blob_cells() function