Home
last modified time | relevance | path

Searched refs:url3 (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
Dtext_format.cc994 string url1, url2, url3; in ConsumeAnyTypeUrl() local
999 DO(ConsumeIdentifier(&url3)); // com in ConsumeAnyTypeUrl()
1003 *prefix = url1 + "." + url2 + "." + url3 + "/"; in ConsumeAnyTypeUrl()