Set how parser finds extensions. If NULL (the default), the parser will use the standard Reflection object associated with the message being parsed.
| 432 | // parser will use the standard Reflection object associated with |
| 433 | // the message being parsed. |
| 434 | void SetFinder(Finder* finder) { |
| 435 | finder_ = finder; |
| 436 | } |
| 437 | |
| 438 | // Sets where location information about the parse will be written. If NULL |
| 439 | // (the default), then no location will be written. |
nothing calls this directly
no outgoing calls
no test coverage detected