#include <assert.h>
#include <string.h>
#include <stdio.h>
#include "py/mpstate.h"
#include "py/qstr.h"
#include "py/gc.h"
#include "genhdr/qstrdefs.generated.h"
Go to the source code of this file.
◆ CONST_POOL
◆ DEBUG_printf
#define DEBUG_printf |
( |
|
... | ) |
(void)0 |
◆ Q_GET_ALLOC
◆ Q_GET_DATA
◆ QDEF
#define QDEF |
( |
|
id, |
|
|
|
str |
|
) |
| str, |
◆ QSTR_ENTER
◆ QSTR_EXIT
◆ find_qstr()
◆ qstr_add()
◆ qstr_build_end()
◆ qstr_build_start()
◆ qstr_compute_hash()
◆ qstr_data()
◆ qstr_find_strn()
qstr qstr_find_strn |
( |
const char * |
str, |
|
|
size_t |
str_len |
|
) |
| |
◆ qstr_from_str()
qstr qstr_from_str |
( |
const char * |
str | ) |
|
◆ qstr_from_strn()
qstr qstr_from_strn |
( |
const char * |
str, |
|
|
size_t |
len |
|
) |
| |
◆ qstr_hash()
◆ qstr_init()
◆ qstr_len()
◆ qstr_pool_info()
◆ qstr_str()
const char* qstr_str |
( |
qstr |
q | ) |
|
◆ mp_qstr_const_pool
Initial value:= {
0,
10,
{
#define QDEF(id, str)
},
}
Definition at line 98 of file qstr.c.