Searched refs:T_STRING (Results 1 - 12 of 12) sorted by relevance
/third_party/python/Include/ |
H A D | structmember.h | 32 #define T_STRING 5 macro
|
/third_party/python/Python/ |
H A D | structmember.c | 50 case T_STRING: in PyMember_GetOne() 267 case T_STRING: in PyMember_SetOne()
|
/third_party/gn/src/base/json/ |
H A D | json_parser.cc | 217 return T_STRING; in GetNextToken() 312 case T_STRING: in ParseToken() 342 if (token != T_STRING) { in ConsumeDictionary()
|
H A D | json_parser.h | 73 T_STRING, enumerator
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | message.c | 413 if (TYPE(key) == T_STRING) { in Message_initialize_kwarg() 678 Check_Type(field_name, T_STRING); in Message_index() 697 Check_Type(field_name, T_STRING); in Message_index_set()
|
H A D | map.c | 77 Check_Type(key, T_STRING); in table_key()
|
H A D | defs.c | 40 Check_Type(str, T_STRING); in get_str() 1499 Check_Type(type_class, T_STRING); in msgdef_add_field()
|
H A D | encode_decode.c | 1039 if (TYPE(data) != T_STRING) { in Message_decode() 1111 if (TYPE(data) != T_STRING) { in Message_decode_json()
|
H A D | storage.c | 233 if (TYPE(value) == T_STRING) { in native_slot_set_value_and_case()
|
/third_party/python/Modules/_multiprocessing/ |
H A D | semaphore.c | 733 {"name", T_STRING, offsetof(SemLockObject, name), READONLY,
|
/third_party/python/Modules/ |
H A D | ossaudiodev.c | 930 {"name", T_STRING, offsetof(oss_audio_t, devicename), READONLY, NULL},
|
H A D | unicodedata.c | 87 {"unidata_version", T_STRING, offsetof(PreviousDBVersion, name), READONLY},
|
Completed in 19 milliseconds