Searched refs:checkSchema (Results 1 – 2 of 2) sorted by relevance
34 bool CheckValue(const Value &value, const std::function<int(const Value &)> &checkSchema) in CheckValue() argument41 if (checkSchema == nullptr) { in CheckValue()46 int errCode = checkSchema(value); in CheckValue()65 const std::function<int(const Value&)> &checkSchema) in InterceptedDataImpl() argument70 checkSchema_(checkSchema), in InterceptedDataImpl()
32 …pl(std::vector<SingleVerKvEntry *> dataItems, const std::function<int(const Value&)> &checkSchema);