Searched refs:array_value (Results 1 – 1 of 1) sorted by relevance
1484 const cppbor::Array* array_value = value_item->asArray(); in parse_eat_record() local1558 ASSERT_OR_RETURN_ERROR(array_value, KM_ERROR_INVALID_TAG); in parse_eat_record()1559 ASSERT_OR_RETURN_ERROR(array_value->size() == 5, KM_ERROR_INVALID_TAG); in parse_eat_record()1560 ASSERT_OR_RETURN_ERROR((*array_value)[4]->asSimple()->asBool()->value() == false, in parse_eat_record()1562 verified_or_self_signed = (*array_value)[0]->asSimple()->asBool()->value(); in parse_eat_record()1564 (*array_value)[1]->asSimple()->asBool()->value(), in parse_eat_record()1567 (*array_value)[2]->asSimple()->asBool()->value(), in parse_eat_record()1570 (*array_value)[3]->asSimple()->asBool()->value(), in parse_eat_record()