MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / find_impl

Method find_impl

benchmark/simdjson.hpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 return true;
60 }
61 bool find_impl(DocStat &stat) const {
62 (void)stat;
63 return true;
64 }
65};
66
67class SIMDjson : public JsonBase<SIMDjson, SIMDjsonParseResult> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected