Searched refs:types_ (Results 1 - 6 of 6) sorted by relevance

/system/tools/aidl/
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 Dtype_cpp_unittest.cpp41 types_.Init();
43 TypeNamespace types_; member in class:android::aidl::cpp::CppTypeNamespaceTest
47 EXPECT_TRUE(types_.HasTypeByCanonicalName("byte"));
48 EXPECT_TRUE(types_.HasTypeByCanonicalName("int"));
49 EXPECT_TRUE(types_.HasTypeByCanonicalName("long"));
50 EXPECT_TRUE(types_.HasTypeByCanonicalName("float"));
51 EXPECT_TRUE(types_.HasTypeByCanonicalName("double"));
52 EXPECT_TRUE(types_.HasTypeByCanonicalName("boolean"));
53 EXPECT_TRUE(types_.HasTypeByCanonicalName("char"));
54 EXPECT_TRUE(types_
[all...]
H A Dgenerate_cpp_unittest.cpp1286 types_.Init();
1300 &types_,
1327 TypeNamespace types_; member in class:android::aidl::cpp::ASTTest
1343 unique_ptr<Document> doc = internals::BuildClientHeader(types_, *interface);
1350 unique_ptr<Document> doc = internals::BuildClientSource(types_, *interface);
1358 unique_ptr<Document> doc = internals::BuildClientSource(types_, *interface);
1365 unique_ptr<Document> doc = internals::BuildServerHeader(types_, *interface);
1372 unique_ptr<Document> doc = internals::BuildServerSource(types_, *interface);
1380 unique_ptr<Document> doc = internals::BuildServerSource(types_, *interface);
1387 unique_ptr<Document> doc = internals::BuildInterfaceHeader(types_, *interfac
[all...]
H A Dtype_namespace.h192 std::vector<std::unique_ptr<const T>> types_; member in class:android::aidl::LanguageTypeNamespace
201 types_.emplace_back(type);
254 for (const auto& type : types_) {
/system/core/property_service/libpropertyinfoserializer/
H A Dtrie_builder.cpp30 auto* type_pointer = StringPointerFromContainer(default_type, &types_);
37 auto* type_pointer = StringPointerFromContainer(type, &types_);
H A Dtrie_builder.h107 const std::set<std::string>& types() const { return types_; }
117 std::set<std::string> types_; member in class:android::properties::TrieBuilder

Completed in 93 milliseconds