Home
last modified time | relevance | path

Searched defs:subrange (Results 1 – 9 of 9) sorted by relevance

/third_party/gn/src/gn/
Dsubstitution_writer.cc225 for (const auto& subrange : pattern.ranges()) { in ApplyPatternToSourceAsString() local
407 for (const auto& subrange : pattern.ranges()) { in ApplyPatternToTargetAsOutputFile() local
480 for (const auto& subrange : pattern.ranges()) { in ApplyPatternToCompilerAsOutputFile() local
523 for (const auto& subrange : pattern.ranges()) { in ApplyPatternToLinkerAsOutputFile() local
Dbundle_file_rule.cc53 for (const auto& subrange : pattern_.ranges()) { in ApplyPatternToSource() local
/third_party/libabigail/src/
Dabg-ctf-reader.cc1237 array_type_def::subrange_sptr subrange; in build_array_ctf_range() local
1297 array_type_def::subrange_sptr subrange; in process_ctf_array_type() local
Dabg-btf-reader.cc796 array_type_def::subrange_sptr subrange(new array_type_def::subrange_type in build_array_type() local
Dabg-ir.cc7541 array_type_def::subrange_sptr subrange in clone_array() local
/third_party/rust/rust/compiler/rustc_middle/src/mir/interpret/
Dallocation.rs254 pub fn subrange(self, subrange: AllocRange) -> AllocRange { in subrange() method
/third_party/protobuf/src/google/protobuf/
Drepeated_ptr_field.h1403 void** subrange = raw_mutable_data() + start; in ~RepeatedPtrField() local
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/debuginfo/
Dmetadata.rs136 let subrange = in build_fixed_size_array_di_node() localVariable
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dcontainer_test.cc724 auto subrange = absl::MakeSpan(actual.data(), 3); in TEST() local