Home
last modified time | relevance | path

Searched defs:TestCategory (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/conformance/
Dconformance_php.php19 use \Conformance\TestCategory; alias
Dconformance.proto62 enum TestCategory { enum
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs73 public enum TestCategory { enum
377 public global::Conformance.TestCategory TestCategory { property in Conformance.ConformanceRequest
/external/golang-protobuf/internal/testprotos/conformance/
Dconformance.pb.go98 type TestCategory int32 type
247TestCategory TestCategory `protobuf:"varint,5,opt,name=test_category,json=testCategory,proto3,enum… member
/external/llvm/unittests/Support/
DCommandLineTest.cpp89 cl::OptionCategory TestCategory("Test Options", "Description"); variable