Searched refs:DecodeIntegerValue (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/policy/
H A Duser_policy_cache.h55 Value* DecodeIntegerValue(google::protobuf::int64 value) const;
H A Duser_policy_cache_unittest.cc32 Value* DecodeIntegerValue(google::protobuf::int64 value);
159 TEST_F(UserPolicyCacheTest, DecodeIntegerValue) {
163 DecodeIntegerValue(static_cast<google::protobuf::int64>(42)));
168 DecodeIntegerValue(static_cast<google::protobuf::int64>(min - 1LL)));
170 value.reset(DecodeIntegerValue(static_cast<google::protobuf::int64>(min)));
175 DecodeIntegerValue(static_cast<google::protobuf::int64>(max + 1LL)));
177 value.reset(DecodeIntegerValue(static_cast<google::protobuf::int64>(max)));
H A Duser_policy_cache.cc214 Value* UserPolicyCache::DecodeIntegerValue( function in class:policy::UserPolicyCache
237 return DecodeIntegerValue(value.int64_value());
265 Value* int_value = DecodeIntegerValue(*i);
H A Ddevice_policy_cache.cc97 Value* DecodeIntegerValue(google::protobuf::int64 value) { function in namespace:__anon2181
277 DecodeIntegerValue(container.policy_refresh_rate()));

Completed in 60 milliseconds