Home
last modified time | relevance | path

Searched defs:s_bool (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/
H A Dtest_pep3118.py117 s_bool = {1: '?', 2: 'H', 4: 'L', 8: 'Q'}[sizeof(c_bool)] variable
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/
Dtest_pep3118.py114 s_bool = {1: '?', 2: 'H', 4: 'L', 8: 'Q'}[sizeof(c_bool)] variable
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/
Dtest_pep3118.py117 s_bool = {1: '?', 2: 'H', 4: 'L', 8: 'Q'}[sizeof(c_bool)] variable
/aosp_15_r20/external/golang-protobuf/internal/testprotos/textpb3/
H A Dtest.proto13 bool s_bool = 1; field
/aosp_15_r20/external/python/cpython2/Modules/
D_struct.c90 typedef struct { char c; _Bool x; } s_bool; typedef