Searched refs:simple_type (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
H A Dutility.h111 // Returns the simple_type with the base type url (kTypeServiceBaseUrl)
117 LIBPROTOBUF_EXPORT const string GetFullTypeWithUrl(StringPiece simple_type);
H A Dutility.cc135 const string GetFullTypeWithUrl(StringPiece simple_type) { argument
136 return StrCat(kTypeServiceBaseUrl, "/", simple_type);

Completed in 85 milliseconds