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

  /external/webrtc/src/system_wrappers/source/
data_log.cc 323 tables_(),
334 for (TableMap::iterator it = tables_.begin(); it != tables_.end();) {
337 tables_.erase(it++);
385 if (tables_.count(table_name) > 0)
387 tables_[table_name] = new LogTable();
388 if (tables_[table_name]->CreateLogFile(table_name + ".txt") == -1)
397 if (tables_.count(table_name) == 0)
399 return tables_[table_name]->AddColumn(column_name, multi_value_length);
406 assert(tables_.count(table_name) > 0)
    [all...]
  /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 78 if (tables_[generation]->IsUndefined()) {
80 tables_[generation] = *result;
83 CompilationCacheTable::cast(tables_[generation]);
92 tables_[i] = tables_[i - 1];
96 tables_[0] = isolate()->heap()->undefined_value();
103 if (tables_[i] != undefined) {
104 reinterpret_cast<CompilationCacheTable*>(tables_[i])->IterateElements(v);
111 v->VisitPointers(&tables_[0], &tables_[generations_])
    [all...]
compilation-cache.h 44 tables_ = NewArray<Object*>(generations);
47 ~CompilationSubCache() { DeleteArray(tables_); }
61 tables_[kFirstGeneration] = *value;
87 Object** tables_; // Compilation cache tables - one for each generation.
  /external/webrtc/src/system_wrappers/interface/
data_log_impl.h 149 TableMap tables_; member in class:webrtc::DataLogImpl

Completed in 558 milliseconds