Home | History | Annotate | Download | only in brillo

Lines Matching defs:brillo

5 #include <brillo/type_name_undecorate.h>
7 #include <brillo/variant_dictionary.h>
10 namespace brillo {
16 EXPECT_STREQ("const char *brillo::GetTypeTag() [T = int]", GetTypeTag<int>());
17 EXPECT_STREQ("const char *brillo::GetTypeTag() [T = std::__1::map<std::__1::"
19 "std::__1::allocator<char> >, brillo::Any, std::__1::less<"
23 "<char>, std::__1::allocator<char> >, brillo::Any> > >]",
25 EXPECT_STREQ("const char *brillo::GetTypeTag() [T = int []]",
32 EXPECT_EQ("char const* brillo::GetTypeTag<unsigned long long>()",
42 "const char *brillo::GetTypeTag() [T = int]"));
45 "const char *brillo::GetTypeTag() [T = int []]"));
48 "const char *brillo::GetTypeTag() [T = foo::bar<int []>()]"));
67 } // namespace brillo