/third_party/boost/libs/variant/test/ |
D | test3.cpp | 45 struct Add struct 47 Add() { } in Add() argument 48 Add(const Expr& l, const Expr& r) : lhs_(l), rhs_(r) { } in Add() argument 49 Add(const Add& other) : lhs_(other.lhs_), rhs_(other.rhs_) { } in Add() function 65 std::ostream& operator<<(std::ostream& out, const Add& a) in operator <<() argument
|
/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/mindspore/mindspore/core/ops/ |
D | add.h | 34 Add() : PrimitiveC(kNameAdd) { InitIOName({"x", "y"}, {"output"}); } in Add() function 35 …explicit Add(const std::string k_name) : PrimitiveC(k_name) { InitIOName({"x", "y"}, {"output"}); } 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/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/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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/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/boost/libs/beast/test/extern/zlib-1.2.11/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/grpc/src/core/lib/channel/ |
D | status_util.h | 45 void Add(grpc_status_code status) { status_code_mask_ |= (1 << status); } in Add() function
|
/third_party/boost/libs/graph/test/ |
D | test_construction.hpp | 22 void build_graph(Graph& g, Add, Label) in build_graph() argument 67 void build_property_graph(Graph const& g, Add, Label) in build_property_graph() argument
|
/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
|
/third_party/grpc/src/csharp/Grpc.Core.Api/ |
D | Metadata.cs | 132 public void Add(string key, string value) in Add() method in Grpc.Core.Metadata 140 public void Add(string key, byte[] valueBytes) in Add() method in Grpc.Core.Metadata 196 public void Add(Metadata.Entry item) in Add() method in Grpc.Core.Metadata
|
/third_party/grpc/src/csharp/Grpc.Core/ |
D | Server.cs | 420 public void Add(ServerServiceDefinition serviceDefinition) in Add() method in Grpc.Core.Server.ServiceDefinitionCollection 456 public int Add(ServerPort serverPort) in Add() method in Grpc.Core.Server.ServerPortCollection 468 public int Add(string host, int port, ServerCredentials credentials) in Add() method in Grpc.Core.Server.ServerPortCollection
|
/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/flatbuffers/include/flatbuffers/ |
D | flexbuffers.h | 1284 void Add(int8_t i) { Int(i); } in Add() function 1285 void Add(int16_t i) { Int(i); } in Add() function 1286 void Add(int32_t i) { Int(i); } in Add() function 1287 void Add(int64_t i) { Int(i); } in Add() function 1288 void Add(uint8_t u) { UInt(u); } in Add() function 1289 void Add(uint16_t u) { UInt(u); } in Add() function 1290 void Add(uint32_t u) { UInt(u); } in Add() function 1291 void Add(uint64_t u) { UInt(u); } in Add() function 1292 void Add(float f) { Float(f); } in Add() function 1293 void Add(double d) { Double(d); } in Add() function [all …]
|
/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/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/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/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/mindspore/mindspore/ccsrc/minddata/dataset/util/ |
D | queue.h | 72 Status Add(const_reference ele) noexcept { in Add() function 87 Status Add(T &&ele) noexcept { in Add() function
|
/third_party/mindspore/tests/mindspore_test_framework/apps/ |
D | test_no_facade.py | 29 def Add(x, y): function
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ |
D | gpu_item_connector.h | 44 Status Add(int32_t worker_d, std::vector<device::DataItemGpu> &&element) noexcept { in Add() function
|