Home
last modified time | relevance | path

Searched refs:convert_int (Results 1 – 25 of 155) sorted by relevance

1234567

/external/cronet/stable/third_party/llvm-libc/src/src/stdio/scanf_core/
Dint_converter.h21 int convert_int(Reader *reader, const FormatSection &to_conv);
Dptr_converter.cpp43 return convert_int(reader, to_conv); in convert_pointer()
Dconverter.cpp51 return convert_int(reader, to_conv); in convert()
Dint_converter.cpp48 int convert_int(Reader *reader, const FormatSection &to_conv) { in convert_int() function
/external/cronet/tot/third_party/llvm-libc/src/src/stdio/scanf_core/
Dint_converter.h21 int convert_int(Reader *reader, const FormatSection &to_conv);
Dptr_converter.cpp43 return convert_int(reader, to_conv); in convert_pointer()
Dconverter.cpp51 return convert_int(reader, to_conv); in convert()
Dint_converter.cpp48 int convert_int(Reader *reader, const FormatSection &to_conv) { in convert_int() function
/external/llvm-libc/src/stdio/scanf_core/
Dptr_converter.h45 return convert_int(reader, to_conv); in convert_pointer()
Dconverter.h57 return convert_int(reader, to_conv); in convert()
Dint_converter.h50 int convert_int(Reader<T> *reader, const FormatSection &to_conv) { in convert_int() function
/external/llvm-libc/src/time/strftime_core/
Dconverter.h68 return convert_int(writer, to_conv, timeptr); in convert()
Dnum_converter.h192 LIBC_INLINE int convert_int(printf_core::Writer<write_mode> *writer, in convert_int() function
/external/cronet/tot/third_party/llvm-libc/src/src/stdio/printf_core/
Dptr_converter.h35 return convert_int(writer, new_conv); in convert_pointer()
Dstrerror_converter.h66 return convert_int(writer, new_conv); in convert_strerror()
Dconverter.cpp66 return convert_int(writer, to_conv); in convert()
Dint_converter.h64 LIBC_INLINE int convert_int(Writer *writer, const FormatSection &to_conv) { in convert_int() function
/external/cronet/stable/third_party/llvm-libc/src/src/stdio/printf_core/
Dptr_converter.h35 return convert_int(writer, new_conv); in convert_pointer()
Dstrerror_converter.h66 return convert_int(writer, new_conv); in convert_strerror()
Dconverter.cpp66 return convert_int(writer, to_conv); in convert()
Dint_converter.h64 LIBC_INLINE int convert_int(Writer *writer, const FormatSection &to_conv) { in convert_int() function
/external/llvm-libc/src/stdio/printf_core/
Dptr_converter.h37 return convert_int(writer, new_conv); in convert_pointer()
Dstrerror_converter.h68 return convert_int(writer, new_conv); in convert_strerror()
Dconverter.h71 return convert_int(writer, to_conv); in convert()
Dint_converter.h65 LIBC_INLINE int convert_int(Writer<write_mode> *writer, in convert_int() function

1234567