MCPcopy Create free account

hub / github.com/bradfitz/campher / functions

Functions48 in github.com/bradfitz/campher

↓ 18 callersMethodEval
(str string)
perl/campher.go:298
↓ 10 callersMethodString
()
perl/campher.go:177
↓ 9 callersMethodEvalInt
(str string)
perl/campher.go:304
↓ 8 callersFunctionNewInterpreter
()
perl/campher.go:70
↓ 7 callersMethodCall
Call calls cv with any provided args in scalar context.
perl/campher.go:268
↓ 6 callersMethodInt
()
perl/campher.go:184
↓ 5 callersMethodCV
CV returns an SV's code value or nil if the SV is not of that type.
perl/campher.go:288
↓ 5 callersMethodNewInt
(val int)
perl/campher.go:93
↓ 5 callersMethodnewSvDecLater
newSvDecLater returns a new SV from a C.SV that has a reference count we need to decrement later.
perl/campher.go:87
↓ 3 callersMethodBool
()
perl/campher.go:188
↓ 3 callersMethodEvalString
(str string)
perl/campher.go:308
↓ 2 callersMethodCallVoid
Call calls cv any provided args in void context.
perl/campher.go:279
↓ 2 callersMethodNewCV
(fn Callback)
perl/campher.go:120
↓ 2 callersMethodbuildCallArgs
(goargs ...interface{})
perl/campher.go:250
↓ 1 callersMethodEvalFloat
(str string)
perl/campher.go:312
↓ 1 callersMethodNewString
(val string)
perl/campher.go:97
↓ 1 callersMethodUndef
()
perl/campher.go:103
↓ 1 callersFunctioncallCampherGoFunc
export callCampherGoFunc
perl/campher.go:131
↓ 1 callersMethodrawSvForFuncCall
(arg interface{})
perl/campher.go:195
↓ 1 callersMethodsetFinalizer
()
perl/campher.go:170
FunctionTestDynamicLoading
(t *testing.T)
perl/campher_test.go:122
FunctionTestFinalizer
(t *testing.T)
perl/campher_test.go:49
FunctionTestGoCallback
(t *testing.T)
perl/campher_test.go:130
FunctionTestGoCustomCallbacks
(t *testing.T)
perl/campher_test.go:162
FunctionTestPerl
(t *testing.T)
perl/campher_test.go:13
FunctionTestScalarCall
(t *testing.T)
perl/campher_test.go:102
FunctionTestVoidCall
(t *testing.T)
perl/campher_test.go:74
FunctionTestVoidNiladicCall
(t *testing.T)
perl/campher_test.go:59
Methodbe_context
()
perl/campher.go:81
Functioncampher_call_sv_scalar
arg is NULL-terminated and caller must free.
perl/campher.c:175
Functioncampher_call_sv_void
arg is NULL-terminated and caller must free.
perl/campher.c:148
Functioncampher_eval_pv
perl/campher.c:77
Functioncampher_get_sv_bool
perl/campher.c:120
Functioncampher_get_sv_cv
perl/campher.c:138
Functioncampher_get_sv_float
perl/campher.c:133
Functioncampher_get_sv_int
perl/campher.c:115
Functioncampher_get_sv_string
perl/campher.c:125
Functioncampher_init
perl/campher.c:10
Functioncampher_mortal_sv_string
perl/campher.c:110
Functioncampher_new_mortal_sv_int
perl/campher.c:85
Functioncampher_new_perl
perl/campher.c:67
Functioncampher_new_sv_int
perl/campher.c:90
Functioncampher_new_sv_string
perl/campher.c:105
Functioncampher_set_context
perl/campher.c:21
Functioncampher_sv_decref
perl/campher.c:100
Functioncampher_undef_sv
perl/campher.c:95
Functioninit
()
perl/campher.go:53
Functionxs_init
perl/campher.c:58