/external/vulkan-validation-layers/layers/ |
D | sparse_containers.h | 236 const IteratorValueType &operator*() const { return current_value_; } 243 current_value_.first = vec_->range_max_; 244 current_value_.second = SparseVector::DefaultValue(); 246 current_value_.first = it_sparse_->first; 247 current_value_.second = it_sparse_->second; 280 current_value_.first = it_sparse_->first; in ConstIterator() 281 current_value_.second = it_sparse_->second; in ConstIterator() 299 IteratorValueType current_value_; variable 308 current_value_ = IteratorValueType(index_, value_); in SetCurrentValue()
|
/external/v8/src/utils/ |
D | bit-vector.h | 30 current_value_(target->is_inline() ? target->data_.inline_ in Iterator() 43 while (current_value_ == 0) { in Advance() 47 current_value_ = target_->data_.ptr_[current_index_]; in Advance() 52 uintptr_t trailing_zeros = base::bits::CountTrailingZeros(current_value_); in Advance() 54 current_value_ >>= trailing_zeros; in Advance() 57 current_value_ >>= 1; in Advance() 68 uintptr_t current_value_; variable
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-param-util-generated.h.pump | 166 virtual const ParamType* Current() const { return current_value_.get(); } 198 current_value_.reset(new ParamType($for j, [[*current$(j)_]])); 223 linked_ptr<ParamType> current_value_;
|
D | gtest-param-util-generated.h | 3619 virtual const ParamType* Current() const { return current_value_.get(); } in Current() 3651 current_value_.reset(new ParamType(*current1_, *current2_)); in ComputeCurrentValue() 3673 linked_ptr<ParamType> current_value_; variable 3742 virtual const ParamType* Current() const { return current_value_.get(); } in Current() 3778 current_value_.reset(new ParamType(*current1_, *current2_, *current3_)); in ComputeCurrentValue() 3804 linked_ptr<ParamType> current_value_; variable 3883 virtual const ParamType* Current() const { return current_value_.get(); } in Current() 3923 current_value_.reset(new ParamType(*current1_, *current2_, *current3_, in ComputeCurrentValue() 3954 linked_ptr<ParamType> current_value_; variable 4041 virtual const ParamType* Current() const { return current_value_.get(); } in Current() [all …]
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-param-util-generated.h.pump | 183 virtual const ParamType* Current() const { return ¤t_value_; } 215 current_value_ = ParamType($for j, [[*current$(j)_]]); 240 ParamType current_value_;
|
D | gtest-param-util-generated.h | 3208 virtual const ParamType* Current() const { return ¤t_value_; } in Current() 3240 current_value_ = ParamType(*current1_, *current2_); in ComputeCurrentValue() 3262 ParamType current_value_; variable 3331 virtual const ParamType* Current() const { return ¤t_value_; } in Current() 3367 current_value_ = ParamType(*current1_, *current2_, *current3_); in ComputeCurrentValue() 3393 ParamType current_value_; variable 3472 virtual const ParamType* Current() const { return ¤t_value_; } in Current() 3512 current_value_ = ParamType(*current1_, *current2_, *current3_, in ComputeCurrentValue() 3543 ParamType current_value_; variable 3630 virtual const ParamType* Current() const { return ¤t_value_; } in Current() [all …]
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-param-util.h | 801 const ParamType* Current() const override { return current_value_.get(); } in Current() 844 current_value_ = std::make_shared<ParamType>(*std::get<I>(current_)...); in ComputeCurrentValue() 858 std::shared_ptr<ParamType> current_value_; variable
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 843 const ParamType* Current() const override { return current_value_.get(); } in Current() 886 current_value_ = std::make_shared<ParamType>(*std::get<I>(current_)...); in ComputeCurrentValue() 900 std::shared_ptr<ParamType> current_value_; variable
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 840 const ParamType *Current() const override { return current_value_.get(); } in Current() 883 current_value_ = std::make_shared<ParamType>(*std::get<I>(current_)...); in ComputeCurrentValue() 897 std::shared_ptr<ParamType> current_value_; variable
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-param-util-generated.h | 2884 virtual const ParamType* Current() const { return ¤t_value_; } in Current() 2916 current_value_ = ParamType(*current1_, *current2_); in ComputeCurrentValue() 2938 ParamType current_value_; variable 3007 virtual const ParamType* Current() const { return ¤t_value_; } in Current() 3043 current_value_ = ParamType(*current1_, *current2_, *current3_); in ComputeCurrentValue() 3069 ParamType current_value_; variable 3148 virtual const ParamType* Current() const { return ¤t_value_; } in Current() 3188 current_value_ = ParamType(*current1_, *current2_, *current3_, in ComputeCurrentValue() 3219 ParamType current_value_; variable 3306 virtual const ParamType* Current() const { return ¤t_value_; } in Current() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-param-util-generated.h | 3211 virtual const ParamType* Current() const { return ¤t_value_; } in Current() 3243 current_value_ = ParamType(*current1_, *current2_); in ComputeCurrentValue() 3265 ParamType current_value_; variable 3334 virtual const ParamType* Current() const { return ¤t_value_; } in Current() 3370 current_value_ = ParamType(*current1_, *current2_, *current3_); in ComputeCurrentValue() 3396 ParamType current_value_; variable 3475 virtual const ParamType* Current() const { return ¤t_value_; } in Current() 3515 current_value_ = ParamType(*current1_, *current2_, *current3_, in ComputeCurrentValue() 3546 ParamType current_value_; variable 3633 virtual const ParamType* Current() const { return ¤t_value_; } in Current() [all …]
|
/external/fmtlib/test/gtest/ |
D | gtest.h | 13828 virtual const ParamType* Current() const { return ¤t_value_; } 13860 current_value_ = ParamType(*current1_, *current2_); 13882 ParamType current_value_; 13951 virtual const ParamType* Current() const { return ¤t_value_; } 13987 current_value_ = ParamType(*current1_, *current2_, *current3_); 14013 ParamType current_value_; 14092 virtual const ParamType* Current() const { return ¤t_value_; } 14132 current_value_ = ParamType(*current1_, *current2_, *current3_, 14163 ParamType current_value_; 14250 virtual const ParamType* Current() const { return ¤t_value_; } [all …]
|