HomeSort by relevance Sort by last modified time
    Searched defs:SkipSpace (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 137 bool SkipSpace;
219 void setSkipSpace(bool val) { SkipSpace = val; }
  /external/pdfium/xfa/fde/xml/
cfx_saxreader.cpp 215 bool CFX_SAXReader::SkipSpace(uint8_t ch) {
361 if (m_iDataPos < 1 && SkipSpace(m_CurByte)) {
  /prebuilts/go/darwin-x86/src/fmt/
scan.go 29 // SkipSpace skips space in the input. Newlines are treated appropriately
32 SkipSpace()
33 // Token skips space in the input if skipSpace is true, then returns the
41 Token(skipSpace bool, f func(rune) bool) (token []byte, err error)
247 func (s *ss) Token(skipSpace bool, f func(rune) bool) (tok []byte, err error) {
261 tok = s.token(skipSpace, f)
301 // SkipSpace provides Scan methods the ability to skip space and newline
304 func (s *ss) SkipSpace() {
305 s.skipSpace(false)
424 // skipSpace skips spaces and maybe newlines
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
scan.go 29 // SkipSpace skips space in the input. Newlines are treated appropriately
32 SkipSpace()
33 // Token skips space in the input if skipSpace is true, then returns the
41 Token(skipSpace bool, f func(rune) bool) (token []byte, err error)
247 func (s *ss) Token(skipSpace bool, f func(rune) bool) (tok []byte, err error) {
261 tok = s.token(skipSpace, f)
301 // SkipSpace provides Scan methods the ability to skip space and newline
304 func (s *ss) SkipSpace() {
305 s.skipSpace(false)
424 // skipSpace skips spaces and maybe newlines
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 159 bool SkipSpace = true;
250 void setSkipSpace(bool val) { SkipSpace = val; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 159 bool SkipSpace = true;
250 void setSkipSpace(bool val) { SkipSpace = val; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 159 bool SkipSpace = true;
250 void setSkipSpace(bool val) { SkipSpace = val; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 159 bool SkipSpace = true;
250 void setSkipSpace(bool val) { SkipSpace = val; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 159 bool SkipSpace = true;
250 void setSkipSpace(bool val) { SkipSpace = val; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 159 bool SkipSpace = true;
250 void setSkipSpace(bool val) { SkipSpace = val; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 159 bool SkipSpace = true;
250 void setSkipSpace(bool val) { SkipSpace = val; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 159 bool SkipSpace = true;
250 void setSkipSpace(bool val) { SkipSpace = val; }

Completed in 958 milliseconds