Home
last modified time | relevance | path

Searched defs:Add (Results 1 – 25 of 216) sorted by relevance

123456789

/third_party/boost/libs/variant/test/
Dtest3.cpp45 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() argument
65 std::ostream& operator<<(std::ostream& out, const Add& a) in operator <<() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DUtilsVulkan.h73 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/
Dtransform.h84 void Add(ARGS&&... args) { in Add() function
101 void Add(DataMap&& other) { in Add() function
Dmanager.h47 void Add(ARGS&&... args) { in Add() function
/third_party/skia/third_party/externals/tint/tools/src/lut/
Dlut.go32 Add(items interface{}) *int methodSpec
61 func (t *lut) Add(items interface{}) *int { func
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/dotzlib/DotZLib/
DCodecBase.cs90 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/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/dotzlib/DotZLib/
DCodecBase.cs90 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
DInflater.cs54 public override void Add(byte[] data, int offset, int count) in Add() method in DotZLib.Inflater
/third_party/zlib/contrib/dotzlib/DotZLib/
DCodecBase.cs90 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/
Dstatus_util.h45 void Add(grpc_status_code status) { status_code_mask_ |= (1 << status); } in Add() function
/third_party/boost/libs/graph/test/
Dtest_construction.hpp22 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/
DReadOnlyDictionary.cs51 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
DMapField.cs118 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/grpc/src/csharp/Grpc.Core.Api/
DMetadata.cs132 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/
DServer.cs420 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/
Dfunction.h96 void Add(const Function* f) { this->emplace_back(f); } in Add() function
/third_party/skia/third_party/externals/tint/src/sem/
Dinfo.h75 void Add(const AST_OR_TYPE* node, in Add() function
/third_party/skia/third_party/externals/tint/src/utils/
Denum_set.h62 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/
DTypedInteger.h237 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/node/test/js-native-api/2_function_arguments/
D2_function_arguments.c4 static napi_value Add(napi_env env, napi_callback_info info) { in Add() function
/third_party/flutter/engine/flutter/flow/ohos_layers/
Dcontainer_layer.cpp14 void ContainerLayer::Add(const std::shared_ptr<Layer>& layer) in Add() function in flutter::OHOS::ContainerLayer
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DRequestTracker.h36 uint64_t Add(Request&& request) { in Add() function
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
Dnode_id_map.cc41 void NodeIdMap::Add(const ast::Node* node, IdType id) { in Add() function in tint::fuzzers::ast_fuzzer::NodeIdMap
/third_party/cef/libcef/common/
Dtracker.cc46 void CefTrackManager::Add(CefTrackNode* object) { in Add() function in CefTrackManager
/third_party/grpc/src/core/lib/slice/
Dslice_weak_hash_table.h53 void Add(const grpc_slice& key, T value) { in Add() function

123456789