DescribeType      228 tools/gn/operators.cc       std::string("I see a ") + Value::DescribeType(left->type()) + " and a " +
DescribeType      229 tools/gn/operators.cc       Value::DescribeType(right.type()) + ".");
DescribeType      291 tools/gn/operators.cc       std::string("I see a ") + Value::DescribeType(left->type()) + " and a " +
DescribeType      292 tools/gn/operators.cc       Value::DescribeType(right.type()) + ".");
DescribeType      284 tools/gn/parse_tree.cc             Value::DescribeType(condition_result.type()) +
DescribeType      133 tools/gn/value.cc   *err = Err(origin(), std::string("This is not a ") + DescribeType(t) + ".");
DescribeType       41 tools/gn/value.h   static const char* DescribeType(Type t);