Home
last modified time | relevance | path

Searched refs:typed_other (Results 1 – 13 of 13) sorted by relevance

/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util-generated.h2891 const Iterator* typed_other = in Equals() local
2896 return (AtEnd() && typed_other->AtEnd()) || in Equals()
2898 current1_ == typed_other->current1_ && in Equals()
2899 current2_ == typed_other->current2_); in Equals()
3014 const Iterator* typed_other = in Equals() local
3019 return (AtEnd() && typed_other->AtEnd()) || in Equals()
3021 current1_ == typed_other->current1_ && in Equals()
3022 current2_ == typed_other->current2_ && in Equals()
3023 current3_ == typed_other->current3_); in Equals()
3155 const Iterator* typed_other = in Equals() local
[all …]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util-generated.h2894 const Iterator* typed_other = in Equals() local
2899 return (AtEnd() && typed_other->AtEnd()) || in Equals()
2901 current1_ == typed_other->current1_ && in Equals()
2902 current2_ == typed_other->current2_); in Equals()
3017 const Iterator* typed_other = in Equals() local
3022 return (AtEnd() && typed_other->AtEnd()) || in Equals()
3024 current1_ == typed_other->current1_ && in Equals()
3025 current2_ == typed_other->current2_ && in Equals()
3026 current3_ == typed_other->current3_); in Equals()
3158 const Iterator* typed_other = in Equals() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util-generated.h3218 const Iterator* typed_other = in Equals() local
3223 return (AtEnd() && typed_other->AtEnd()) || in Equals()
3225 current1_ == typed_other->current1_ && in Equals()
3226 current2_ == typed_other->current2_); in Equals()
3341 const Iterator* typed_other = in Equals() local
3346 return (AtEnd() && typed_other->AtEnd()) || in Equals()
3348 current1_ == typed_other->current1_ && in Equals()
3349 current2_ == typed_other->current2_ && in Equals()
3350 current3_ == typed_other->current3_); in Equals()
3482 const Iterator* typed_other = in Equals() local
[all …]
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util-generated.h3218 const Iterator* typed_other = in Equals() local
3223 return (AtEnd() && typed_other->AtEnd()) || in Equals()
3225 current1_ == typed_other->current1_ && in Equals()
3226 current2_ == typed_other->current2_); in Equals()
3341 const Iterator* typed_other = in Equals() local
3346 return (AtEnd() && typed_other->AtEnd()) || in Equals()
3348 current1_ == typed_other->current1_ && in Equals()
3349 current2_ == typed_other->current2_ && in Equals()
3350 current3_ == typed_other->current3_); in Equals()
3482 const Iterator* typed_other = in Equals() local
[all …]
Dgtest-param-util-generated.h.pump175 const Iterator* typed_other =
180 return (AtEnd() && typed_other->AtEnd()) ||
183 current$(j)_ == typed_other->current$(j)_
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util-generated.h3218 const Iterator* typed_other = in Equals() local
3223 return (AtEnd() && typed_other->AtEnd()) || in Equals()
3225 current1_ == typed_other->current1_ && in Equals()
3226 current2_ == typed_other->current2_); in Equals()
3341 const Iterator* typed_other = in Equals() local
3346 return (AtEnd() && typed_other->AtEnd()) || in Equals()
3348 current1_ == typed_other->current1_ && in Equals()
3349 current2_ == typed_other->current2_ && in Equals()
3350 current3_ == typed_other->current3_); in Equals()
3482 const Iterator* typed_other = in Equals() local
[all …]
Dgtest-param-util-generated.h.pump175 const Iterator* typed_other =
180 return (AtEnd() && typed_other->AtEnd()) ||
183 current$(j)_ == typed_other->current$(j)_
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-param-util-generated.h3215 const Iterator* typed_other = in Equals() local
3220 return (AtEnd() && typed_other->AtEnd()) || in Equals()
3222 current1_ == typed_other->current1_ && in Equals()
3223 current2_ == typed_other->current2_); in Equals()
3338 const Iterator* typed_other = in Equals() local
3343 return (AtEnd() && typed_other->AtEnd()) || in Equals()
3345 current1_ == typed_other->current1_ && in Equals()
3346 current2_ == typed_other->current2_ && in Equals()
3347 current3_ == typed_other->current3_); in Equals()
3479 const Iterator* typed_other = in Equals() local
[all …]
Dgtest-param-util-generated.h.pump190 const Iterator* typed_other =
195 return (AtEnd() && typed_other->AtEnd()) ||
198 current$(j)_ == typed_other->current$(j)_
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util-generated.h3626 const Iterator* typed_other = in Equals() local
3631 return (AtEnd() && typed_other->AtEnd()) || in Equals()
3633 current1_ == typed_other->current1_ && in Equals()
3634 current2_ == typed_other->current2_); in Equals()
3749 const Iterator* typed_other = in Equals() local
3754 return (AtEnd() && typed_other->AtEnd()) || in Equals()
3756 current1_ == typed_other->current1_ && in Equals()
3757 current2_ == typed_other->current2_ && in Equals()
3758 current3_ == typed_other->current3_); in Equals()
3890 const Iterator* typed_other = in Equals() local
[all …]
Dgtest-param-util-generated.h.pump173 const Iterator* typed_other =
178 return (AtEnd() && typed_other->AtEnd()) ||
181 current$(j)_ == typed_other->current$(j)_
/external/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h806 const IteratorImpl* typed_other = in Equals() local
812 if (AtEnd() && typed_other->AtEnd()) return true; in Equals()
817 std::get<I>(typed_other->current_))...}; in Equals()
/external/epid-sdk/ext/gtest/
Dgtest.h15001 const Iterator* typed_other =
15006 return (AtEnd() && typed_other->AtEnd()) ||
15008 current1_ == typed_other->current1_ &&
15009 current2_ == typed_other->current2_);
15124 const Iterator* typed_other =
15129 return (AtEnd() && typed_other->AtEnd()) ||
15131 current1_ == typed_other->current1_ &&
15132 current2_ == typed_other->current2_ &&
15133 current3_ == typed_other->current3_);
15265 const Iterator* typed_other =
[all …]