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

  /external/qemu/elff/
elf_alloc.h 101 ElfAllocatorChunk* current_chunk_; member in class:ElfAllocator
  /ndk/sources/host-tools/ndk-stack/elff/
elf_alloc.h 101 ElfAllocatorChunk* current_chunk_; member in class:ElfAllocator
  /external/v8/test/cctest/
test-liveedit.cc 84 current_chunk_ = new DiffChunkStruct(pos1, pos2, len1, len2);
85 (*next_chunk_pointer_) = current_chunk_;
86 next_chunk_pointer_ = &current_chunk_->next;
90 DiffChunkStruct* current_chunk_; member in class:__anon15956::ListDiffOutputWriter

Completed in 204 milliseconds