Searched refs:opt_desc (Results 1 – 3 of 3) sorted by relevance
77 base::Optional<SliceDescription> opt_desc; in ComputeTable() local78 auto status = DescribeSlice(slices, SliceId{input.slice_id_value}, &opt_desc); in ComputeTable()86 if (opt_desc) { in ComputeTable()89 base::StringView(opt_desc->description)); in ComputeTable()91 context_->storage->InternString(base::StringView(opt_desc->doc_link)); in ComputeTable()
41 static char *opt_desc; variable202 if (opt_desc && vb2_private_key_set_desc(privkey, opt_desc)) { in vb2_make_keypair()243 if (opt_desc && vb2_public_key_set_desc(pubkey, opt_desc)) { in vb2_make_keypair()288 opt_desc = optarg; in do_create()
257 auto opt_desc = in AddFromFileDescriptorSet() local259 if (!opt_desc.has_value()) { in AddFromFileDescriptorSet()265 descriptors_[opt_desc.value()].full_name()); in AddFromFileDescriptorSet()