HomeSort by relevance Sort by last modified time
    Searched refs:VerifyIds (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/aapt2/compile/
IdAssigner_test.cpp 23 ::testing::AssertionResult VerifyIds(ResourceTable* table);
37 ASSERT_TRUE(VerifyIds(table.get()));
60 ASSERT_TRUE(VerifyIds(table.get()));
121 ASSERT_TRUE(VerifyIds(table.get()));
132 ::testing::AssertionResult VerifyIds(ResourceTable* table) {
  /art/dexlayout/
dex_verify.cc 38 if (!VerifyIds(orig.StringIds(), output.StringIds(), "string ids", error_msg) ||
39 !VerifyIds(orig.TypeIds(), output.TypeIds(), "type ids", error_msg) ||
40 !VerifyIds(orig.ProtoIds(), output.ProtoIds(), "proto ids", error_msg) ||
41 !VerifyIds(orig.FieldIds(), output.FieldIds(), "field ids", error_msg) ||
42 !VerifyIds(orig.MethodIds(), output.MethodIds(), "method ids", error_msg)) {
52 template<class T> bool VerifyIds(std::vector<std::unique_ptr<T>>& orig,
    [all...]
dex_verify.h 33 template<class T> bool VerifyIds(std::vector<std::unique_ptr<T>>& orig,

Completed in 207 milliseconds