Home
last modified time | relevance | path

Searched refs:T_STRING (Results 1 – 23 of 23) sorted by relevance

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_channel_args.c49 case T_STRING: in grpc_rb_channel_create_in_process_add_args_hash_cb()
80 case T_STRING: in grpc_rb_channel_create_in_process_add_args_hash_cb()
Drb_call.c184 if (TYPE(details) != T_STRING || TYPE(status_code) != T_FIXNUM) { in grpc_rb_call_cancel_with_status()
406 } else if (TYPE(key) == T_STRING) { in grpc_rb_md_ary_fill_hash_cb()
445 } else if (TYPE(val) == T_STRING) { in grpc_rb_md_ary_fill_hash_cb()
589 if (TYPE(details) != T_STRING) { in grpc_rb_op_update_status_from_server()
/external/mtools/
Dconfig.c77 T_STRING, enumerator
96 (caddr_t) &mtools_date_string, T_STRING },
165 { "FILE", OFFS(name), T_STRING },
176 { "PRECMD", OFFS(precmd), T_STRING },
276 case T_STRING: in get_env_conf()
513 else if (switches[i].type == T_STRING) in set_var()
/external/python/cpython3/Include/
Dstructmember.h32 #define T_STRING 5 macro
/external/python/cpython3/Python/
Dstructmember.c50 case T_STRING: in PyMember_GetOne()
262 case T_STRING: in PyMember_SetOne()
/external/python/cpython2/Include/
Dstructmember.h51 #define T_STRING 5 macro
/external/libchrome/base/json/
Djson_parser.cc219 return T_STRING; in GetNextToken()
314 case T_STRING: in ParseToken()
344 if (token != T_STRING) { in ConsumeDictionary()
Djson_parser.h75 T_STRING, enumerator
/external/python/cpython2/Python/
Dstructmember.c100 case T_STRING: in PyMember_GetOne()
332 case T_STRING: in PyMember_SetOne()
/external/python/cpython2/Tools/framer/framer/
Dmember.py9 T_STRING = "T_STRING" variable
/external/tensorflow/tensorflow/java/src/gen/java/org/tensorflow/processor/
DOperatorProcessor.java161 private static final TypeName T_STRING = ClassName.get(String.class); field in OperatorProcessor
383 .addParameter(T_STRING, "childScopeName") in buildTopClass()
395 .addParameter(T_STRING, "opName") in buildTopClass()
/external/protobuf/ruby/ext/google/protobuf_c/
Dmessage.c406 if (TYPE(key) == T_STRING) { in Message_initialize_kwarg()
660 Check_Type(field_name, T_STRING); in Message_index()
679 Check_Type(field_name, T_STRING); in Message_index_set()
Ddefs.c38 Check_Type(str, T_STRING); in get_str()
564 Check_Type(name_rb, T_STRING); in FileDescriptor_initialize()
1546 Check_Type(type_class, T_STRING); in msgdef_add_field()
Dmap.c74 Check_Type(key, T_STRING); in table_key()
Dencode_decode.c863 if (TYPE(data) != T_STRING) { in Message_decode()
923 if (TYPE(data) != T_STRING) { in Message_decode_json()
Dstorage.c220 if (TYPE(value) == T_STRING) { in native_slot_set_value_and_case()
/external/python/cpython3/Doc/c-api/
Dstructures.rst395 T_STRING const char \*
418 read-only access. Using :c:macro:`T_STRING` for :attr:`type` implies
419 :c:macro:`READONLY`. :c:macro:`T_STRING` data is interpreted as UTF-8.
/external/python/cpython2/Doc/c-api/
Dstructures.rst295 T_STRING char \*
318 read-only access. Using :c:macro:`T_STRING` for :attr:`type` implies
/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c622 {"name", T_STRING, offsetof(SemLockObject, name), READONLY,
/external/python/cpython2/Modules/
Dunicodedata.c70 {"unidata_version", T_STRING, offsetof(PreviousDBVersion, name), READONLY},
/external/python/cpython3/Modules/
Dossaudiodev.c923 {"name", T_STRING, offsetof(oss_audio_t, devicename), READONLY, NULL},
Dunicodedata.c89 {"unidata_version", T_STRING, offsetof(PreviousDBVersion, name), READONLY},
/external/marisa-trie/bindings/ruby/
Dmarisa-swig_wrap.cxx980 #define RB_STRING_VALUE(s) (TYPE(s) == T_STRING ? (s) : (*(volatile VALUE *)&(s) = rb_str_to_str(s)…
1717 if (TYPE(obj) != T_STRING) goto type_error; in SWIG_Ruby_ConvertPacked()
1932 if (TYPE(obj) == T_STRING) { in SWIG_AsCharPtrAndSize()