Searched refs:found_key (Results 1 – 7 of 7) sorted by relevance
49 std::string found_key; in GetPhotoInfoFromDict() local50 if (!reader->ReadElementContent(&found_key)) in GetPhotoInfoFromDict()54 if (found_key == "ImagePath") { in GetPhotoInfoFromDict()62 } else if (found_key == "OriginalPath") { in GetPhotoInfoFromDict()130 std::string found_key; in GetAlbumInfoFromDict() local131 if (!reader->ReadElementContent(&found_key)) in GetAlbumInfoFromDict()135 if (found_key == "AlbumId") { in GetAlbumInfoFromDict()141 } else if (found_key == "AlbumName") { in GetAlbumInfoFromDict()147 } else if (found_key == "KeyList") { in GetAlbumInfoFromDict()259 std::string found_key; in Parse() local[all …]
52 std::string found_key; in GetTrackInfoFromDict() local53 if (!reader->ReadElementContent(&found_key)) in GetTrackInfoFromDict()57 if (found_key == "Track ID") { in GetTrackInfoFromDict()63 } else if (found_key == "Location") { in GetTrackInfoFromDict()84 } else if (found_key == "Artist") { in GetTrackInfoFromDict()90 } else if (found_key == "Album Artist") { in GetTrackInfoFromDict()97 } else if (found_key == "Album") { in GetTrackInfoFromDict()
48 std::string found_key; in SeekInDict() local49 if (!reader->ReadElementContent(&found_key)) in SeekInDict()52 if (found_key == key) in SeekInDict()
263 int found_key = 0; in user_key_allowed2() local280 found_key = 0; in user_key_allowed2()354 found_key = 1; in user_key_allowed2()362 found_key = 1; in user_key_allowed2()375 if (!found_key) in user_key_allowed2()377 return found_key; in user_key_allowed2()
181 std::string found_key = notification1_->GetKey(); in TEST_F() local184 EXPECT_EQ(expected_key, found_key); in TEST_F()
154 for found_key in node.GetKeys():156 self._value_info[found_key][0].pop()
1642 std::string* found_key) { in FindGreatestKeyLessThanOrEqual() argument1659 *found_key = it->Key().as_string(); in FindGreatestKeyLessThanOrEqual()