Searched defs:types_ (Results 1 - 4 of 4) sorted by relevance

/system/tools/aidl/
H A Dtype_cpp_unittest.cpp30 types_.Init();
32 TypeNamespace types_; member in class:android::aidl::cpp::CppTypeNamespaceTest
36 EXPECT_TRUE(types_.HasTypeByCanonicalName("byte"));
37 EXPECT_TRUE(types_.HasTypeByCanonicalName("int"));
38 EXPECT_TRUE(types_.HasTypeByCanonicalName("long"));
39 EXPECT_TRUE(types_.HasTypeByCanonicalName("float"));
40 EXPECT_TRUE(types_.HasTypeByCanonicalName("double"));
41 EXPECT_TRUE(types_.HasTypeByCanonicalName("boolean"));
42 EXPECT_TRUE(types_.HasTypeByCanonicalName("char"));
43 EXPECT_TRUE(types_
[all...]
H A Dtype_java_unittest.cpp33 types_.Init();
35 JavaTypeNamespace types_; member in class:android::aidl::java::JavaTypeNamespaceTest
39 EXPECT_TRUE(types_.HasTypeByCanonicalName("void"));
40 EXPECT_TRUE(types_.HasTypeByCanonicalName("int"));
41 EXPECT_TRUE(types_.HasTypeByCanonicalName("java.lang.String"));
46 EXPECT_FALSE(types_.HasTypeByCanonicalName("Foo"));
47 EXPECT_FALSE(types_.HasTypeByCanonicalName("java.util.List<a.goog.Foo>"));
51 EXPECT_TRUE(types_.AddParcelableType(*parcelable.get(), __FILE__));
53 EXPECT_TRUE(types_.HasTypeByCanonicalName("a.goog.Foo"));
54 EXPECT_FALSE(types_
[all...]
H A Dgenerate_cpp_unittest.cpp659 types_.Init();
672 &types_,
699 TypeNamespace types_; member in class:android::aidl::cpp::ASTTest
715 unique_ptr<Document> doc = internals::BuildClientHeader(types_, *interface);
722 unique_ptr<Document> doc = internals::BuildClientSource(types_, *interface);
729 unique_ptr<Document> doc = internals::BuildServerHeader(types_, *interface);
736 unique_ptr<Document> doc = internals::BuildServerSource(types_, *interface);
743 unique_ptr<Document> doc = internals::BuildInterfaceHeader(types_, *interface);
750 unique_ptr<Document> doc = internals::BuildInterfaceSource(types_, *interface);
788 ASSERT_TRUE(GenerateCpp(*options_, types_, *interfac
[all...]
H A Dtype_namespace.h187 std::vector<std::unique_ptr<const T>> types_; member in class:android::aidl::LanguageTypeNamespace
196 types_.emplace_back(type);
249 for (const auto& type : types_) {

Completed in 63 milliseconds