Home
last modified time | relevance | path

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

123

/external/libbrillo/brillo/
Dflag_helper.cc37 bool SetValue(const std::string& /* value */) override { return true; }; in SetValue() function in brillo::HelpFlag
52 bool BoolFlag::SetValue(const std::string& value) { in SetValue() function in brillo::BoolFlag
81 bool Int32Flag::SetValue(const std::string& value) { in SetValue() function in brillo::Int32Flag
97 bool UInt32Flag::SetValue(const std::string& value) { in SetValue() function in brillo::UInt32Flag
113 bool Int64Flag::SetValue(const std::string& value) { in SetValue() function in brillo::Int64Flag
129 bool UInt64Flag::SetValue(const std::string& value) { in SetValue() function in brillo::UInt64Flag
145 bool DoubleFlag::SetValue(const std::string& value) { in SetValue() function in brillo::DoubleFlag
161 bool StringFlag::SetValue(const std::string& value) { in SetValue() function in brillo::StringFlag
/external/libbrillo/brillo/dbus/
Dexported_property_set.h181 void SetValue(const T& new_value) { in SetValue() function
198 bool SetValue(brillo::ErrorPtr* error, in SetValue() function
/external/llvm-project/lldb/tools/debugserver/source/
DJSONGenerator.h150 void SetValue(uint64_t value) { m_value = value; } in SetValue() function
164 void SetValue(double value) { m_value = value; } in SetValue() function
178 void SetValue(bool value) { m_value = value; } in SetValue() function
199 void SetValue(const std::string &string) { m_value = string; } in SetValue() function
299 void SetValue(void *value) { m_object = value; } in SetValue() function
/external/lzma/CPP/Windows/
DRegistry.cpp118 LONG CKey::SetValue(LPCTSTR name, UInt32 value) throw() in SetValue() function in NWindows::NRegistry::CKey
125 LONG CKey::SetValue(LPCTSTR name, bool value) throw() in SetValue() function in NWindows::NRegistry::CKey
130 LONG CKey::SetValue(LPCTSTR name, LPCTSTR value) throw() in SetValue() function in NWindows::NRegistry::CKey
150 LONG CKey::SetValue(LPCWSTR name, LPCWSTR value) in SetValue() function in NWindows::NRegistry::CKey
164 LONG CKey::SetValue(LPCTSTR name, const void *value, UInt32 size) throw() in SetValue() function in NWindows::NRegistry::CKey
172 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) in SetValue() function
/external/sonivox/jet_tools/JetCreator/
DJetDialogs.py134 def SetValue(self, fld, val): member in JetEdit
209 def SetValue(self, fld, val): member in JetPreferences
231 def SetValue(self, fld, val): member in JetAbout
250 def SetValue(self, fld, val): member in JetPropertiesDialog
342 def SetValue(self, fld, val): member in SegEdit
655 def SetValue(self, fld, val): member in EventEdit
871 def SetValue(self, fld, val): member in JetReplicate
939 def SetValue(self, fld, val): member in JetMove
DJetCtrls.py35 def SetValue(self, val): member in JetSpin
49 def SetValue(self, val): member in JetSpinOneBased
68 def SetValue(self, val): member in JetCheckBox
86 def SetValue(self, val): member in JetRadioButton
217 def SetValue(self, muteFlags): member in JetTrackCtrl
280 def SetValue(self, val): member in JetFileCombo
339 def SetValue(self, val): member in JetFileText
468 def SetValue(self, mbt): member in TimeCtrl
/external/openscreen/discovery/dnssd/public/
Ddns_sd_txt_record.cc35 Error DnsSdTxtRecord::SetValue(const std::string& key, in SetValue() function in openscreen::discovery::DnsSdTxtRecord
46 Error DnsSdTxtRecord::SetValue(const std::string& key, in SetValue() function in openscreen::discovery::DnsSdTxtRecord
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMapFieldAccessor.cs59 public override void SetValue(IMessage message, object value) in SetValue() method in Google.Protobuf.Reflection.MapFieldAccessor
DRepeatedFieldAccessor.cs59 public override void SetValue(IMessage message, object value) in SetValue() method in Google.Protobuf.Reflection.RepeatedFieldAccessor
DIFieldAccessor.cs74 void SetValue(IMessage message, object value); in SetValue() method
DSingleFieldAccessor.cs100 public override void SetValue(IMessage message, object 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
/external/llvm-project/lldb/include/lldb/Utility/
DStructuredData.h292 void SetValue(uint64_t value) { m_value = value; } in SetValue() function
309 void SetValue(double value) { m_value = value; } in SetValue() function
326 void SetValue(bool value) { m_value = value; } in SetValue() function
342 void SetValue(llvm::StringRef S) { m_value = std::string(S); } in SetValue() function
538 void SetValue(void *value) { m_object = value; } in SetValue() function
DPredicate.h90 void SetValue(T value, PredicateBroadcastType broadcast_type) { in SetValue() function
/external/llvm-project/lldb/include/lldb/Core/
DThreadSafeValue.h40 void SetValue(const T &value) { in SetValue() function
/external/pdfium/xfa/fxfa/parser/
Dcxfa_color.cpp50 void CXFA_Color::SetValue(FX_ARGB color) { in SetValue() function in CXFA_Color
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas94 procedure SetValue(const Value: String); procedure
110 procedure SetValue(const Value: String); procedure
451 procedure TANTLRString.SetValue(const Value: String); procedure
/external/llvm-project/lldb/source/Core/
DMangled.cpp151 void Mangled::SetValue(ConstString s, bool mangled) { in SetValue() function in Mangled
166 void Mangled::SetValue(ConstString name) { in SetValue() function in Mangled
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tools.Tests.pas113 procedure SetValue(const V: String); procedure
120 procedure SetValue(const V: String); procedure
129 procedure TFoo.SetValue(const V: String); procedure
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dglobal_config_env.cc65 void GlobalConfigEnv::SetValue(const char* value) { in SetValue() function in grpc_core::GlobalConfigEnv
/external/protobuf/csharp/src/Google.Protobuf/
DExtensionValue.cs133 public void SetValue(T value) in SetValue() method in Google.Protobuf.ExtensionValue
/external/flatbuffers/include/flatbuffers/
Dcode_generators.h54 void SetValue(const std::string &key, const std::string &value) { in SetValue() function
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFFormValue.h52 void SetValue(const ValueType &val) { m_value = val; } in SetValue() function
/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeFormat.h104 void SetValue(uint32_t value) { m_flags = value; } in SetValue() function

123