Home
last modified time | relevance | path

Searched defs:RawObject (Results 1 – 12 of 12) sorted by relevance

/dports/net/storj/storj-1.45.3/satellite/metabase/
H A Draw.go17 type RawObject struct { struct
18 ObjectStream
20 CreatedAt time.Time
21 ExpiresAt *time.Time
23 Status ObjectStatus
24 SegmentCount int32
26 EncryptedMetadataNonce []byte
31 TotalPlainSize int64
32 TotalEncryptedSize int64
34 FixedSegmentSize int32
[all …]
H A Dloop_test.go499 func loopObjectEntryFromRaw(m metabase.RawObject) metabase.LoopObjectEntry {
H A Diterator_test.go1758 func objectEntryFromRaw(m metabase.RawObject) metabase.ObjectEntry {
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/persist/raw/
H A DRawObject.java30 public class RawObject { class
56 public RawObject(RawType type, in RawObject() method in RawObject
79 public RawObject(RawType type, Object[] elements) { in RawObject() method in RawObject
98 public RawObject(RawType type, String enumConstant) { in RawObject() method in RawObject
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/persist/raw/
H A DRawObject.java30 public class RawObject { class
57 public RawObject(RawType type, in RawObject() method in RawObject
81 public RawObject(RawType type, Object[] elements) { in RawObject() method in RawObject
100 public RawObject(RawType type, String enumConstant) { in RawObject() method in RawObject
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/persist/raw/
H A DRawObject.java30 public class RawObject { class
57 public RawObject(RawType type, in RawObject() method in RawObject
81 public RawObject(RawType type, Object[] elements) { in RawObject() method in RawObject
100 public RawObject(RawType type, String enumConstant) { in RawObject() method in RawObject
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/libraries/ghc-boot-th/GHC/ForeignSrcLang/
H A DType.hs16 | RawObject -- ^ Object (.o) constructor
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/libraries/ghc-boot-th/GHC/ForeignSrcLang/
H A DType.hs16 | RawObject -- ^ Object (.o) constructor
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/libraries/ghc-boot-th/GHC/ForeignSrcLang/
H A DType.hs16 | RawObject -- ^ Object (.o) constructor
/dports/lang/ghc/ghc-8.10.7/libraries/ghc-boot-th/GHC/ForeignSrcLang/
H A DType.hs16 | RawObject -- ^ Object (.o) constructor
/dports/net/storj/storj-1.45.3/satellite/metabase/metabasetest/
H A Dcommon.go54 func sortRawObjects(objects []metabase.RawObject) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tools/scons_to_gn/
H A Draw_object.py43 class RawObject(object): class