Home
last modified time | relevance | path

Searched refs:findMessageTypeByName (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/gamesdk/src/tuningfork/tools/validation/src/test/java/com/google/tuningfork/validation/
DExternalProtoCompilerTest.java74 Descriptor messageDesc = fDesc.findMessageTypeByName("Message"); in compileValid()
75 Descriptor anotherDesc = fDesc.findMessageTypeByName("AnotherMessage"); in compileValid()
87 Descriptor messageDesc = stdoutDescriptor.findMessageTypeByName("Message"); in compareDescriptors()
88 Descriptor anotherDesc = stdoutDescriptor.findMessageTypeByName("AnotherMessage"); in compareDescriptors()
128 Descriptor annotation = fDesc.findMessageTypeByName("Annotation"); in compileDevTuningfork()
129 Descriptor fidelityParams = fDesc.findMessageTypeByName("FidelityParams"); in compileDevTuningfork()
DProtoCompilerHelper.java45 Descriptor desc = fDesc.findMessageTypeByName(descName); in getDescriptor()
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/src/main/java/com/google/tuningfork/validation/
DDeveloperTuningforkParser.java69 Descriptor annotationField = devTuningforkFileDesc.findMessageTypeByName("Annotation"); in validate()
70 Descriptor fidelityField = devTuningforkFileDesc.findMessageTypeByName("FidelityParams"); in validate()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DDescriptorsTest.java106 assertEquals(messageType, file.findMessageTypeByName("TestAllTypes")); in testFileDescriptor()
107 assertNull(file.findMessageTypeByName("NoSuchType")); in testFileDescriptor()
108 assertNull(file.findMessageTypeByName("protobuf_unittest.TestAllTypes")); in testFileDescriptor()
DTestUtil.java1931 testAllTypes = file.findMessageTypeByName("TestAllTypes"); in ReflectionTester()
1945 file.findMessageTypeByName("OptionalGroup_extension"); in ReflectionTester()
1947 file.findMessageTypeByName("RepeatedGroup_extension"); in ReflectionTester()
1950 this.foreignMessage = file.findMessageTypeByName("ForeignMessage"); in ReflectionTester()
1951 this.importMessage = importFile.findMessageTypeByName("ImportMessage"); in ReflectionTester()
1952 this.publicImportMessage = publicImportFile.findMessageTypeByName( in ReflectionTester()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java106 assertEquals(messageType, file.findMessageTypeByName("TestAllTypes")); in testFileDescriptor()
107 assertNull(file.findMessageTypeByName("NoSuchType")); in testFileDescriptor()
108 assertNull(file.findMessageTypeByName("protobuf_unittest.TestAllTypes")); in testFileDescriptor()
DTestUtil.java2690 testAllTypes = file.findMessageTypeByName("TestAllTypes"); in ReflectionTester()
2704 file.findMessageTypeByName("OptionalGroup_extension"); in ReflectionTester()
2706 file.findMessageTypeByName("RepeatedGroup_extension"); in ReflectionTester()
2709 this.foreignMessage = file.findMessageTypeByName("ForeignMessage"); in ReflectionTester()
2710 this.importMessage = importFile.findMessageTypeByName("ImportMessage"); in ReflectionTester()
2711 this.publicImportMessage = publicImportFile.findMessageTypeByName( in ReflectionTester()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DDescriptors.java166 public Descriptor findMessageTypeByName(String name) { in findMessageTypeByName() method in Descriptors.FileDescriptor