/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-param-util-generated.h | 2862 begin2_(g2.begin()), end2_(g2.end()), current2_(current2) { in Iterator() 2874 ++current2_; in Advance() 2875 if (current2_ == end2_) { in Advance() 2876 current2_ = begin2_; in Advance() 2899 current2_ == typed_other->current2_); in Equals() 2910 current2_(other.current2_) { in Iterator() 2916 current_value_ = ParamType(*current1_, *current2_); in ComputeCurrentValue() 2923 current2_ == end2_; in AtEnd() 2937 typename ParamGenerator<T2>::iterator current2_; variable 2980 begin2_(g2.begin()), end2_(g2.end()), current2_(current2), in Iterator() [all …]
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-param-util-generated.h | 2865 begin2_(g2.begin()), end2_(g2.end()), current2_(current2) { in Iterator() 2877 ++current2_; in Advance() 2878 if (current2_ == end2_) { in Advance() 2879 current2_ = begin2_; in Advance() 2902 current2_ == typed_other->current2_); in Equals() 2913 current2_(other.current2_) { in Iterator() 2919 current_value_ = ParamType(*current1_, *current2_); in ComputeCurrentValue() 2926 current2_ == end2_; in AtEnd() 2940 typename ParamGenerator<T2>::iterator current2_; variable 2983 begin2_(g2.begin()), end2_(g2.end()), current2_(current2), in Iterator() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-param-util-generated.h | 3189 begin2_(g2.begin()), end2_(g2.end()), current2_(current2) { in Iterator() 3201 ++current2_; in Advance() 3202 if (current2_ == end2_) { in Advance() 3203 current2_ = begin2_; in Advance() 3226 current2_ == typed_other->current2_); in Equals() 3237 current2_(other.current2_) { in Iterator() 3243 current_value_ = ParamType(*current1_, *current2_); in ComputeCurrentValue() 3250 current2_ == end2_; in AtEnd() 3264 typename ParamGenerator<T2>::iterator current2_; variable 3307 begin2_(g2.begin()), end2_(g2.end()), current2_(current2), in Iterator() [all …]
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-param-util-generated.h | 3189 begin2_(g2.begin()), end2_(g2.end()), current2_(current2) { in Iterator() 3201 ++current2_; in Advance() 3202 if (current2_ == end2_) { in Advance() 3203 current2_ = begin2_; in Advance() 3226 current2_ == typed_other->current2_); in Equals() 3237 current2_(other.current2_) { in Iterator() 3243 current_value_ = ParamType(*current1_, *current2_); in ComputeCurrentValue() 3250 current2_ == end2_; in AtEnd() 3264 typename ParamGenerator<T2>::iterator current2_; variable 3307 begin2_(g2.begin()), end2_(g2.end()), current2_(current2), in Iterator() [all …]
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-param-util-generated.h | 3189 begin2_(g2.begin()), end2_(g2.end()), current2_(current2) { in Iterator() 3201 ++current2_; in Advance() 3202 if (current2_ == end2_) { in Advance() 3203 current2_ = begin2_; in Advance() 3226 current2_ == typed_other->current2_); in Equals() 3237 current2_(other.current2_) { in Iterator() 3243 current_value_ = ParamType(*current1_, *current2_); in ComputeCurrentValue() 3250 current2_ == end2_; in AtEnd() 3264 typename ParamGenerator<T2>::iterator current2_; variable 3307 begin2_(g2.begin()), end2_(g2.end()), current2_(current2), in Iterator() [all …]
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-param-util-generated.h | 3186 begin2_(g2.begin()), end2_(g2.end()), current2_(current2) { in Iterator() 3198 ++current2_; in Advance() 3199 if (current2_ == end2_) { in Advance() 3200 current2_ = begin2_; in Advance() 3223 current2_ == typed_other->current2_); in Equals() 3234 current2_(other.current2_) { in Iterator() 3240 current_value_ = ParamType(*current1_, *current2_); in ComputeCurrentValue() 3247 current2_ == end2_; in AtEnd() 3261 typename ParamGenerator<T2>::iterator current2_; variable 3304 begin2_(g2.begin()), end2_(g2.end()), current2_(current2), in Iterator() [all …]
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-param-util-generated.h | 3597 begin2_(g2.begin()), end2_(g2.end()), current2_(current2) { in Iterator() 3609 ++current2_; in Advance() 3610 if (current2_ == end2_) { in Advance() 3611 current2_ = begin2_; in Advance() 3634 current2_ == typed_other->current2_); in Equals() 3645 current2_(other.current2_) { in Iterator() 3651 current_value_.reset(new ParamType(*current1_, *current2_)); in ComputeCurrentValue() 3658 current2_ == end2_; in AtEnd() 3672 typename ParamGenerator<T2>::iterator current2_; variable 3715 begin2_(g2.begin()), end2_(g2.end()), current2_(current2), in Iterator() [all …]
|
/external/epid-sdk/ext/gtest/ |
D | gtest.h | 14972 begin2_(g2.begin()), end2_(g2.end()), current2_(current2) { 14984 ++current2_; 14985 if (current2_ == end2_) { 14986 current2_ = begin2_; 15009 current2_ == typed_other->current2_); 15020 current2_(other.current2_) { 15026 current_value_ = ParamType(*current1_, *current2_); 15033 current2_ == end2_; 15047 typename ParamGenerator<T2>::iterator current2_; 15090 begin2_(g2.begin()), end2_(g2.end()), current2_(current2), [all …]
|