Lines Matching refs:std
98 int capacity = std::max(1, input_count);
101 capacity = std::min(input_count + 3, max);
221 AppendInput(zone, InputAt(std::max(InputCount() - count, 0)));
223 for (int i = InputCount() - count - 1; i >= std::max(index, count); --i) {
346 void PrintNode(const Node* node, std::ostream& os, int depth,
356 os << std::endl;
364 void Node::Print(std::ostream& os, int depth) const {
368 std::ostream& operator<<(std::ostream& os, const Node& n) {
392 STATIC_ASSERT(IdField::kMax < std::numeric_limits<NodeId>::max());