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

  /external/protobuf/src/google/protobuf/
descriptor.cc 581 pool->underlay_->tables_->FindByNameHelper(pool->underlay_, name);
756 tables_(new Tables),
766 tables_(new Tables),
776 tables_(new Tables),
793 return tables_->FindFile(filename) != NULL;
872 const FileDescriptor* result = tables_->FindFile(name);
879 const FileDescriptor* result = tables_->FindFile(name);
888 Symbol result = tables_->FindSymbol(symbol_name);
896 Symbol result = tables_->FindSymbol(symbol_name);
904 Symbol result = tables_->FindByNameHelper(this, name)
1848 DescriptorPool::Tables* tables_; \/\/ for convenience member in class:google::protobuf::DescriptorBuilder
    [all...]
descriptor.h 892 const FileDescriptorTables* tables_; member in class:google::protobuf::FileDescriptor
1162 scoped_ptr<Tables> tables_; member in class:google::protobuf::DescriptorPool
    [all...]
  /external/v8/src/
compilation-cache.cc 59 tables_ = NewArray<Object*>(generations);
62 ~CompilationSubCache() { DeleteArray(tables_); }
82 Object** tables_; // Compilation cache tables - one for each generation. member in class:v8::internal::CompilationSubCache
167 if (tables_[generation]->IsUndefined()) {
169 tables_[generation] = *result;
172 CompilationCacheTable::cast(tables_[generation]);
182 tables_[i] = tables_[i - 1];
186 tables_[0] = Heap::undefined_value();
191 v->VisitPointers(&tables_[0], &tables_[generations_])
    [all...]

Completed in 70 milliseconds