Searched defs:DescriptorTest (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py50 class DescriptorTest(unittest.TestCase): class in inherits:unittest.TestCase
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py51 class DescriptorTest(unittest.TestCase): class in inherits:unittest.TestCase
/external/chromium_org/tools/usb_gadget/
H A Dusb_descriptors_test.py45 class DescriptorTest(unittest.TestCase): class in inherits:unittest.TestCase
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc366 class DescriptorTest : public testing::Test { class in namespace:google::protobuf::descriptor_unittest
486 TEST_F(DescriptorTest, Name) {
496 TEST_F(DescriptorTest, ContainingType) {
501 TEST_F(DescriptorTest, FieldsByIndex) {
509 TEST_F(DescriptorTest, FindFieldByName) {
529 TEST_F(DescriptorTest, FindFieldByNumber) {
544 TEST_F(DescriptorTest, FieldName) {
551 TEST_F(DescriptorTest, FieldFullName) {
562 TEST_F(DescriptorTest, FieldFile) {
573 TEST_F(DescriptorTest, FieldInde
[all...]
/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...]

Completed in 3282 milliseconds