Home
last modified time | relevance | path

Searched defs:getline (Results 1 – 21 of 21) sorted by relevance

/third_party/boost/boost/program_options/detail/
Dconfig_file.hpp97 virtual bool getline(std::string&) { return false; } in getline() function in boost::program_options::detail::common_config_file_iterator
167 basic_config_file_iterator<charT>::getline(std::string& s) in getline() function in boost::program_options::detail::basic_config_file_iterator
/third_party/musl/src/stdio/
Dgetline.c3 ssize_t getline(char **restrict s, size_t *restrict n, FILE *restrict f) in getline() function
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/libcompat/
Dgetline.c28 getline (char **lineptr, size_t * n, FILE * stream) in getline() function
/third_party/boost/libs/regex/example/snippets/
Dregex_token_iterator_eg_1.cpp29 istream& getline(istream& is, std::string& s) in getline() function
Dregex_split_example_1.cpp36 istream& getline(istream& is, std::string& s) in getline() function
Dregex_match_example.cpp55 istream& getline(istream& is, std::string& s) in getline() function
/third_party/uboot/u-boot-2020.01/tools/
Dgetline.c86 int getline (char **lineptr, size_t *n, FILE *stream) in getline() function
/third_party/boost/libs/type_erasure/example/
Dbasic.cpp121 BOOST_TYPE_ERASURE_FREE(getline) in BOOST_TYPE_ERASURE_FREE() argument
/third_party/python/Lib/
Dlinecache.py26 def getline(filename, lineno, module_globals=None): function
Dftplib.py211 def getline(self): member in FTP
Dpydoc.py2033 def getline(self, prompt): member in Helper
/third_party/python/Tools/scripts/
Dcleanfuture.py145 def getline(self): member in FutureFinder
Dreindent.py276 def getline(self): member in Reindenter
Dpindent.py142 def getline(self): member in PythonIndenter
/third_party/boost/libs/program_options/src/
Dconfig_file.cpp150 basic_config_file_iterator<wchar_t>::getline(std::string& s) in getline() function in boost::program_options::detail::basic_config_file_iterator
/third_party/uboot/u-boot-2020.01/examples/standalone/
Datmel_df_pow2.c76 static char *getline(void) in getline() function
Dsmc911x_eeprom.c268 static char *getline(void) in getline() function
/third_party/boost/libs/regex/example/timer/
Dregex_timer.cpp96 istream& getline(istream& is, std::string& s) in getline() function
/third_party/python/Lib/test/
Dtest_tracemalloc.py639 def getline(filename, lineno): function
/third_party/libxml2/doc/
Dapibuild.py380 def getline(self): member in CLexer
/third_party/boost/boost/container/
Dstring.hpp3439 getline(std::istream& is, basic_string<CharT,Traits,Allocator>& s,CharT delim) in getline() function
3471 getline(std::basic_istream<CharT, Traits>& is, basic_string<CharT,Traits,Allocator>& s) in getline() function