OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OptionDictionary
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/elftosb/dist/common/
OptionDictionary.cpp
2
* File:
OptionDictionary
.h
8
#include "
OptionDictionary
.h"
14
OptionDictionary
::~
OptionDictionary
()
32
bool
OptionDictionary
::hasOption(const std::string & name) const
50
const Value *
OptionDictionary
::getOption(const std::string & name) const
82
void
OptionDictionary
::setOption(const std::string & name, Value * value)
112
void
OptionDictionary
::deleteOption(const std::string & name)
128
bool
OptionDictionary
::isOptionLocked(const std::string & name) const
141
void
OptionDictionary
::lockOption(const std::string & name
[
all
...]
OptionDictionary.h
2
* File:
OptionDictionary
.h
28
class
OptionDictionary
: public OptionContext
32
OptionDictionary
() : m_parent(0) {}
35
OptionDictionary
(OptionContext * parent) : m_parent(parent) {}
38
~
OptionDictionary
();
/src/external/bsd/elftosb/dist/elftosb2/
ConversionController.h
25
#include "
OptionDictionary
.h"
48
class ConversionController : public
OptionDictionary
, public EvalContext::SourceFileManager
98
OutputSection * convertDataSection(DataSectionContentsASTNode * dataSection, uint32_t sectionID,
OptionDictionary
* optionsDict);
ConversionController.cpp
17
#include "
OptionDictionary
.h"
36
:
OptionDictionary
(),
316
OptionDictionary
* dict = new
OptionDictionary
(this);
430
OptionDictionary
* optionsDict = new
OptionDictionary
(this);
490
//! have already been converted into an
OptionDictionary
, the one passed in
507
OutputSection * ConversionController::convertDataSection(DataSectionContentsASTNode * dataSection, uint32_t sectionID,
OptionDictionary
* optionsDict)
/src/external/bsd/elftosb/lib/
Makefile
25
OptionDictionary
.cpp \
Completed in 16 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026