Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dmessage.cc264 if (!IsProto3(field->file())) { in HasHasMethod()
303 return IsProto3(field->file()) && field->real_containing_oneof(); in HasPrivateHasMethod()
3809 eager_(IsProto3(mg->descriptor_->file())), in GenerateSerializeWithCachedSizesBody()
Dhelpers.h454 inline bool IsProto3(const FileDescriptor* file) { in IsProto3() function
Dhelpers.cc1043 return IsProto3(field->file()) && in IsUtf8String()
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc263 if (!IsProto3(field->file())) { in HasHasMethod()
302 return IsProto3(field->file()) && field->real_containing_oneof(); in HasPrivateHasMethod()
3465 eager_(IsProto3(mg->descriptor_->file())), in GenerateSerializeWithCachedSizesBody()
Dcpp_helpers.h456 inline bool IsProto3(const FileDescriptor* file) { in IsProto3() function