Home
last modified time | relevance | path

Searched refs:parser3 (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/tests/
Dtest.cpp1132 flatbuffers::Parser parser3(opts); in ParseProtoTest() local
1133 TEST_EQ(parser3.Parse(protofile.c_str(), include_directories), true); in ParseProtoTest()
1136 auto fbs_union = flatbuffers::GenerateFBS(parser3, "test"); in ParseProtoTest()
1184 flatbuffers::Parser parser3(opts); in ParseProtoTestWithSuffix() local
1185 TEST_EQ(parser3.Parse(protofile.c_str(), include_directories), true); in ParseProtoTestWithSuffix()
1188 auto fbs_union = flatbuffers::GenerateFBS(parser3, "test"); in ParseProtoTestWithSuffix()
1249 flatbuffers::Parser parser3(opts); in ParseProtoTestWithIncludes() local
1250 TEST_EQ(parser3.Parse(protofile.c_str(), include_directories), true); in ParseProtoTestWithIncludes()
1253 auto fbs_union = flatbuffers::GenerateFBS(parser3, "test"); in ParseProtoTestWithIncludes()
1727 flatbuffers::Parser parser3; in EnumStringsTest() local
[all …]
/external/python/cpython2/Lib/test/
Dtest_argparse.py1790 parser3 = subparsers.add_parser('3', **parser3_kwargs)
1791 parser3.add_argument('t', type=int, help='t help')
1792 parser3.add_argument('u', nargs='...', help='u help')
/external/python/cpython3/Lib/test/
Dtest_argparse.py1962 parser3 = subparsers.add_parser('3', **parser3_kwargs)
1963 parser3.add_argument('t', type=int, help='t help')
1964 parser3.add_argument('u', nargs='...', help='u help')