Lines Matching refs:function
4 function echoString($inputString)
9 function echoStringArray($inputStringArray)
15 function echoInteger($inputInteger)
20 function echoIntegerArray($inputIntegerArray)
25 function echoFloat($inputFloat)
30 function echoFloatArray($inputFloatArray)
35 function echoStruct($inputStruct)
40 function echoStructArray($inputStructArray)
45 function echoVoid()
50 function echoBase64($b_encoded)
55 function echoDate($timeInstant)
60 function echoHexBinary($hb)
65 function echoDecimal($dec)
70 function echoBoolean($boolean)