Home
last modified time | relevance | path

Searched refs:v1_ (Results 1 – 4 of 4) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dadj_test.cpp32 static int equal_length(const char* v1_, const char* v2_);
81 int AdjTest::equal_length(const char* v1_, const char* v2_) in equal_length() argument
83 return ::strlen(v1_) == ::strlen(v2_); in equal_length()
/ndk/tests/device/test-gnustl-full/unit/
Dadj_test.cpp32 static int equal_length(const char* v1_, const char* v2_);
81 int AdjTest::equal_length(const char* v1_, const char* v2_) in equal_length() argument
83 return ::strlen(v1_) == ::strlen(v2_); in equal_length()
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util-generated.h79 explicit ValueArray1(T1 v1) : v1_(v1) {} in ValueArray1()
82 operator ParamGenerator<T>() const { return ValuesIn(&v1_, &v1_ + 1); }
88 const T1 v1_; variable
94 ValueArray2(T1 v1, T2 v2) : v1_(v1), v2_(v2) {} in ValueArray2()
98 const T array[] = {static_cast<T>(v1_), static_cast<T>(v2_)};
106 const T1 v1_; variable
113 ValueArray3(T1 v1, T2 v2, T3 v3) : v1_(v1), v2_(v2), v3_(v3) {} in ValueArray3()
117 const T array[] = {static_cast<T>(v1_), static_cast<T>(v2_),
126 const T1 v1_; variable
134 ValueArray4(T1 v1, T2 v2, T3 v3, T4 v4) : v1_(v1), v2_(v2), v3_(v3), in ValueArray4()
[all …]
Dgtest-param-util-generated.h.pump78 explicit ValueArray1(T1 v1) : v1_(v1) {}
81 operator ParamGenerator<T>() const { return ValuesIn(&v1_, &v1_ + 1); }
87 const T1 v1_;