Home
last modified time | relevance | path

Searched refs:current_value_ (Results 1 – 11 of 11) sorted by relevance

/external/vulkan-validation-layers/layers/
Dsparse_containers.h236 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/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util-generated.h.pump166 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_;
Dgtest-param-util-generated.h3619 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/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-param-util.h798 const ParamType* Current() const override { return current_value_.get(); } in Current()
841 current_value_ = std::make_shared<ParamType>(*std::get<I>(current_)...); in ComputeCurrentValue()
855 std::shared_ptr<ParamType> current_value_; variable
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h801 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/
Dgtest-param-util.h865 const ParamType* Current() const override { return current_value_.get(); } in Current()
908 current_value_ = std::make_shared<ParamType>(*std::get<I>(current_)...); in ComputeCurrentValue()
922 std::shared_ptr<ParamType> current_value_; variable
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util.h840 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/
Dgtest-param-util-generated.h2884 virtual const ParamType* Current() const { return &current_value_; } in Current()
2916 current_value_ = ParamType(*current1_, *current2_); in ComputeCurrentValue()
2938 ParamType current_value_; variable
3007 virtual const ParamType* Current() const { return &current_value_; } in Current()
3043 current_value_ = ParamType(*current1_, *current2_, *current3_); in ComputeCurrentValue()
3069 ParamType current_value_; variable
3148 virtual const ParamType* Current() const { return &current_value_; } in Current()
3188 current_value_ = ParamType(*current1_, *current2_, *current3_, in ComputeCurrentValue()
3219 ParamType current_value_; variable
3306 virtual const ParamType* Current() const { return &current_value_; } in Current()
[all …]
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util-generated.h3211 virtual const ParamType* Current() const { return &current_value_; } in Current()
3243 current_value_ = ParamType(*current1_, *current2_); in ComputeCurrentValue()
3265 ParamType current_value_; variable
3334 virtual const ParamType* Current() const { return &current_value_; } in Current()
3370 current_value_ = ParamType(*current1_, *current2_, *current3_); in ComputeCurrentValue()
3396 ParamType current_value_; variable
3475 virtual const ParamType* Current() const { return &current_value_; } in Current()
3515 current_value_ = ParamType(*current1_, *current2_, *current3_, in ComputeCurrentValue()
3546 ParamType current_value_; variable
3633 virtual const ParamType* Current() const { return &current_value_; } in Current()
[all …]
/external/fmtlib/test/gtest/
Dgtest.h13828 virtual const ParamType* Current() const { return &current_value_; }
13860 current_value_ = ParamType(*current1_, *current2_);
13882 ParamType current_value_;
13951 virtual const ParamType* Current() const { return &current_value_; }
13987 current_value_ = ParamType(*current1_, *current2_, *current3_);
14013 ParamType current_value_;
14092 virtual const ParamType* Current() const { return &current_value_; }
14132 current_value_ = ParamType(*current1_, *current2_, *current3_,
14163 ParamType current_value_;
14250 virtual const ParamType* Current() const { return &current_value_; }
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gtest/
Dgtest.h14983 virtual const ParamType* Current() const { return &current_value_; }
15015 current_value_ = ParamType(*current1_, *current2_);
15037 ParamType current_value_;
15106 virtual const ParamType* Current() const { return &current_value_; }
15142 current_value_ = ParamType(*current1_, *current2_, *current3_);
15168 ParamType current_value_;
15247 virtual const ParamType* Current() const { return &current_value_; }
15287 current_value_ = ParamType(*current1_, *current2_, *current3_,
15318 ParamType current_value_;
15405 virtual const ParamType* Current() const { return &current_value_; }
[all …]