Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/internal/
Dtest_util.py55 def IsProto2(message): function
86 if IsProto2(message):
95 if IsProto2(message):
121 if IsProto2(message):
130 if IsProto2(message):
168 if IsProto2(message):
178 if IsProto2(message):
188 if IsProto2(message):
426 if IsProto2(message):
439 if IsProto2(message):
[all …]
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.h157 inline bool IsProto2(const FileDescriptor* descriptor) { in IsProto2() function
178 return IsProto2(descriptor->file()) || descriptor->has_optional_keyword(); in SupportsPresenceApi()
Dcsharp_primitive_field.cc77 if (IsProto2(descriptor_->file())) { in GenerateMembers()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.h358 inline bool IsProto2(const FileDescriptor* descriptor) { in IsProto2() function
368 IsProto2(descriptor->file())); in SupportFieldPresence()
381 (descriptor->has_optional_keyword() || IsProto2(descriptor->file())); in HasHasbit()
Djava_message_lite.cc477 if (IsProto2(descriptor_->file())) { in GenerateDynamicMethodNewBuildMessageInfo()