Home
last modified time | relevance | path

Searched refs:proto_map_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/startop/view_compiler/
Ddex_builder.h528 std::map<Prototype, ir::Proto*> proto_map_; variable
Ddex_builder.cc596 ir::Proto*& ir_proto = proto_map_[prototype]; in GetOrEncodeProto()