Searched refs:s_entries (Results 1 – 1 of 1) sorted by relevance
53 std::map<std::string, std::string> s_entries; member189 data_->s_entries.find(ks) == data_->s_entries.end()) in addUnsignedEntry()202 data_->s_entries.find(ks) == data_->s_entries.end()) in addStringEntry()205 data_->s_entries[ks] = std::string(default_value); in addStringEntry()227 auto it = data_->s_entries.find(ks); in getStringValue()228 CHECK(it != data_->s_entries.end()); in getStringValue()297 auto sit = data_->s_entries.find(key); in parseLine()298 if (sit != data_->s_entries.end()) { in parseLine()