/third_party/rust/crates/clap/examples/tutorial_derive/ |
D | 03_04_subcommands_alt.rs | 14 Add(Add), enumerator 18 struct Add { struct 28 Commands::Add(name) => { in main() argument
|
D | 03_04_subcommands.rs | 14 Add { name: Option<String> }, enumerator
|
/third_party/gn/src/gn/ |
D | vector_utils.h | 43 void Add(const T& item) { in Add() function 49 void Add(typename std::vector<T>::const_iterator begin, in Add() function 57 void Add(const T* start, const T* end) { in Add() function
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | UtilsVulkan.h | 73 void Add(VK_STRUCT_TYPE* vkStruct) { in Add() function 87 void Add(VK_STRUCT_TYPE* vkStruct, VkStructureType sType) { in Add() function
|
/third_party/rust/crates/clap/tests/derive/ |
D | subcommands.rs | 32 Add { enumerator 109 Add, enumerator 126 struct Add { struct 137 /// Add a file argument 138 Add(Add), enumerator 179 Add, in global_passed_down() enumerator 216 Add, in external_subcommand() enumerator 556 Add, in skip_subcommand() enumerator
|
D | flatten.rs | 69 struct Add { in flatten_in_subcommand() struct 71 interactive: bool, in flatten_in_subcommand() 73 common: Common, in flatten_in_subcommand() 85 Add(Add), in flatten_in_subcommand() enumerator
|
D | nested_subcommands.rs | 30 Add {}, enumerator 161 Add { name: String, url: String }, enumerator
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | transform.h | 84 void Add(ARGS&&... args) { in Add() function 101 void Add(DataMap&& other) { in Add() function
|
D | manager.h | 47 void Add(ARGS&&... args) { in Add() function
|
/third_party/skia/third_party/externals/tint/tools/src/lut/ |
D | lut.go | 32 Add(items interface{}) *int methodSpec 61 func (t *lut) Add(items interface{}) *int { func
|
/third_party/zlib/contrib/dotzlib/DotZLib/ |
D | CodecBase.cs | 90 public void Add(byte[] data) in Add() method in DotZLib.CodecBase 103 public abstract void Add(byte[] data, int offset, int count); in Add() method in DotZLib.CodecBase
|
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
D | ReadOnlyDictionary.cs | 51 public void Add(TKey key, TValue value) in Add() method in Google.Protobuf.Collections.ReadOnlyDictionary 87 public void Add(KeyValuePair<TKey, TValue> item) in Add() method in Google.Protobuf.Collections.ReadOnlyDictionary
|
D | MapField.cs | 118 public void Add(TKey key, TValue value) in Add() method in Google.Protobuf.Collections.MapField 241 public void Add(IDictionary<TKey, TValue> entries) in Add() method in Google.Protobuf.Collections.MapField 276 void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) in Add() method in Google.Protobuf.Collections.MapField 778 public void Add(T item) in Add() method in Google.Protobuf.Collections.MapField.MapView
|
/third_party/rust/crates/nom/tests/ |
D | arithmetic_ast.rs | 18 Add(Box<Expr>, Box<Expr>), enumerator 27 Add, enumerator
|
/third_party/skia/third_party/externals/tint/src/utils/ |
D | enum_set.h | 62 inline EnumSet& Add(VALUES... values) { in Add() function 77 inline EnumSet& Add(EnumSet s) { return (*this = *this + s); } in Add() function
|
/third_party/skia/third_party/externals/tint/src/ast/ |
D | function.h | 96 void Add(const Function* f) { this->emplace_back(f); } in Add() function
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | TypedInteger.h | 237 constexpr ::detail::TypedIntegerImpl<Tag, T> Add(::detail::TypedIntegerImpl<Tag, T> lhs, in Add() function 251 constexpr std::enable_if_t<std::is_integral<T>::value, T> Add(T lhs, T rhs) { in Add() function
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | virtual_file_store.h | 35 Result Add(const std::string& path, const std::string& content) { in Add() function
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.7/extends_constraints_on_infer_type_variables/ |
D | extends_constraints_on_infer_type_variables.ts | 29 const Add = (a: number, b: number) => a + b; constant
|
/third_party/skia/third_party/externals/tint/src/sem/ |
D | info.h | 75 void Add(const AST_OR_TYPE* node, in Add() function
|
/third_party/flutter/engine/flutter/flow/ohos_layers/ |
D | container_layer.cpp | 14 void ContainerLayer::Add(const std::shared_ptr<Layer>& layer) in Add() function in flutter::OHOS::ContainerLayer
|
/third_party/node/test/js-native-api/2_function_arguments/ |
D | 2_function_arguments.c | 4 static napi_value Add(napi_env env, napi_callback_info info) { in Add() function
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
D | RequestTracker.h | 36 uint64_t Add(Request&& request) { in Add() function
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/ |
D | node_id_map.cc | 41 void NodeIdMap::Add(const ast::Node* node, IdType id) { in Add() function in tint::fuzzers::ast_fuzzer::NodeIdMap
|
/third_party/cef/libcef/common/ |
D | tracker.cc | 46 void CefTrackManager::Add(CefTrackNode* object) { in Add() function in CefTrackManager
|