Searched defs:AddTable (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
H A Ddata_log_no_op.cc28 int DataLog::AddTable(const std::string& /*table_name*/) { function in class:webrtc::DataLog
55 int DataLogImpl::AddTable(const std::string& /*table_name*/) { function in class:webrtc::DataLogImpl
H A Ddata_log.cc295 int DataLog::AddTable(const std::string& table_name) { function in class:webrtc::DataLog
299 return data_log->AddTable(table_name);
371 int DataLogImpl::AddTable(const std::string& table_name) { function in class:webrtc::DataLogImpl
/external/v8/src/asmjs/
H A Dasm-typer.h224 void AddTable(const AstNode& node) { tables_.AddNewElement(node); } function in class:v8::internal::wasm::final::SourceLayoutTracker
/external/dng_sdk/source/
H A Ddng_read_image.cpp433 void AddTable (int32 w, int32 k);
493 void dng_lzw_expander::AddTable (int32 w, int32 k) function in class:dng_lzw_expander
497 "bad w value in dng_lzw_expander::AddTable");
506 "bad fNextCode value in dng_lzw_expander::AddTable");
793 AddTable (oldCode, code);
H A Ddng_image_writer.cpp3322 void AddTable (int32 w, int32 k);
3381 void dng_lzw_compressor::AddTable (int32 w, int32 k) function in class:dng_lzw_compressor
3385 "Bad w value in dng_lzw_compressor::AddTable");
3392 "Bad fNextCode value in dng_lzw_compressor::AddTable");
3525 AddTable (code, pixel);
3547 AddTable (code, 0);
/external/v8/src/wasm/
H A Dmodule-decoder.cc345 if (!AddTable(module)) break;
417 if (!AddTable(module)) break;
732 bool AddTable(WasmModule* module) { function in class:v8::internal::wasm::ModuleDecoder

Completed in 683 milliseconds