Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectwriter.cc1195 return GetTypeWithoutUrl(field.type_url()) == kAnyType; in IsAny()
1199 return GetTypeWithoutUrl(field.type_url()) == kStructType; in IsStruct()
1204 return GetTypeWithoutUrl(field.type_url()) == kStructValueType; in IsStructValue()
1209 return GetTypeWithoutUrl(field.type_url()) == kStructListValueType; in IsStructListValue()
Dutility.h113 LIBPROTOBUF_EXPORT const StringPiece GetTypeWithoutUrl(StringPiece type_url);
Dutility.cc130 const StringPiece GetTypeWithoutUrl(StringPiece type_url) { in GetTypeWithoutUrl() function