Home
last modified time | relevance | path

Searched defs:AddTable (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
Ddata_log_no_op.cc28 int DataLog::AddTable(const std::string& /*table_name*/) { in AddTable() function in webrtc::DataLog
55 int DataLogImpl::AddTable(const std::string& /*table_name*/) { in AddTable() function in webrtc::DataLogImpl
Ddata_log.cc295 int DataLog::AddTable(const std::string& table_name) { in AddTable() function in webrtc::DataLog
371 int DataLogImpl::AddTable(const std::string& table_name) { in AddTable() function in webrtc::DataLogImpl
/external/dng_sdk/source/
Ddng_read_image.cpp493 void dng_lzw_expander::AddTable (int32 w, int32 k) in AddTable() function in dng_lzw_expander
Ddng_image_writer.cpp3381 void dng_lzw_compressor::AddTable (int32 w, int32 k) in AddTable() function in dng_lzw_compressor
/external/v8/src/wasm/
Dmodule-decoder.cc952 bool AddTable(WasmModule* module) { in AddTable() function in v8::internal::wasm::ModuleDecoderImpl