Home
last modified time | relevance | path

Searched refs:StringValuePtr (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_channel_args.c50 the_key = StringValuePtr(key); in grpc_rb_channel_create_in_process_add_args_hash_cb()
/external/marisa-trie/bindings/ruby/
Dmarisa-swig_wrap.cxx985 #ifndef StringValuePtr
986 #define StringValuePtr(s) RSTRING_PTR(RB_STRING_VALUE(s)) macro
1126 str = rb_str_cat( str, StringValuePtr(asStr), 30 ); in Ruby_Format_TypeError()
1141 return StringValuePtr( str ); in Ruby_Format_TypeError()
1598 return StringValuePtr(stype); in SWIG_Ruby_MangleStr()
1718 c = StringValuePtr(obj); in SWIG_Ruby_ConvertPacked()
1933 #if defined(StringValuePtr) in SWIG_AsCharPtrAndSize()
1934 char *cstr = StringValuePtr(obj); in SWIG_AsCharPtrAndSize()
/external/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c919 CHECK_UPB(upb_fielddef_setdefaultcstr(mut_def, StringValuePtr(default_value), in FieldDescriptor_default_set()