HomeSort by relevance Sort by last modified time
    Searched refs:depths_ (Results 1 - 3 of 3) sorted by null

  /external/brotli/c/enc/
block_encoder_inc.h 19 self->depths_ = BROTLI_ALLOC(m, uint8_t, table_size);
28 alphabet_size, tree, &self->depths_[ix], &self->bits_[ix],
brotli_bit_stream.c 853 uint8_t* depths_; member in struct:BlockEncoder
869 self->depths_ = 0;
874 BROTLI_FREE(m, self->depths_);
    [all...]
  /external/perfetto/src/trace_processor/
trace_storage.h 301 depths_.emplace_back(depth);
322 const std::deque<uint8_t>& depths() const { return depths_; }
335 std::deque<uint8_t> depths_; member in class:perfetto::trace_processor::TraceStorage::NestableSlices
    [all...]

Completed in 1404 milliseconds