Searched refs:out_key (Results 1 – 2 of 2) sorted by relevance
33 bool StringMap::next(const char** out_key, const char** out_val) { in next() argument37 if (out_key) { in next()38 *out_key = iterator_->key.c_str(); in next()47 bool StringMap::next(fbl::String* out_key, fbl::String* out_val) { in next() argument50 if (out_key) { in next()51 out_key->Set(key); in next()
35 bool next(const char** out_key, const char** out_val);36 bool next(fbl::String* out_key, fbl::String* out_val);
Completed in 5 milliseconds