| 56 | ABSL_MUST_USE_RESULT MapExprEntry Copy(const MapExprEntry& entry); |
| 57 | |
| 58 | ABSL_MUST_USE_RESULT Expr NewUnspecified() { |
| 59 | return NewUnspecified(NextId()); |
| 60 | } |
| 61 | |
| 62 | ABSL_MUST_USE_RESULT Expr NewNullConst() { return NewNullConst(NextId()); } |
| 63 |
no outgoing calls