コード例 #1
0
ファイル: index_string.hpp プロジェクト: 0atme0/tutu1
 static StringData get_index_data(double, StringIndex::StringConversionBuffer&)
 {
     REALM_ASSERT_RELEASE(false); // LCOV_EXCL_LINE; Index on float not supported
 }
コード例 #2
0
ファイル: views.hpp プロジェクト: HackSteinsGate/Dai-Hentai
    void check_cookie() const
    {
#ifdef REALM_COOKIE_CHECK
        REALM_ASSERT_RELEASE(cookie == cookie_expected);
#endif
    }