Home
last modified time | relevance | path

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

/external/libchrome/components/policy/core/common/
Dpolicy_service_stub.cc22 return kEmpty_; in GetPolicies()
Dpolicy_service_stub.h35 const PolicyMap kEmpty_;
Dpolicy_bundle.h67 const PolicyMap kEmpty_; variable
Dpolicy_bundle.cc28 return it == end() ? kEmpty_ : *it->second; in Get()