Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_internal_test.cc1789 #define EXPECT_STATIC_PRIMITIVE_FIELD(expect_eq, type, field_name, sig, value1, value2) \ argument
1794 expect_eq(value1, env_->GetStatic ## type ## Field(c, fid)); \
1796 expect_eq(value2, env_->GetStatic ## type ## Field(c, fid)); \
1822 #define EXPECT_PRIMITIVE_FIELD(expect_eq, instance, type, field_name, sig, value1, value2) \ argument
1827 expect_eq(value1, env_->Get ## type ## Field(instance, fid)); \
1829 expect_eq(value2, env_->Get ## type ## Field(instance, fid)); \