Home
last modified time | relevance | path

Searched defs:simpleValue (Results 1 – 11 of 11) sorted by relevance

/external/cbor-java/src/test/java/co/nstant/in/cbor/model/
DSimpleValueTest.java18 SimpleValue simpleValue = new SimpleValue(i); in testHashcode() local
38 SimpleValue simpleValue = new SimpleValue(0); in testEquals2() local
/external/cbor-java/src/test/java/co/nstant/in/cbor/examples/
DExample44Test.java37 SimpleValue simpleValue = (SimpleValue) dataItem; in shouldDecode() local
DExample42Test.java37 SimpleValue simpleValue = (SimpleValue) dataItem; in shouldDecode() local
DExample43Test.java37 SimpleValue simpleValue = (SimpleValue) dataItem; in shouldDecode() local
DExample41Test.java37 SimpleValue simpleValue = (SimpleValue) dataItem; in shouldDecode() local
DExample47Test.java39 SimpleValue simpleValue = (SimpleValue) dataItem; in shouldDecode() local
DExample45Test.java38 SimpleValue simpleValue = (SimpleValue) dataItem; in shouldDecode() local
DExample46Test.java38 SimpleValue simpleValue = (SimpleValue) dataItem; in shouldDecode() local
/external/cbor-java/src/test/java/co/nstant/in/cbor/decoder/
DSimpleValueDecoderTest.java38 SimpleValue simpleValue = (SimpleValue) special; in shouldDecodeBoolean() local
/external/cbor-java/src/main/java/co/nstant/in/cbor/encoder/
DSpecialEncoder.java34 SimpleValue simpleValue = (SimpleValue) dataItem; in encode() local
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp5113 std::unique_ptr<CFXJSE_Value> simpleValue = GetSimpleValue(pThis, args, 0); in fm_var_filter() local
5128 std::unique_ptr<CFXJSE_Value> simpleValue = GetSimpleValue(pThis, args, 0); in fm_var_filter() local
5211 auto simpleValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in GetSimpleValue() local