Searched defs:SetValue (Results 1 - 25 of 51) sorted by relevance

123

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DIFieldAccessor.cs69 void SetValue(IMessage message, object value); method in interface:Google.Protobuf.Reflection.IFieldAccessor
H A DMapFieldAccessor.cs54 public override void SetValue(IMessage message, object value) method in class:Google.Protobuf.Reflection.MapFieldAccessor
56 throw new InvalidOperationException("SetValue is not implemented for map fields");
H A DRepeatedFieldAccessor.cs54 public override void SetValue(IMessage message, object value) method in class:Google.Protobuf.Reflection.RepeatedFieldAccessor
56 throw new InvalidOperationException("SetValue is not implemented for repeated fields");
H A DFieldAccessorBase.cs61 public abstract void SetValue(IMessage message, object value); method in class:Google.Protobuf.Reflection.FieldAccessorBase
H A DSingleFieldAccessor.cs68 clearDelegate = message => SetValue(message, defaultValue);
76 public override void SetValue(IMessage message, object value) method in class:Google.Protobuf.Reflection.SingleFieldAccessor
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas94 procedure SetValue(const Value: String); procedure
97 property Value: String read GetValue write SetValue;
110 procedure SetValue(const Value: String); procedure
451 procedure TANTLRString.SetValue(const Value: String);
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_color.cpp51 void CXFA_Color::SetValue(FX_ARGB color) { function in class:CXFA_Color
/external/v8/testing/
H A Dgmock-support.h24 void SetValue(const T& value) { function in class:testing::Capture
50 capture_->SetValue(value);
/external/libbrillo/brillo/dbus/
H A Dexported_property_set.h77 virtual bool SetValue(brillo::ErrorPtr* error,
173 void SetValue(const T& new_value) { function in class:brillo::dbus_utils::ExportedProperty
190 bool SetValue(brillo::ErrorPtr* error,
/external/mdnsresponder/mDNSWindows/DLLX/
H A DTXTRecord.cpp38 STDMETHODIMP CTXTRecord::SetValue(BSTR key, VARIANT value) function in class:CTXTRecord
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_color.cpp81 void CPDF_Color::SetValue(const float* comps) { function in class:CPDF_Color
88 void CPDF_Color::SetValue(CPDF_Pattern* pPattern, function in class:CPDF_Color
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp40 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) { function
280 SetValue(&I, R, SF);
474 SetValue(&I, R, SF);
549 SetValue(&I, R, SF);
563 SetValue(&I, R, SF);
606 SetValue(I, Result, CallingSF);
725 SetValue(PN, ResultValues[i], SF);
756 SetValue(&I, Result, SF);
806 SetValue(&I, executeGEPOperation(I.getPointerOperand(),
816 SetValue(
[all...]
/external/flatbuffers/include/flatbuffers/
H A Dcode_generators.h30 // code.SetValue("NAME", "Foo");
32 // code.SetValue("NAME", "Bar");
52 void SetValue(const std::string& key, const std::string& value) { function in class:flatbuffers::CodeWriter
58 // previously stored in the CodeWriter by calling SetValue above. The newline
/external/libbrillo/brillo/
H A Dflag_helper.cc35 bool SetValue(const std::string& /* value */) override { return true; };
50 bool BoolFlag::SetValue(const std::string& value) { function in class:brillo::BoolFlag
79 bool Int32Flag::SetValue(const std::string& value) { function in class:brillo::Int32Flag
95 bool Int64Flag::SetValue(const std::string& value) { function in class:brillo::Int64Flag
111 bool UInt64Flag::SetValue(const std::string& value) { function in class:brillo::UInt64Flag
127 bool DoubleFlag::SetValue(const std::string& value) { function in class:brillo::DoubleFlag
143 bool StringFlag::SetValue(const std::string& value) { function in class:brillo::StringFlag
220 if (!flag->SetValue(value)) {
/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_resource.cc76 Status XlaResource::SetValue(const xla::ComputationDataHandle& value) { function in class:tensorflow::XlaResource
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp42 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) { function
301 SetValue(&I, R, SF);
642 SetValue(&I, R, SF);
787 SetValue(&I, R, SF);
813 SetValue(&I, R, SF);
855 SetValue(I, Result, CallingSF);
954 SetValue(PN, ResultValues[i], SF);
985 SetValue(&I, Result, SF);
1035 SetValue(&I, executeGEPOperation(I.getPointerOperand(),
1045 SetValue(
[all...]
/external/llvm/lib/TableGen/
H A DTGParser.h107 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
110 bool SetValue(Record *TheRec, SMLoc Loc, const std::string &ValName, function in class:llvm::TGParser
113 return SetValue(TheRec, Loc, StringInit::get(ValName), BitList, V,
/external/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp209 Value *CopyLen, Value *SetValue, LLVMContext &Context,
222 PointerType::get(SetValue->getType(), dstAS));
229 SetValue,
230 LoopBuilder.CreateInBoundsGEP(SetValue->getType(), DstAddr, LoopIndex),
329 /* SetValue */ Memset->getValue(),
208 convertMemSetToLoop(Instruction *ConvertedInst, Value *DstAddr, Value *CopyLen, Value *SetValue, LLVMContext &Context, Function &F) argument
/external/lzma/CPP/Windows/
H A DRegistry.cpp118 LONG CKey::SetValue(LPCTSTR name, UInt32 value) throw() function in class:NWindows::NRegistry::CKey
125 LONG CKey::SetValue(LPCTSTR name, bool value) throw() function in class:NWindows::NRegistry::CKey
127 return SetValue(name, BoolToUINT32(value));
130 LONG CKey::SetValue(LPCTSTR name, LPCTSTR value) throw() function in class:NWindows::NRegistry::CKey
139 LONG CKey::SetValue(LPCTSTR name, const CSysString &value)
150 LONG CKey::SetValue(LPCWSTR name, LPCWSTR value) function in class:NWindows::NRegistry::CKey
157 return SetValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name),
164 LONG CKey::SetValue(LPCTSTR name, const void *value, UInt32 size) throw() function in class:NWindows::NRegistry::CKey
172 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) function in namespace:NWindows::NRegistry
178 res = key.SetValue(valueNam
[all...]
/external/sonivox/jet_tools/JetCreator/
H A DJetCtrls.py35 def SetValue(self, val): member in class:JetSpin
38 wx.SpinCtrl.SetValue(self, int(val))
40 wx.SpinCtrl.SetValue(self, val)
42 wx.SpinCtrl.SetValue(self, 0)
49 def SetValue(self, val): member in class:JetSpinOneBased
52 wx.SpinCtrl.SetValue(self, int(val) + 1)
54 wx.SpinCtrl.SetValue(self, val + 1)
56 wx.SpinCtrl.SetValue(self, 1)
68 def SetValue(self, val): member in class:JetCheckBox
75 wx.CheckBox.SetValue(sel
86 def SetValue(self, val): member in class:JetRadioButton
217 def SetValue(self, muteFlags): member in class:JetTrackCtrl
280 def SetValue(self, val): member in class:JetFileCombo
339 def SetValue(self, val): member in class:JetFileText
468 def SetValue(self, mbt): member in class:TimeCtrl
[all...]
H A DJetDialogs.py65 self.ctrls[Text].SetValue(Lst[0])
90 self.ctrls[Text].SetValue(Lst)
134 def SetValue(self, fld, val): member in class:JetEdit
136 self.ctrls[fld].SetValue(val)
147 self.je.ctrls[JetDefs.F_JFILE].SetValue(fileList[0])
160 self.je.ctrls[JetDefs.F_JFILE].SetValue(sValue)
165 self.je.ctrls[JetDefs.F_JFILE].SetValue(sValue)
209 def SetValue(self, fld, val): member in class:JetPreferences
210 self.je.ctrls[fld].SetValue(val)
231 def SetValue(sel member in class:JetAbout
250 def SetValue(self, fld, val): member in class:JetPropertiesDialog
342 def SetValue(self, fld, val): member in class:SegEdit
655 def SetValue(self, fld, val): member in class:EventEdit
871 def SetValue(self, fld, val): member in class:JetReplicate
939 def SetValue(self, fld, val): member in class:JetMove
[all...]
/external/tensorflow/tensorflow/core/kernels/
H A Dlookup_util.cc143 status_ = SetValue(line, tokens, key_index_, &key_);
148 status_ = SetValue(line, tokens, value_index_, &value_);
184 Status SetValue(const string& line, const std::vector<string>& tokens, function in class:tensorflow::lookup::__anon26499::TextFileLineIterator
/external/v8/src/base/
H A Datomic-utils.h38 V8_INLINE void SetValue(T new_value) { function in class:v8::base::AtomicNumber
43 SetValue(value);
81 V8_INLINE void SetValue(T new_value) { function in class:v8::base::NoBarrierAtomicValue
147 V8_INLINE void SetValue(T new_value) { function in class:v8::base::AtomicValue
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas113 procedure SetValue(const V: String); procedure
114 property Value: String read GetValue write SetValue;
120 procedure SetValue(const V: String); procedure
129 procedure TFoo.SetValue(const V: String);
166 FIANTLRString.SetValue(Value);
/external/libchrome/base/trace_event/
H A Dtrace_event_argument.cc145 void TracedValue::SetValue(const char* name, const TracedValue& value) { function in class:base::trace_event::TracedValue
238 void TracedValue::SetValue(const char* name, function in class:base::trace_event::TracedValue

Completed in 651 milliseconds

123