Home
last modified time | relevance | path

Searched refs:OUTPUT_TYPE (Results 1 – 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
DTestCaseEditController.java83 private static final Object[] OUTPUT_TYPE = { field in TestCaseEditController
176 comboOutputType = new JComboBox(OUTPUT_TYPE); in initComponents()
/external/protobuf/src/google/protobuf/
Ddescriptor.h1453 OUTPUT_TYPE, // method output type enumerator
Ddescriptor_unittest.cc204 case OUTPUT_TYPE : location_name = "OUTPUT_TYPE" ; break; in AddError()
227 case OUTPUT_TYPE : location_name = "OUTPUT_TYPE" ; break; in AddWarning()
Ddescriptor.cc5064 DescriptorPool::ErrorCollector::OUTPUT_TYPE, in CrossLinkMethod()
5068 DescriptorPool::ErrorCollector::OUTPUT_TYPE, in CrossLinkMethod()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc1894 method, DescriptorPool::ErrorCollector::OUTPUT_TYPE); in ParseServiceMethod()