Home
last modified time | relevance | path

Searched defs:IsProto2 (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.h157 inline bool IsProto2(const FileDescriptor* descriptor) { in IsProto2() function
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.h358 inline bool IsProto2(const FileDescriptor* descriptor) { in IsProto2() function
/third_party/protobuf/python/google/protobuf/internal/
Dtest_util.py55 def IsProto2(message): function