OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getOption
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/elftosb/dist/common/
OptionDictionary.cpp
50
const Value * OptionDictionary::
getOption
(const std::string & name) const
57
return m_parent->
getOption
(name);
78
//! See the note in
getOption
().
164
//! Simply calls
getOption
().
168
return
getOption
(name);
/src/external/apache2/llvm/dist/llvm/include/llvm/Option/
Arg.h
77
const Option &
getOption
() const { return Opt; }
/src/external/bsd/openldap/dist/contrib/ldapc++/src/
TlsOptions.cpp
120
void TlsOptions::
getOption
( tls_option opt, void* value ) const {
/src/external/apache2/llvm/dist/llvm/lib/Option/
OptTable.cpp
132
getOption
(i).dump();
133
getOption
(i + 1).dump();
162
const Option OptTable::
getOption
(OptSpecifier Opt) const {
347
return new Arg(
getOption
(TheInputOptionID), Str, Index++, CStr);
388
return new Arg(
getOption
(TheUnknownOptionID), Str, Index++, CStr);
400
return new Arg(
getOption
(TheInputOptionID), Str, Index++, Str);
446
return new Arg(
getOption
(TheInputOptionID), Str, Index++, Str);
448
return new Arg(
getOption
(TheUnknownOptionID), Str, Index++, Str);
525
const Option O = Opts.
getOption
(Id);
653
const Option Alias =
getOption
(Id).getAlias()
[
all
...]
Completed in 28 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026