| 1390 | } |
| 1391 | |
| 1392 | std::string AdornStructField(const cel::StructExprField& e) const override { |
| 1393 | return LocationToString(e.id()); |
| 1394 | } |
| 1395 | |
| 1396 | std::string AdornMapEntry(const cel::MapExprEntry& e) const override { |
| 1397 | return LocationToString(e.id()); |