MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / SetFinder

Function SetFinder

libapp2sys/prebuilt/include/google/protobuf/text_format.h:434–436  ·  view source on GitHub ↗

Set how parser finds extensions. If NULL (the default), the parser will use the standard Reflection object associated with the message being parsed.

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected