Home | History | Annotate | Download | only in re2

Lines Matching refs:Octal

167 // PARSING HEX/OCTAL/C-RADIX NUMBERS
172 // Octal(), or CRadix() to interpret the text in another base. The
179 // RE2::Octal(&a), RE2::Hex(&b), RE2::CRadix(&c), RE2::CRadix(&d));
661 static inline Arg Octal(short* x);
662 static inline Arg Octal(unsigned short* x);
663 static inline Arg Octal(int* x);
664 static inline Arg Octal(unsigned int* x);
665 static inline Arg Octal(long* x);
666 static inline Arg Octal(unsigned long* x);
667 static inline Arg Octal(long long* x);
668 static inline Arg Octal(unsigned long long* x);
715 // Hex/Octal/Binary?
817 inline RE2::Arg RE2::Octal(type* ptr) { \