Home
last modified time | relevance | path

Searched defs:SetTestFeature (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DFeatureInheritanceTest.cs264 private static void SetTestFeature(FileDescriptorProto proto, int value) in SetTestFeature() method in FeatureInheritanceTest
271 private static void SetTestFeature(DescriptorProto proto, int value) in SetTestFeature() method in FeatureInheritanceTest
278 private static void SetTestFeature(EnumDescriptorProto proto, int value) in SetTestFeature() method in FeatureInheritanceTest
285 private static void SetTestFeature(EnumValueDescriptorProto proto, int value) in SetTestFeature() method in FeatureInheritanceTest
292 private static void SetTestFeature(FieldDescriptorProto proto, int value) in SetTestFeature() method in FeatureInheritanceTest
299 private static void SetTestFeature(ServiceDescriptorProto proto, int value) in SetTestFeature() method in FeatureInheritanceTest
306 private static void SetTestFeature(OneofDescriptorProto proto, int value) in SetTestFeature() method in FeatureInheritanceTest
313 private static void SetTestFeature(MethodDescriptorProto proto, int value) in SetTestFeature() method in FeatureInheritanceTest
320 private static void SetTestFeature(FeatureSet features, int value) => in SetTestFeature() method in FeatureInheritanceTest
/third_party/protobuf/python/google/protobuf/internal/
Ddescriptor_test.py1384 def SetTestFeature(proto, value): function