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