Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc11592 using ExtensionDeclarationsTest = typedef
11609 TEST_P(ExtensionDeclarationsTest, DotPrefixTypeCompile) { in TEST_P() argument
11639 TEST_P(ExtensionDeclarationsTest, EnumTypeCompile) { in TEST_P() argument
11672 TEST_P(ExtensionDeclarationsTest, MismatchEnumType) { in TEST_P() argument
11715 TEST_P(ExtensionDeclarationsTest, DotPrefixFullNameCompile) { in TEST_P() argument
11745 TEST_P(ExtensionDeclarationsTest, MismatchDotPrefixTypeExpectingMessage) { in TEST_P() argument
11779 TEST_P(ExtensionDeclarationsTest, MismatchDotPrefixTypeExpectingNonMessage) { in TEST_P() argument
11809 TEST_P(ExtensionDeclarationsTest, MismatchMessageType) { in TEST_P() argument
11845 TEST_P(ExtensionDeclarationsTest, NonMessageTypeCompile) { in TEST_P() argument
11869 TEST_P(ExtensionDeclarationsTest, MismatchNonMessageType) { in TEST_P() argument
[all …]