Searched refs:DescriptorTest (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc364 class DescriptorTest : public testing::Test { class in namespace:google::protobuf::descriptor_unittest
484 TEST_F(DescriptorTest, Name) {
494 TEST_F(DescriptorTest, ContainingType) {
499 TEST_F(DescriptorTest, FieldsByIndex) {
507 TEST_F(DescriptorTest, FindFieldByName) {
527 TEST_F(DescriptorTest, FindFieldByNumber) {
542 TEST_F(DescriptorTest, FieldName) {
549 TEST_F(DescriptorTest, FieldFullName) {
560 TEST_F(DescriptorTest, FieldFile) {
571 TEST_F(DescriptorTest, FieldInde
[all...]
/external/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py50 class DescriptorTest(unittest.TestCase): class in inherits:unittest.TestCase

Completed in 30 milliseconds