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