Home
last modified time | relevance | path

Searched defs:FieldMaskTest (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/
DFieldMaskTest.cs38 public class FieldMaskTest class
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DFieldMaskTest.cs39 public class FieldMaskTest class
/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Dfield_mask.proto43 message FieldMaskTest { message
/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types_test.py391 class FieldMaskTest(unittest.TestCase): class