Searched refs:simple_value (Results 1 – 1 of 1) sorted by relevance
1486 const cppbor::Simple* simple_value = value_item->asSimple(); in parse_eat_record() local1557 ASSERT_OR_RETURN_ERROR(simple_value->asBool(), KM_ERROR_INVALID_TAG); in parse_eat_record()1558 *device_locked = simple_value->asBool()->value(); in parse_eat_record()