|
| bool | cuttlefish::anonymous_namespace{gpx_parser_test.cc}::ParseGpxFile (GpsFixArray *locations, char *text, std::string *error) |
| |
| bool | cuttlefish::anonymous_namespace{gpx_parser_test.cc}::ParseGpxString (GpsFixArray *locations, char *text, std::string *error) |
| |
| | cuttlefish::TEST (GpxParser, ParseFileNotFound) |
| |
| | cuttlefish::TEST (GpxParser, ParseEmptyFile) |
| |
| | cuttlefish::TEST (GpxParser, ParseEmptyString) |
| |
| | cuttlefish::TEST (GpxParser, ParseEmptyRteTrkFile) |
| |
| | cuttlefish::TEST (GpxParser, ParseEmptyRteTrkString) |
| |
| | cuttlefish::TEST (GpxParser, ParseValidFile) |
| |
| | cuttlefish::TEST (GpxParser, ParseValidString) |
| |
| | cuttlefish::TEST (GpxParser, ParseFileNullAttributeFile) |
| |
| | cuttlefish::TEST (GpxParser, ParseFileNullAttributeString) |
| |
| | cuttlefish::TEST (GpxParser, ParseLocationMissingLatitudeFile) |
| |
| | cuttlefish::TEST (GpxParser, ParseLocationMissingLatitudeString) |
| |
| | cuttlefish::TEST (GpxParser, ParseLocationMissingLongitudeFile) |
| |
| | cuttlefish::TEST (GpxParser, ParseLocationMissingLongitudeString) |
| |
| | cuttlefish::TEST (GpxParser, ParseValidLocationFile) |
| |
| | cuttlefish::TEST (GpxParser, ParseValidLocationString) |
| |
| | cuttlefish::TEST (GpxParser, ParseValidDocumentFile) |
| |
| | cuttlefish::TEST (GpxParser, ParseValidDocumentString) |
| |