Beispiel #1
0
 static StringData get_index_data(double, StringIndex::StringConversionBuffer&)
 {
     REALM_ASSERT_RELEASE(false); // LCOV_EXCL_LINE; Index on float not supported
 }
Beispiel #2
0
    void check_cookie() const
    {
#ifdef REALM_COOKIE_CHECK
        REALM_ASSERT_RELEASE(cookie == cookie_expected);
#endif
    }