HomeSort by relevance Sort by last modified time
    Searched defs:total_size_ (Results 1 - 6 of 6) sorted by null

  /external/marisa-trie/lib/marisa/
progress.h 23 MARISA_THROW_IF(total_size_ > (MARISA_UINT32_MAX - total_size),
25 total_size_ += total_size;
35 return total_size_;
54 std::size_t total_size_; member in class:marisa::Progress
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
progress.h 23 MARISA_ALPHA_THROW_IF(total_size_ > (MARISA_ALPHA_UINT32_MAX - total_size),
25 total_size_ += total_size;
35 return total_size_;
54 std::size_t total_size_; member in class:marisa_alpha::Progress
  /external/v8/src/
allocation-tracker.h 27 unsigned allocation_size() const { return total_size_; }
37 unsigned total_size_; member in class:v8::internal::AllocationTraceNode
hydrogen.h 2788 unsigned total_size_; member in class:v8::internal::FINAL
    [all...]
  /external/protobuf/src/google/protobuf/
repeated_field.h 203 int total_size_; member in class:google::protobuf::RepeatedField
345 int total_size_; member in class:google::protobuf::internal::RepeatedPtrFieldBase
583 total_size_(kInitialSize) {
590 total_size_(kInitialSize) {
599 total_size_(kInitialSize) {
638 return total_size_;
686 if (current_size_ == total_size_) Reserve(total_size_ + 1);
692 if (current_size_ == total_size_) Reserve(total_size_ + 1)
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h 1792 size_t total_size_; \/\/ header + code size. member in class:art::Mir2Lir
    [all...]

Completed in 141 milliseconds