Home
last modified time | relevance | path

Searched defs:MergeOptions (Results 1 – 5 of 5) sorted by relevance

/third_party/gn/src/gn/
Dscope.h68 struct MergeOptions { struct
80 bool clobber_existing;
85 bool skip_private_vars;
91 bool mark_dest_used;
94 std::set<std::string> excluded_values;
Dscope.cc31 Scope::MergeOptions::MergeOptions() in MergeOptions() function in Scope::MergeOptions
/third_party/protobuf/src/google/protobuf/util/
Dfield_mask_util.h162 class MergeOptions; variable
215 MergeOptions() in MergeOptions() function
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMaskPartial.cs337 public sealed class MergeOptions class in Google.Protobuf.WellKnownTypes.FieldMask
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DFieldMaskUtil.java304 public static final class MergeOptions { class in FieldMaskUtil