Searched refs:CommentOperator (Results 1 – 1 of 1) sorted by relevance
628 struct CommentOperator : public Operator1<const char*> { struct629 explicit CommentOperator(const char* msg) in CommentOperator() argument799 return new (zone_) CommentOperator(msg); in Comment()