Exemplo n.º 1
0
 public bool Accept(TBytes type, TType x, Dictionary <DefTypeBase, bool> y, HashSet <DefTypeBase> z)
 {
     return(true);
 }
Exemplo n.º 2
0
 public void Accept(TBytes type, HashSet <DefTypeBase> x)
 {
 }
Exemplo n.º 3
0
 public string Accept(TBytes type, string bufName, string fieldName)
 {
     return($"{fieldName} = {bufName}.ReadBytes();");
 }
Exemplo n.º 4
0
 public string Accept(TBytes type)
 {
     return("BYTES");
 }
 public string Accept(TBytes type)
 {
     return("[]byte");
 }
Exemplo n.º 6
0
 public DType Accept(TBytes type, Sheet.NamedRow x, bool multirow, bool nullable)
 {
     throw new NotSupportedException();
 }
Exemplo n.º 7
0
 public override string Accept(TBytes type)
 {
     return("System.Array.Empty<byte>()");
 }
Exemplo n.º 8
0
 public string Accept(TBytes type, string bufName, string fieldName)
 {
     return($"{bufName}.WriteBytes({fieldName});");
 }
 public string Accept(TBytes type, string bufName, string fieldName)
 {
     return($"{fieldName} = new Uint8Array({bufName}.ReadArrayBuffer())");
 }
Exemplo n.º 10
0
 public string Accept(TBytes type, string bufName)
 {
     return($"{bufName}.ReadBytes()");
 }
Exemplo n.º 11
0
 public virtual TR Accept(TBytes type)
 {
     return DoAccept(type);
 }
Exemplo n.º 12
0
 public DType Accept(TBytes type, string x)
 {
     throw new NotSupportedException();
 }
Exemplo n.º 13
0
 public DType Accept(TBytes type, IEnumerable <ExcelStream> x, bool y, DefAssembly ass)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 14
0
 public string Accept(TBytes type, string fieldName, string logType)
 {
     return($"{fieldName} = System.Array.Empty<byte>();");
 }
Exemplo n.º 15
0
 public string Accept(TBytes type, string fieldName, string tablesName)
 {
     throw new NotImplementedException();
 }
 public virtual void Accept(TBytes type, T x)
 {
 }
Exemplo n.º 17
0
 public string Accept(TBytes type, string jsonVarName, string fieldName)
 {
     return($"{fieldName} = {jsonVarName}");
 }
Exemplo n.º 18
0
 public string Accept(TBytes type)
 {
     return("writeBytes");
 }
 public virtual void Accept(TBytes type, T x)
 {
     DoAccept(type, x);
 }
Exemplo n.º 20
0
 public void Accept(TBytes type, Dictionary <string, DefTypeBase> x)
 {
 }
Exemplo n.º 21
0
 public string Accept(TBytes type, string bufName, string fieldName)
 {
     return($"if(!{bufName}.readBytes({fieldName})) return false;");
 }
Exemplo n.º 22
0
 public string Accept(TBytes type)
 {
     return($"string");
 }
 public string Accept(TBytes type)
 {
     return("byte[]");
 }
Exemplo n.º 24
0
 public DType Accept(TBytes type, XElement x, DefAssembly ass)
 {
     throw new NotSupportedException();
 }
Exemplo n.º 25
0
 public string Accept(TBytes type)
 {
     return("readBytes");
 }
 public DType Accept(TBytes type, ExcelStream x)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 27
0
 public string Accept(TBytes type, string x)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 28
0
 public string Accept(TBytes type, string json, string field)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 29
0
 public override bool Accept(TBytes type)
 {
     return(true);
 }
Exemplo n.º 30
0
 public string Accept(TBytes type, string json, string x)
 {
     throw new NotSupportedException();
 }