Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/TableGen/
Ddag-isel-regclass-emit-enum.td11 let Namespace = "TestNamespace" in {
22 } // end Namespace TestNamespace
35 // CHECK-NEXT: OPC_EmitInteger, MVT::i32, TestNamespace::GPR127RegClassID,
Dpset-enum.td7 // NAMESPACE-NEXT: namespace TestNamespace {
11 // NAMESPACE-NEXT: } // end namespace TestNamespace
/external/protobuf/php/tests/proto/
Dtest_php_namespace.proto7 message TestNamespace { message
Dtest.proto185 TestNamespace namespace_message = 1;
/external/llvm-project/llvm/test/TableGen/Common/
Dreg-with-subregs-common.td20 let Namespace = "TestNamespace" in {
134 let Namespace = "TestNamespace" in {
/external/protobuf/php/tests/
Dgenerated_class_test.php25 use Php\Test\TestNamespace; alias
763 $m = new TestNamespace();
764 $n = new TestNamespace\NestedMessage();
766 $m->setNestedEnum(TestNamespace\NestedEnum::ZERO);
768 $this->assertSame(TestNamespace\NestedEnum::ZERO, $m->getNestedEnum());
803 $m = new TestNamespace();
804 $n = new TestNamespace\PBEmpty();
805 $o = new TestNamespace\PBEmpty\NestedMessage();
807 $n->setNestedEnum(TestNamespace\PBEmpty\NestedEnum::ZERO);
812 TestNamespace\PBEmpty\NestedEnum::ZERO,
/external/python/cpython2/Lib/test/
Dtest_argparse.py4437 class TestNamespace(TestCase): class
/external/python/cpython3/Lib/test/
Dtest_argparse.py4766 class TestNamespace(TestCase): class