Searched refs:DecodeIntegerValue (Results 1 – 4 of 4) sorted by relevance
32 Value* DecodeIntegerValue(google::protobuf::int64 value);159 TEST_F(UserPolicyCacheTest, DecodeIntegerValue) { in TEST_F() argument163 DecodeIntegerValue(static_cast<google::protobuf::int64>(42))); in TEST_F()168 DecodeIntegerValue(static_cast<google::protobuf::int64>(min - 1LL))); in TEST_F()170 value.reset(DecodeIntegerValue(static_cast<google::protobuf::int64>(min))); in TEST_F()175 DecodeIntegerValue(static_cast<google::protobuf::int64>(max + 1LL))); in TEST_F()177 value.reset(DecodeIntegerValue(static_cast<google::protobuf::int64>(max))); in TEST_F()
214 Value* UserPolicyCache::DecodeIntegerValue( in DecodeIntegerValue() function in policy::UserPolicyCache237 return DecodeIntegerValue(value.int64_value()); in DecodeValue()265 Value* int_value = DecodeIntegerValue(*i); in DecodeValue()
55 Value* DecodeIntegerValue(google::protobuf::int64 value) const;
97 Value* DecodeIntegerValue(google::protobuf::int64 value) { in DecodeIntegerValue() function277 DecodeIntegerValue(container.policy_refresh_rate())); in DecodeDevicePolicy()