Home
last modified time | relevance | path

Searched defs:Id (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceValues.h146 struct Id : public BaseItem<Id> { struct
147 Id() { weak_ = true; } in Id() argument
DResources.proto221 message Id { message
/frameworks/compile/slang/
Dslang_rs_export_func.cpp69 std::string Id = CreateDummyName("helper_func_param", F->getName()); in Create() local
Dslang_rs_export_foreach.cpp326 std::string Id = CreateDummyName("helper_foreach_param", FE->getName()); in Create() local
/frameworks/base/tools/aapt2/proto/
DTableProtoSerializer.cpp77 void Visit(Id* /*id*/) override { in Visit() argument