Home
last modified time | relevance | path

Searched refs:cpp_type (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/scripts/update_payload/
Dupdate_metadata_pb2.py87 number=1, type=4, cpp_type=4, label=1,
94 number=2, type=4, cpp_type=4, label=1,
122 number=1, type=13, cpp_type=3, label=1,
129 number=2, type=12, cpp_type=9, label=1,
156 number=1, type=11, cpp_type=10, label=3,
184 number=1, type=4, cpp_type=4, label=1,
191 number=2, type=12, cpp_type=9, label=1,
219 number=1, type=9, cpp_type=9, label=1,
226 number=2, type=9, cpp_type=9, label=1,
233 number=3, type=9, cpp_type=9, label=1,
[all …]
/system/extras/simpleperf/scripts/
Dprofile_pb2.py38 number=1, type=11, cpp_type=10, label=3,
45 number=2, type=11, cpp_type=10, label=3,
52 number=3, type=11, cpp_type=10, label=3,
59 number=4, type=11, cpp_type=10, label=3,
66 number=5, type=11, cpp_type=10, label=3,
73 number=6, type=9, cpp_type=9, label=3,
80 number=7, type=3, cpp_type=2, label=1,
87 number=8, type=3, cpp_type=2, label=1,
94 number=9, type=3, cpp_type=2, label=1,
101 number=10, type=3, cpp_type=2, label=1,
[all …]
/system/tools/aidl/
Dtype_cpp.cpp108 const std::string& cpp_type, in PrimitiveType() argument
114 cpp_type, read_method, write_method,
116 aidl_type, header, cpp_type, cpp_type,
349 const string& cpp_type, in Type() argument
359 cpp_type_(cpp_type), in Type()
Daidl_unittest.cpp506 auto cpp_type = cpp_types_.FindTypeByCanonicalName("p.Outer.Inner"); in TEST_F() local
507 ASSERT_NE(nullptr, cpp_type); in TEST_F()
509 EXPECT_EQ("::p::Outer::Inner", cpp_type->CppType()); in TEST_F()
523 auto cpp_type = cpp_types_.FindTypeByCanonicalName("p.Bar"); in TEST_F() local
524 ASSERT_NE(nullptr, cpp_type); in TEST_F()
525 EXPECT_EQ("::p::Bar", cpp_type->CppType()); in TEST_F()
527 cpp_type->GetHeaders(&headers); in TEST_F()
Dtype_cpp.h38 const std::string& cpp_type,
Dgenerate_cpp.cpp200 const Type* cpp_type = a.GetType().GetLanguageType<Type>(); in DeclareLocalVariable() local
201 if (!cpp_type) { return false; } in DeclareLocalVariable()
203 string type = cpp_type->CppType(); in DeclareLocalVariable()
/system/extras/libjsonpb/verify/
Dverify.cpp92 if (field_descriptor->cpp_type() != in AllFieldsAreKnown()