Home
last modified time | relevance | path

Searched defs:mutable_item (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/aapt2/libaapt2/linux_glibc_x86_64_static/gen/proto/frameworks/base/tools/aapt2/
DResources.pb.h13545 inline ::aapt::pb::Item* Value::mutable_item() { in mutable_item() function
16666 inline ::aapt::pb::Item* Style_Entry::mutable_item() { in mutable_item() function
17362 inline ::aapt::pb::Item* Array_Element::mutable_item() { in mutable_item() function
17645 inline ::aapt::pb::Item* Plural_Entry::mutable_item() { in mutable_item() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dremapper.cc3456 GrapplerItem mutable_item = item; in Optimize() local