HomeSort by relevance Sort by last modified time
    Searched defs:getline (Results 26 - 50 of 51) sorted by null

12 3

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_istream.h 143 public: // getline()
144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
145 _Self& getline(char_type* __s, streamsize __n) function in class:basic_istream
146 { return getline(__s, __n, this->widen('\n')); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_istream.h 143 public: // getline()
144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
145 _Self& getline(char_type* __s, streamsize __n) function in class:basic_istream
146 { return getline(__s, __n, this->widen('\n')); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_istream.h 143 public: // getline()
144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
145 _Self& getline(char_type* __s, streamsize __n) function in class:basic_istream
146 { return getline(__s, __n, this->widen('\n')); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_istream.h 143 public: // getline()
144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
145 _Self& getline(char_type* __s, streamsize __n) function in class:basic_istream
146 { return getline(__s, __n, this->widen('\n')); }
  /external/bison/darwin-lib/
stdio.h 1009 _GL_CXXALIASWARN (getline); variable
1012 # undef getline macro
    [all...]
  /external/bison/linux-lib/
stdio.h 1009 _GL_CXXALIASWARN (getline); variable
1012 # undef getline macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.h 2533 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
vstring.h 2450 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
vstring.h 2524 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
vstring.h 2524 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 2450 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 2450 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 2450 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
vstring.h 2446 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.h 2524 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 391 Cell *getline(Node **a, int n) /* get next line from specific input */ function
401 FATAL("out of memory in getline");
405 if (a[1] != NULL) { /* getline < file */
418 } else if (a[0] != NULL) { /* getline var <file */
422 } else { /* getline <file */
429 } else { /* bare getline; use current input */
430 if (a[0] == NULL) /* getline */
432 else { /* getline var */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.h 2541 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_string.h 2734 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_string.h 2734 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 2541 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 2541 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 2541 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_string.h 2541 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 2734 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 2792 getline(basic_istream<_CharT, _Traits>& __is, function
    [all...]

Completed in 2329 milliseconds

12 3