Lines Matching refs:std

31                          std::string* error_msg);
33 template<class T> bool VerifyIds(std::vector<std::unique_ptr<T>>& orig,
34 std::vector<std::unique_ptr<T>>& output,
36 std::string* error_msg);
37 bool VerifyId(dex_ir::StringId* orig, dex_ir::StringId* output, std::string* error_msg);
38 bool VerifyId(dex_ir::TypeId* orig, dex_ir::TypeId* output, std::string* error_msg);
39 bool VerifyId(dex_ir::ProtoId* orig, dex_ir::ProtoId* output, std::string* error_msg);
40 bool VerifyId(dex_ir::FieldId* orig, dex_ir::FieldId* output, std::string* error_msg);
41 bool VerifyId(dex_ir::MethodId* orig, dex_ir::MethodId* output, std::string* error_msg);
43 bool VerifyClassDefs(std::vector<std::unique_ptr<dex_ir::ClassDef>>& orig,
44 std::vector<std::unique_ptr<dex_ir::ClassDef>>& output,
45 std::string* error_msg);
46 bool VerifyClassDef(dex_ir::ClassDef* orig, dex_ir::ClassDef* output, std::string* error_msg);
52 std::string* error_msg);
56 std::string* error_msg);
60 std::string* error_msg);
64 std::string* error_msg);
67 std::string* error_msg);
70 std::string* error_msg);
73 std::string* error_msg);
77 std::string* error_msg);
81 std::string* error_msg);
85 std::string* error_msg);
88 std::string* error_msg);
90 bool VerifyClassData(dex_ir::ClassData* orig, dex_ir::ClassData* output, std::string* error_msg);
94 std::string* error_msg);
98 std::string* error_msg);
99 bool VerifyCode(dex_ir::CodeItem* orig, dex_ir::CodeItem* output, std::string* error_msg);
102 std::string* error_msg);
106 std::string* error_msg);
110 std::string* error_msg);
114 std::string* error_msg);
118 std::string* error_msg);
122 std::string* error_msg);