Home
last modified time | relevance | path

Searched refs:STRINGLIB_TOSTR (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dunicodedefs.h30 #define STRINGLIB_TOSTR PyObject_Unicode macro
32 #define STRINGLIB_TOSTR PyObject_Str macro
Dstringdefs.h27 #define STRINGLIB_TOSTR PyObject_Str macro
Dformatter.h1300 result = STRINGLIB_TOSTR(obj); in FORMAT_STRING()
1339 result = STRINGLIB_TOSTR(obj); in format_int_or_long()
1450 result = STRINGLIB_TOSTR(obj); in FORMAT_FLOAT()
1498 result = STRINGLIB_TOSTR(obj); in FORMAT_COMPLEX()
Dstring_format.h621 PyObject *tmp = STRINGLIB_TOSTR(result); in render_field()
854 return STRINGLIB_TOSTR(obj); in do_conversion()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dunicodedefs.h30 #define STRINGLIB_TOSTR PyObject_Unicode macro
32 #define STRINGLIB_TOSTR PyObject_Str macro
Dstringdefs.h27 #define STRINGLIB_TOSTR PyObject_Str macro
Dformatter.h1308 result = STRINGLIB_TOSTR(obj); in FORMAT_STRING()
1347 result = STRINGLIB_TOSTR(obj); in format_int_or_long()
1458 result = STRINGLIB_TOSTR(obj); in FORMAT_FLOAT()
1506 result = STRINGLIB_TOSTR(obj); in FORMAT_COMPLEX()
Dstring_format.h618 PyObject *tmp = STRINGLIB_TOSTR(result); in render_field()
851 return STRINGLIB_TOSTR(obj); in do_conversion()