Lines Matching refs:getUint64WithDefault
1885 expect(accessor.getUint64WithDefault(1)).toEqual(Int64.fromInt(0));
1890 expect(accessor.getUint64WithDefault(1, Int64.fromInt(2)))
1896 expect(accessor.getUint64WithDefault(1)).toEqual(Int64.fromInt(1));
1902 expect(accessor.getUint64WithDefault(1)).toEqual(Int64.fromInt(2));
1910 accessor.getUint64WithDefault(1);
1917 expect(accessor.getUint64WithDefault(1)).toEqual(Int64.fromInt(0));
1924 () => Kernel.createEmpty().getUint64WithDefault(-1, Int64.fromInt(1)))
1927 expect(Kernel.createEmpty().getUint64WithDefault(-1, Int64.fromInt(1)))
1936 expect(accessor.getUint64WithDefault(1)).toEqual(Int64.fromInt(2));
1950 expect(accessor.getUint64WithDefault(1)).toEqual(Int64.fromInt(1));
1953 expect(accessor.getUint64WithDefault(1)).toEqual(Int64.fromInt(1));
1963 expect(accessor.getUint64WithDefault(-1)).toEqual(Int64.fromInt(1));
1976 expect(accessor.getUint64WithDefault(1)).toEqual(null);