commit | 9bcf80e5d349e88f57d5e441539706a9b16b8880 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Mon Oct 05 16:25:34 2020 +0900 |
committer | Jooyung Han <jooyung@google.com> | Mon Oct 12 16:45:24 2020 +0900 |
tree | 3a5cdfa879e1d512d69650bfb96d937a5037cf20 | |
parent | 5b5888ae210199ad470b847c133c8bf3fe0174f2 [diff] |
refactor: add AidlToken::Append While parsing qualified_name, parser allocates AidlToken for each identifier to concat them into a single AidlToken. With Append() method, we can avoid those allocations. Bug: n/a Test: atest aidl_unittests Change-Id: I41cdf880c79d57c9efd9f511075a96f3da164aea
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview