OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConfigDescription
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aapt/
ResourceTable.h
79
struct
ConfigDescription
: public ResTable_config {
80
ConfigDescription
() {
84
ConfigDescription
(const ResTable_config&o) {
88
ConfigDescription
(const
ConfigDescription
&o) {
92
ConfigDescription
& operator=(const ResTable_config& o) {
97
ConfigDescription
& operator=(const
ConfigDescription
& o) {
102
inline bool operator<(const
ConfigDescription
& o) const { return compare(o) < 0; }
103
inline bool operator<=(const
ConfigDescription
& o) const { return compare(o) <= 0;
[
all
...]
ResourceTable.cpp
[
all
...]
Completed in 45 milliseconds