Searched refs:objectList (Results 1 – 1 of 1) sorted by relevance
4193 /* @Nullable */ final List<? extends RocksObject> objectList) { in toNativeHandleList() argument4194 if (objectList == null) { in toNativeHandleList()4197 final int len = objectList.size(); in toNativeHandleList()4200 handleList[i] = objectList.get(i).nativeHandle_; in toNativeHandleList()