OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NextRow
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/system_wrappers/source/
data_log_no_op.cc
38
int DataLog::
NextRow
(const std::string& /*table_name*/) {
71
int DataLogImpl::
NextRow
(const std::string& /*table_name*/) {
data_log.cc
74
void
NextRow
();
191
void LogTable::
NextRow
() {
314
int DataLog::
NextRow
(const std::string& table_name) {
318
return data_log->DataLogImpl::StaticInstance()->
NextRow
(table_name);
412
int DataLogImpl::
NextRow
(const std::string& table_name) {
416
tables_[table_name]->
NextRow
();
Completed in 526 milliseconds