Searched defs:lazyByte (Results 1 – 2 of 2) sorted by relevance
44 @Inject Lazy<Byte> lazyByte; field in InjectedThing114 Lazy<Byte> lazyByte, in InjectedThing()183 @Inject void lazyByte(Lazy<Byte> lazyByte) {} in lazyByte() argument
111 @Inject internal lateinit var lazyByte: Lazy<Byte> variable165 @Inject internal fun lazyByte(lazyByte: Lazy<Byte>) {} in lazyByte() method