Searched refs:kShallow (Results 1 – 2 of 2) sorted by relevance
405 DepthKind depth_acc = kShallow; in InitDepthAndFlags()580 DepthKind depth_acc = kShallow; in InitDepthAndFlags()720 if (is_simple() && depth() == kShallow && array_index > 0 && in BuildBoilerplateDescription()739 return depth() <= kShallow && in IsFastCloningSupported()
1100 enum DepthKind { kUninitialized, kShallow, kNotShallow }; enumerator1122 bool is_shallow() const { return depth() == kShallow; } in is_shallow()