Home
last modified time | relevance | path

Searched refs:selectors (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Djson.h62 const std::vector<std::string>& selectors) { in GetValue() argument
64 for (const auto& selector : selectors) { in GetValue()
74 const Json::Value& array, const std::vector<std::string>& selectors) { in GetArrayValues() argument
77 result.emplace_back(CF_EXPECT(GetValue<T>(element, selectors))); in GetArrayValues()
83 const std::vector<std::string>& selectors) { in HasValue() argument
85 for (const auto& selector : selectors) { in HasValue()
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dopen_wrt.cpp71 const std::vector<std::string> selectors{kGuestSnapshotField, in Commands() local
74 CF_EXPECT(GetValue<std::string>(meta_info_json, selectors)); in Commands()
/device/google/cuttlefish/host/frontend/webrtc/html_client/
Dstyle.css472 #touchpad-list .selectors {
476 #touchpad-list .selectors button {
484 #touchpad-list .selectors button:hover {
489 #touchpad-list .selectors button.selected {
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp546 const std::vector<std::string> selectors{kGuestSnapshotField, in StartCommands() local
549 CF_EXPECT(GetValue<std::string>(meta_info_json, selectors)); in StartCommands()