OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConfigValues
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/tools/gn/
config_values.cc
7
ConfigValues
::
ConfigValues
() {
10
ConfigValues
::~
ConfigValues
() {
config.h
21
ConfigValues
& config_values() { return config_values_; }
22
const
ConfigValues
& config_values() const { return config_values_; }
25
ConfigValues
config_values_;
config_values_generator.h
14
class
ConfigValues
;
22
// various flags stored in the
ConfigValues
class.
25
ConfigValuesGenerator(
ConfigValues
* dest_values,
35
ConfigValues
* config_values_;
config_values_generator.cc
19
ConfigValues
* config_values,
20
std::vector<std::string>& (
ConfigValues
::* accessor)(),
34
ConfigValues
* config_values,
36
std::vector<SourceDir>& (
ConfigValues
::* accessor)(),
51
ConfigValues
* dest_values,
66
GetStringList(scope_, #name, config_values_, &
ConfigValues
::name, err_);
69
&
ConfigValues
::name, err_);
config_values_extractors.h
18
// Provides a way to iterate through all
ConfigValues
applying to a given
23
// in one convenient loop. The order is defined to be the
ConfigValues
on the
40
const
ConfigValues
& cur() const {
76
const
ConfigValues
& values,
77
const std::vector<T>& (
ConfigValues
::* getter)() const,
91
const std::vector<T>& (
ConfigValues
::* getter)() const,
101
const std::vector<std::string>& (
ConfigValues
::* getter)() const,
config_values.h
16
class
ConfigValues
{
18
ConfigValues
();
19
~
ConfigValues
();
55
DISALLOW_COPY_AND_ASSIGN(
ConfigValues
);
config_values_extractors.cc
30
const std::vector<std::string>& (
ConfigValues
::* getter)() const,
config_values_extractors_unittest.cc
114
&target, &
ConfigValues
::cflags, flag_writer, flag_out);
123
&target, &
ConfigValues
::include_dirs, include_writer, include_out);
target.h
186
ConfigValues
& config_values() { return config_values_; }
187
const
ConfigValues
& config_values() const { return config_values_; }
293
ConfigValues
config_values_; // Used for all binary targets.
ninja_binary_target_writer.cc
98
target_, &
ConfigValues
::defines, DefineWriter(), out_);
108
target_, &
ConfigValues
::include_dirs,
118
RecursiveTargetConfigStringsToStream(target_, &
ConfigValues
::name, \
284
RecursiveTargetConfigStringsToStream(target_, &
ConfigValues
::ldflags,
command_desc.cc
412
const std::vector<T>& (
ConfigValues
::* getter)() const) {
554
OutputRecursiveTargetConfig<type>(target, #name, &
ConfigValues
::name);
target.cc
127
const
ConfigValues
& cur = iter.cur();
Completed in 717 milliseconds