OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogTable
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/system_wrappers/source/
data_log.cc
57
// A
LogTable
contains multiple rows, where only the latest row is active for
61
class
LogTable
{
63
LogTable
();
64
~
LogTable
();
142
LogTable
::
LogTable
()
153
LogTable
::~
LogTable
() {
173
int
LogTable
::AddColumn(const std::string& column_name,
191
void
LogTable
::NextRow()
[
all
...]
/external/webrtc/src/system_wrappers/interface/
data_log_impl.h
34
class
LogTable
;
143
typedef std::map<std::string,
LogTable
*> TableMap;
Completed in 141 milliseconds