~davidagraf/zorba/trace_without_debug_info

« back to all changes in this revision

Viewing changes to src/functions/pregenerated/func_base64.cpp

  • Committer: David Graf
  • Date: 2012-06-27 07:20:59 UTC
  • mfrom: (10869.1.25 zorba)
  • Revision ID: davidagraf@gmail.com-20120627072059-723duu6vsbqu60ax
merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
void populate_context_base64(static_context* sctx)
55
55
{
56
 
  {
57
 
    
58
 
 
 
56
 
 
57
 
 
58
      {
59
59
    DECL_WITH_KIND(sctx, fn_zorba_base64_decode,
60
60
        (createQName("http://www.zorba-xquery.com/modules/converters/base64","","decode"), 
61
61
        GENV_TYPESYSTEM.BASE64BINARY_TYPE_ONE, 
65
65
  }
66
66
 
67
67
 
68
 
  {
69
 
    
70
 
 
 
68
 
 
69
 
 
70
      {
71
71
    DECL_WITH_KIND(sctx, fn_zorba_base64_decode,
72
72
        (createQName("http://www.zorba-xquery.com/modules/converters/base64","","decode"), 
73
73
        GENV_TYPESYSTEM.BASE64BINARY_TYPE_ONE, 
78
78
  }
79
79
 
80
80
 
81
 
  {
82
 
    
83
 
 
 
81
 
 
82
 
 
83
      {
84
84
    DECL_WITH_KIND(sctx, fn_zorba_base64_encode,
85
85
        (createQName("http://www.zorba-xquery.com/modules/converters/base64","","encode"), 
86
86
        GENV_TYPESYSTEM.STRING_TYPE_ONE,