OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:namespaces_to_fetch_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/policy/core/common/cloud/
mock_cloud_policy_client.h
52
using CloudPolicyClient::
namespaces_to_fetch_
;
cloud_policy_client.cc
144
CHECK(!
namespaces_to_fetch_
.empty());
157
for (NamespaceSet::iterator it =
namespaces_to_fetch_
.begin();
158
it !=
namespaces_to_fetch_
.end(); ++it) {
277
namespaces_to_fetch_
.insert(key);
281
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());
269
EXPECT_EQ(2u, client_->
namespaces_to_fetch_
.size());
313
EXPECT_EQ(2u, client_->
namespaces_to_fetch_
.size());
330
EXPECT_EQ(2u, client_->
namespaces_to_fetch_
.size());
cloud_policy_client.h
259
NamespaceSet
namespaces_to_fetch_
;
member in class:policy::CloudPolicyClient
Completed in 35 milliseconds