MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / next

Method next

extra/yassl/taocrypt/include/file.hpp:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55 byte operator[] (word32 i) { current_ = i; return next(); }
56 byte next() { if (IsLeft(1)) return buffer_[current_++]; else return 0; }
57 byte prev() { if (current_) return buffer_[--current_]; else return 0; }
58
59 void add(const byte* data, word32 len)

Callers 15

AS2Function · 0.45
GetLengthFunction · 0.45
GetSequenceMethod · 0.45
GetSetMethod · 0.45
GetVersionMethod · 0.45
GetExplicitVersionMethod · 0.45
ReadHeaderOpenSSLMethod · 0.45
GetKeyMethod · 0.45
AddDSAMethod · 0.45
GetAlgoIdMethod · 0.45
GetSignatureMethod · 0.45
GetDigestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected