OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArchMap
(Results
1 - 3
of
3
) sorted by null
/bionic/tools/versioner/src/
Arch.h
42
class
ArchMap
{
44
ArchMap
() {
47
ArchMap
(std::initializer_list<std::pair<Arch, T>> initializer) {
61
bool operator==(const
ArchMap
& other) const {
84
const
ArchMap
<T>& map_;
90
ArchMapIterator(const
ArchMap
<T>& map, Arch arch) : map_(map), arch_(arch) {
130
static
ArchMap
<std::string> arch_targets = {
141
static const
ArchMap
<int> arch_min_api = {
DeclarationDatabase.h
68
ArchMap
<AvailabilityValues> arch_availability;
Preprocessor.cpp
54
ArchMap
<int> arch_visibility;
Completed in 231 milliseconds