OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:datadeps
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/tools/gn/
ninja_group_target_writer.cc
34
const LabelTargetVector&
datadeps
= target_->
datadeps
();
local
35
for (size_t i = 0; i <
datadeps
.size(); i++) {
37
path_output_.WriteFile(out_, helper_.GetTargetOutputFile(
datadeps
[i].ptr));
command_desc.cc
56
const LabelTargetVector&
datadeps
= target->
datadeps
();
local
57
for (size_t i = 0; i <
datadeps
.size(); i++)
58
RecursiveCollectDeps(
datadeps
[i].ptr, result);
66
const LabelTargetVector&
datadeps
= target->
datadeps
();
local
67
sorted_deps.insert(sorted_deps.end(),
datadeps
.begin(),
datadeps
.end());
112
const LabelTargetVector& target_datadeps = target->
datadeps
();
267
" Both \"deps\" and \"
datadeps
\" will be included.\n
[
all
...]
target.h
83
const LabelTargetVector&
datadeps
() const { return datadeps_; }
function in class:Target
84
LabelTargetVector&
datadeps
() { return datadeps_; }
function in class:Target
ninja_binary_target_writer.cc
402
const LabelTargetVector&
datadeps
= target_->
datadeps
();
local
403
for (size_t i = 0; i <
datadeps
.size(); i++)
404
non_linkable_deps->push_back(
datadeps
[i].ptr);
builder.cc
229
!AddDeps(record, target->
datadeps
(), err) ||
370
!ResolveDeps(&target->
datadeps
(), err) ||
target_generator.cc
162
FillGenericDeps(variables::kDatadeps, &target_->
datadeps
());
Completed in 3411 milliseconds