HomeSort by relevance Sort by last modified time
    Searched defs:DescriptorTest (Results 1 - 2 of 2) sorted by null

  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 61 class DescriptorTest(unittest.TestCase):
418 class NewDescriptorTest(DescriptorTest):
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 495 class DescriptorTest : public testing::Test {
698 TEST_F(DescriptorTest, Name) {
708 TEST_F(DescriptorTest, ContainingType) {
713 TEST_F(DescriptorTest, FieldsByIndex) {
721 TEST_F(DescriptorTest, FindFieldByName) {
741 TEST_F(DescriptorTest, FindFieldByNumber) {
756 TEST_F(DescriptorTest, FieldName) {
763 TEST_F(DescriptorTest, FieldFullName) {
774 TEST_F(DescriptorTest, FieldJsonName) {
803 TEST_F(DescriptorTest, FieldFile)
    [all...]

Completed in 228 milliseconds