Forward declare protos so their symbols can be removed from .so exports
| 32 | |
| 33 | // Forward declare protos so their symbols can be removed from .so exports |
| 34 | class AttrValue; |
| 35 | class NameAttrList; |
| 36 | |
| 37 | // A human-readable rendering of attr_value, that is more concise than a |
no outgoing calls