Home
last modified time | relevance | path

Searched refs:NextLine (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/rust/include/
H A Drust_file.h93 Str* NextLine(void* iter);
/ohos5.0/foundation/filemanagement/file_api/interfaces/test/unittest/class_file/
H A Drust_test.cpp107 Str *ret = NextLine(iter);
131 Str *ret = NextLine(iter);
150 Str *ret = NextLine(nullptr);
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A DreaderIterator_impl.cpp28 Str *str = NextLine(entity_->iterator); in Next()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/rust/src/
H A Dffi.rs41 pub unsafe extern "C" fn NextLine(iter: *mut c_void) -> *mut Str { in NextLine() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/
H A D.clang-format78 PackConstructorInitializers: NextLine
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_readeriterator/
H A Dreaderiterator_n_exporter.cpp65 Str *str = NextLine(readerIteratorEntity->iterator); in Next()