Searched refs:expect_eq (Results 1 – 1 of 1) sorted by relevance
/art/runtime/jni/ |
D | jni_internal_test.cc | 1907 #define EXPECT_STATIC_PRIMITIVE_FIELD(expect_eq, type, field_name, sig, value1, value2) \ argument 1912 expect_eq(value1, env_->GetStatic ## type ## Field(c, fid)); \ 1914 expect_eq(value2, env_->GetStatic ## type ## Field(c, fid)); \ 1940 #define EXPECT_PRIMITIVE_FIELD(expect_eq, instance, type, field_name, sig, value1, value2) \ argument 1945 expect_eq(value1, env_->Get ## type ## Field(instance, fid)); \ 1947 expect_eq(value2, env_->Get ## type ## Field(instance, fid)); \
|