Searched refs:stringBuf (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A Dexcxx_example_database_load.cpp142 std::string stringBuf; local
143 std::getline(inFile, stringBuf);
146 if (!stringBuf.empty())
148 nextPound = getNextPound(stringBuf, substring);
151 nextPound = getNextPound(stringBuf, substring);
154 nextPound = getNextPound(stringBuf, substring);
157 nextPound = getNextPound(stringBuf, substring);
160 nextPound = getNextPound(stringBuf, substring);
163 nextPound = getNextPound(stringBuf, substring);
198 std::string stringBuf; local
[all...]

Completed in 59 milliseconds