Home
last modified time | relevance | path

Searched defs:SetValue (Results 1 – 25 of 42) sorted by relevance

12

/third_party/mindspore/mindspore/core/mindrt/include/async/
Dfuture.h191 void SetValue(T &&t) const { return Set(std::move(t)); } in SetValue() function
193 void SetValue(const T &t) const { return Set(t); } in SetValue() function
402 void SetValue(const T &value) const { Set(value); } in SetValue() function
404 void SetValue(T &&value) const { Set(std::move(value)); } in SetValue() function
406 void SetValue(const Future<T> &tFuture) const { Associate(tFuture); } in SetValue() function
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DIFieldAccessor.cs75 void SetValue(IMessage message, object value); in SetValue() method
DRepeatedFieldAccessor.cs59 public override void SetValue(IMessage message, object value) in SetValue() method in Google.Protobuf.Reflection.RepeatedFieldAccessor
DMapFieldAccessor.cs59 public override void SetValue(IMessage message, object value) in SetValue() method in Google.Protobuf.Reflection.MapFieldAccessor
DSingleFieldAccessor.cs122 … public override void SetValue(IMessage message, object value) => setValueDelegate(message, value); in SetValue() method in Google.Protobuf.Reflection.SingleFieldAccessor
DExtensionAccessor.cs64 public void SetValue(IMessage message, object value) in SetValue() method in Google.Protobuf.Reflection.ExtensionAccessor
DFieldAccessorBase.cs62 public abstract void SetValue(IMessage message, object value); in SetValue() method in Google.Protobuf.Reflection.FieldAccessorBase
/third_party/cef/libcef/common/test/
Dtranslator_test_impl.cc19 void SetValue(int value) override { value_ = value; } in SetValue() function in CefTranslatorTestRefPtrLibraryImpl
47 void SetValue(int value) override { value_ = value; } in SetValue() function in CefTranslatorTestRefPtrLibraryChildImpl
84 void SetValue(int value) override { value_ = value; } in SetValue() function in CefTranslatorTestRefPtrLibraryChildChildImpl
124 void SetValue(int value) override { value_ = value; } in SetValue() function in CefTranslatorTestScopedLibraryImpl
150 void SetValue(int value) override { value_ = value; } in SetValue() function in CefTranslatorTestScopedLibraryChildImpl
185 void SetValue(int value) override { value_ = value; } in SetValue() function in CefTranslatorTestScopedLibraryChildChildImpl
/third_party/cef/libcef_dll/ctocpp/test/
Dtranslator_test_ref_ptr_library_ctocpp.cc56 void CefTranslatorTestRefPtrLibraryCToCpp::SetValue(int value) { in SetValue() function in CefTranslatorTestRefPtrLibraryCToCpp
Dtranslator_test_scoped_library_ctocpp.cc51 void CefTranslatorTestScopedLibraryCToCpp::SetValue(int value) { in SetValue() function in CefTranslatorTestScopedLibraryCToCpp
Dtranslator_test_ref_ptr_library_child_ctocpp.cc88 void CefTranslatorTestRefPtrLibraryChildCToCpp::SetValue(int value) { in SetValue() function in CefTranslatorTestRefPtrLibraryChildCToCpp
Dtranslator_test_scoped_library_child_ctocpp.cc79 void CefTranslatorTestScopedLibraryChildCToCpp::SetValue(int value) { in SetValue() function in CefTranslatorTestScopedLibraryChildCToCpp
Dtranslator_test_ref_ptr_library_child_child_ctocpp.cc126 void CefTranslatorTestRefPtrLibraryChildChildCToCpp::SetValue(int value) { in SetValue() function in CefTranslatorTestRefPtrLibraryChildChildCToCpp
Dtranslator_test_scoped_library_child_child_ctocpp.cc113 void CefTranslatorTestScopedLibraryChildChildCToCpp::SetValue(int value) { in SetValue() function in CefTranslatorTestScopedLibraryChildChildCToCpp
/third_party/grpc/src/core/lib/gprpp/
Dglobal_config_env.cc65 void GlobalConfigEnv::SetValue(const char* value) { in SetValue() function in grpc_core::GlobalConfigEnv
/third_party/node/test/js-native-api/test_properties/
Dtest_properties.c18 static napi_value SetValue(napi_env env, napi_callback_info info) { in SetValue() function
/third_party/node/test/js-native-api/test_constructor/
Dtest_constructor.c111 static napi_value SetValue(napi_env env, napi_callback_info info) { in SetValue() function
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dasync_eval_result.h360 …void SetValue(const AbstractBasePtrList &key, const EvalResultPtr &arg) { eval_result_cache_.set(k… in SetValue() function
380 …inline void SetValue(const AnfNodeConfigPtr &conf, const EvalResultPtr &arg) { cache_.set(conf, ar… in SetValue() function
/third_party/protobuf/csharp/src/Google.Protobuf/
DExtensionValue.cs121 public void SetValue(T value) in SetValue() method in Google.Protobuf.ExtensionValue
/third_party/flatbuffers/include/flatbuffers/
Dcode_generators.h54 void SetValue(const std::string &key, const std::string &value) { in SetValue() function
/third_party/node/src/
Daliased_buffer.h187 inline void SetValue(const size_t index, NativeT value) { in SetValue() function
/third_party/gn/src/gn/
Dsource_file.cc186 void SourceFile::SetValue(const std::string& value) { in SetValue() function in SourceFile
/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.cc676 bool CefV8ValueCToCpp::SetValue(const CefString& key, in SetValue() function in CefV8ValueCToCpp
700 bool CefV8ValueCToCpp::SetValue(int index, CefRefPtr<CefV8Value> value) { in SetValue() function in CefV8ValueCToCpp
725 bool CefV8ValueCToCpp::SetValue(const CefString& key, in SetValue() function in CefV8ValueCToCpp
/third_party/node/test/js-native-api/6_object_wrap/
D6_object_wrap.cc99 napi_value MyObject::SetValue(napi_env env, napi_callback_info info) { in SetValue() function in MyObject
/third_party/cef/libcef/browser/prefs/
Dpref_store.cc52 void CefPrefStore::SetValue(const std::string& key, in SetValue() function in CefPrefStore

12