OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AssetManagerSymbolSource
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/aapt2/process/
SymbolTable.h
189
class
AssetManagerSymbolSource
: public ISymbolSource {
191
AssetManagerSymbolSource
() = default;
205
DISALLOW_COPY_AND_ASSIGN(
AssetManagerSymbolSource
);
SymbolTable.cpp
213
bool
AssetManagerSymbolSource
::AddAssetPath(const StringPiece& path) {
218
std::map<size_t, std::string>
AssetManagerSymbolSource
::GetAssignedPackageIds() const {
287
std::unique_ptr<SymbolTable::Symbol>
AssetManagerSymbolSource
::FindByName(
327
std::unique_ptr<SymbolTable::Symbol>
AssetManagerSymbolSource
::FindById(
358
std::unique_ptr<SymbolTable::Symbol>
AssetManagerSymbolSource
::FindByReference(
/frameworks/base/tools/aapt2/cmd/
Link.cpp
695
std::unique_ptr<
AssetManagerSymbolSource
> asset_source =
696
util::make_unique<
AssetManagerSymbolSource
>();
[
all
...]
Completed in 182 milliseconds