Home
last modified time | relevance | path

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

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DVersion.java45 public Version(int major, int minor, int patchLevel, String snapshotInfo) in Version() argument
47 this(major, minor, patchLevel, snapshotInfo, null, null); in Version()
50 public Version(int major, int minor, int patchLevel, String snapshotInfo, in Version() argument
56 _snapshotInfo = snapshotInfo; in Version()
/external/OpenCSD/decoder/tests/snapshot_parser_lib/include/
Dsnapshot_parser.h93 SnapshotInfo snapshotInfo; member
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dsnapshot_parser.cpp453 return auto_ptr<Section>(new SnapshotSection(result.snapshotInfo)); in NewSnapshotInfo()
698 result.snapshotInfo.description = ""; in ParseDeviceList()
700 result.snapshotInfo.version = "0.1"; in ParseDeviceList()
Ddevice_parser.cpp61 snaphotInfo = pd.snapshotInfo; in ModernSnapshotParser()