Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.cc1186 return GetTypeWithoutUrl(field.type_url()) == kAnyType; in IsAny()
1190 return GetTypeWithoutUrl(field.type_url()) == kStructType; in IsStruct()
1195 return GetTypeWithoutUrl(field.type_url()) == kStructValueType; in IsStructValue()
1200 return GetTypeWithoutUrl(field.type_url()) == kStructListValueType; in IsStructListValue()
Dutility.h109 LIBPROTOBUF_EXPORT const StringPiece GetTypeWithoutUrl(StringPiece type_url);
Dutility.cc130 const StringPiece GetTypeWithoutUrl(StringPiece type_url) { in GetTypeWithoutUrl() function