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

  /external/libchrome/base/threading/
sequenced_worker_pool.cc 618 worker_pool_->inner_->ThreadLoop(this);
    [all...]
sequenced_worker_pool.h 410 // into |inner_|.
411 const std::unique_ptr<Inner> inner_; member in class:base::SequencedWorkerPool
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 390 virtual bool Next(void** data, int* size) { return inner_->Next(data, size); }
391 virtual void BackUp(int count) { inner_->BackUp(count); }
392 virtual int64 ByteCount() const { return inner_->ByteCount(); }
407 google::protobuf::scoped_ptr<io::StringOutputStream> inner_; member in class:google::protobuf::compiler::CommandLineInterface::MemoryOutputStream
580 inner_(new io::StringOutputStream(&data_)) {
589 inner_(new io::StringOutputStream(&data_)) {
594 inner_.reset();
    [all...]
  /art/libdexfile/dex/
dex_instruction.cc 562 DCHECK_LT(GetNumberOfOperands(), inner_->GetNumberOfOperands());
565 return inner_->GetOperand(operand_index + 1);
dex_instruction.h 745 : InstructionOperands(inner->GetNumberOfOperands() - 1), inner_(inner) {}
750 const InstructionOperands* const inner_; member in class:art::FINAL

Completed in 557 milliseconds