Searched refs:CheckProjectionNode (Results 1 – 2 of 2) sorted by relevance
46 static bool CheckProjectionNode(JsonObject &Node, bool isFirstLevel, int &errCode);
132 bool JsonCommon::CheckProjectionNode(JsonObject &node, bool isFirstLevel, int &errCode) in CheckProjectionNode() function in DocumentDB::JsonCommon182 return CheckProjectionNode(jsonObj, isFirstLevel, errCode); in CheckProjectionField()