OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:namespaces_to_fetch_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/policy/core/common/cloud/
mock_cloud_policy_client.h
53
using CloudPolicyClient::
namespaces_to_fetch_
;
cloud_policy_client.cc
149
CHECK(!
namespaces_to_fetch_
.empty());
162
for (NamespaceSet::iterator it =
namespaces_to_fetch_
.begin();
163
it !=
namespaces_to_fetch_
.end(); ++it) {
292
namespaces_to_fetch_
.insert(key);
296
namespaces_to_fetch_
.erase(key);
component_cloud_policy_service_unittest.cc
156
EXPECT_EQ(0u, client_->
namespaces_to_fetch_
.size());
164
client_->
namespaces_to_fetch_
.size());
266
EXPECT_EQ(2u, client_->
namespaces_to_fetch_
.size());
310
EXPECT_EQ(2u, client_->
namespaces_to_fetch_
.size());
327
EXPECT_EQ(2u, client_->
namespaces_to_fetch_
.size());
cloud_policy_client.h
270
NamespaceSet
namespaces_to_fetch_
;
member in class:policy::CloudPolicyClient
Completed in 169 milliseconds