Searched refs:as_str (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/Class-Std-0.011/demo/
H A Ddemo_coercions.pl4 sub as_str : STRINGIFY { return 'foo' } subroutine
H A Ddemo_shimmer.pl91 sub as_str : STRINGIFY { return "SHIMMER!!!!!"; } subroutine
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dremote_pipe.py16 def as_str(s, encoding='utf-8'): function
99 return as_str(
105 return as_str(
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dremote_pipe.py16 def as_str(s, encoding='utf-8'): function
99 return as_str(
105 return as_str(
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/NonFunctional/RemotePyInterpreter/
H A Dremote_pipe.py16 def as_str(s, encoding='utf-8'): function
99 return as_str(
105 return as_str(
/macosx-10.10.1/ruby-106/ruby/
H A Dload.c64 VALUE path, as_str, expanded_path; local
67 as_str = path = RARRAY_PTR(load_path)[i];
70 as_str = rb_get_path_check_to_string(path, level);
71 as_cstr = RSTRING_PTR(as_str);
91 as_str = rb_get_path_check_convert(path, as_str, level);
92 expanded_path = rb_file_expand_path_fast(as_str, Qnil);
285 VALUE entry, as_str; local
286 as_str = entry = rb_ary_entry(features, i);
287 StringValue(as_str);
[all...]
/macosx-10.10.1/ruby-106/ruby/nacl/
H A Dpepper_main.c89 const char* as_str; member in union:PepperInstance::__anon12221
183 instance->async_call_result.as_str = result;
/macosx-10.10.1/CPANInternal-159.1/Class-Std-0.011/lib/Class/
H A DStd.pm1985 sub as_str {
1991 q{""} => 'as_str',
1998 sub as_str : STRINGIFY {

Completed in 209 milliseconds