| 504 | }; |
| 505 | |
| 506 | inline void TextFormat::RecordLocation(ParseInfoTree* info_tree, |
| 507 | const FieldDescriptor* field, |
| 508 | ParseLocation location) { |
| 509 | info_tree->RecordLocation(field, location); |
| 510 | } |
| 511 | |
| 512 | |
| 513 | inline TextFormat::ParseInfoTree* TextFormat::CreateNested( |
nothing calls this directly
no outgoing calls
no test coverage detected