Home | History | Annotate | Download | only in src

Lines Matching full:witness

5690                                const WhitenessWitness& witness) {
5692 dst->CopyFrom(dst_index, *src, src_index, witness));
5699 const WhitenessWitness& witness) {
5708 Set(dst_index, &desc, witness);
5764 DescriptorArray::WhitenessWitness witness(new_descriptors);
5794 new_descriptors->CopyFrom(to_index++, this, from_index, witness);
5801 new_descriptors->Set(insertion_index, descriptor, witness);
5822 DescriptorArray::WhitenessWitness witness(new_descriptors);
5827 new_descriptors->CopyFrom(next_descriptor++, this, i, witness);
5837 void DescriptorArray::SortUnchecked(const WhitenessWitness& witness) {
5890 void DescriptorArray::Sort(const WhitenessWitness& witness) {
5891 SortUnchecked(witness);
12388 DescriptorArray::WhitenessWitness witness(descriptors);
12426 descriptors->Set(next_descriptor++, &d, witness);
12440 descriptors->Set(next_descriptor++, &d, witness);
12451 descriptors->Set(next_descriptor++, &d, witness);
12459 descriptors->Sort(witness);