HomeSort by relevance Sort by last modified time
    Searched refs:DescribeType (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/gn/
operators.cc 247 std::string("I see a ") + Value::DescribeType(left->type()) + " and a " +
248 Value::DescribeType(right.type()) + ".");
310 std::string("I see a ") + Value::DescribeType(left->type()) + " and a " +
311 Value::DescribeType(right.type()) + ".");
442 "Type is \"" + std::string(Value::DescribeType(left.type())) +
454 "Type is \"" + std::string(Value::DescribeType(right.type())) +
472 "Type is \"" + std::string(Value::DescribeType(left.type())) +
484 "Type is \"" + std::string(Value::DescribeType(right.type())) +
539 "Type is \"" + std::string(Value::DescribeType(expr.type())) +
value.h 52 static const char* DescribeType(Type t);
value.cc 92 const char* Value::DescribeType(Type t) {
173 std::string("This is not a ") + DescribeType(t) + ".",
174 std::string("Instead I see a ") + DescribeType(type_) + " = " +
parse_tree.cc 323 Value::DescribeType(condition_result.type()) +

Completed in 81 milliseconds