Searched refs:GetValue (Results 1 - 25 of 146) sorted by relevance

123456

/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs44 public void GetValue() method in class:Google.Protobuf.Reflection.FieldAccessTest
48 Assert.AreEqual(message.SingleBool, fields[TestAllTypes.SingleBoolFieldNumber].Accessor.GetValue(message));
49 Assert.AreEqual(message.SingleBytes, fields[TestAllTypes.SingleBytesFieldNumber].Accessor.GetValue(message));
50 Assert.AreEqual(message.SingleDouble, fields[TestAllTypes.SingleDoubleFieldNumber].Accessor.GetValue(message));
51 Assert.AreEqual(message.SingleFixed32, fields[TestAllTypes.SingleFixed32FieldNumber].Accessor.GetValue(message));
52 Assert.AreEqual(message.SingleFixed64, fields[TestAllTypes.SingleFixed64FieldNumber].Accessor.GetValue(message));
53 Assert.AreEqual(message.SingleFloat, fields[TestAllTypes.SingleFloatFieldNumber].Accessor.GetValue(message));
54 Assert.AreEqual(message.SingleForeignEnum, fields[TestAllTypes.SingleForeignEnumFieldNumber].Accessor.GetValue(message));
55 Assert.AreEqual(message.SingleForeignMessage, fields[TestAllTypes.SingleForeignMessageFieldNumber].Accessor.GetValue(message));
56 Assert.AreEqual(message.SingleImportEnum, fields[TestAllTypes.SingleImportEnumFieldNumber].Accessor.GetValue(messag
[all...]
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_measurement.cpp40 wsMeasure.Format(L"%.8gmm", GetValue());
43 wsMeasure.Format(L"%.8gpt", GetValue());
46 wsMeasure.Format(L"%.8gin", GetValue());
49 wsMeasure.Format(L"%.8gcm", GetValue());
52 wsMeasure.Format(L"%.8gmp", GetValue());
55 wsMeasure.Format(L"%.8gpc", GetValue());
58 wsMeasure.Format(L"%.8gem", GetValue());
61 wsMeasure.Format(L"%.8g%%", GetValue());
64 wsMeasure.Format(L"%.8g", GetValue());
70 fValue = GetValue();
[all...]
H A Dcxfa_caption.h26 CXFA_Value GetValue();
H A Dcxfa_caption.cpp41 CXFA_Value CXFA_Caption::GetValue() { function in class:CXFA_Caption
H A Dcxfa_measurement.h28 FX_FLOAT GetValue() const { return m_fValue; } function in class:CXFA_Measurement
/external/pdfium/xfa/fde/css/
H A Dcfde_cssvaluelist.cpp23 CFX_RetainPtr<CFDE_CSSValue> CFDE_CSSValueList::GetValue(int32_t index) const { function in class:CFDE_CSSValueList
H A Dcfde_cssvaluelist.h20 CFX_RetainPtr<CFDE_CSSValue> GetValue(int32_t index) const;
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DIFieldAccessor.cs59 object GetValue(IMessage message); method in interface:Google.Protobuf.Reflection.IFieldAccessor
H A DMapFieldAccessor.cs50 IDictionary list = (IDictionary) GetValue(message);
H A DRepeatedFieldAccessor.cs50 IList list = (IList) GetValue(message);
H A DFieldAccessorBase.cs55 public object GetValue(IMessage message) method in class:Google.Protobuf.Reflection.FieldAccessorBase
/external/webrtc/webrtc/base/
H A Dwin32regkey.h118 HRESULT GetValue(const wchar_t* value_name, DWORD* value) const;
121 HRESULT GetValue(const wchar_t* value_name, DWORD64* value) const;
124 HRESULT GetValue(const wchar_t* value_name, wchar_t** value) const;
127 HRESULT GetValue(const wchar_t* value_name, std::wstring* value) const;
130 HRESULT GetValue(const wchar_t* value_name,
134 HRESULT GetValue(const wchar_t* value_name,
139 HRESULT GetValue(const wchar_t* value_name,
197 static HRESULT GetValue(const wchar_t* full_key_name,
205 static HRESULT GetValue(const wchar_t* full_key_name,
210 static HRESULT GetValue(cons
[all...]
H A Dwin32regkey_unittest.cc198 EXPECT_EQ(r_key.GetValue(kValNameInt, &int_val),
210 EXPECT_SUCCEEDED(r_key.GetValue(kValNameInt, &int_val));
217 EXPECT_SUCCEEDED(r_key.GetValue(kValNameInt, &int_val));
233 EXPECT_SUCCEEDED(r_key.GetValue(kValNameInt64, &int64_val));
249 EXPECT_SUCCEEDED(r_key.GetValue(kValNameStr, &str_val));
257 EXPECT_SUCCEEDED(r_key.GetValue(kValNameStr, &str_val));
276 EXPECT_SUCCEEDED(r_key.GetValue(kValNameBinary, &binary_val, &uint8_count));
286 EXPECT_SUCCEEDED(r_key.GetValue(kValNameBinary, &binary_val, &uint8_count));
381 EXPECT_EQ(RegKey::GetValue(kFullRkey1, kValNameInt, &int_val),
391 EXPECT_EQ(RegKey::GetValue(kFullRkey
[all...]
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dproc_cpuinfo_reader_unittest.cc80 ASSERT_STREQ("bar", reader.GetValue());
108 ASSERT_STREQ("bar", reader.GetValue());
112 ASSERT_STREQ("tut", reader.GetValue());
125 ASSERT_STREQ("bar", reader.GetValue());
138 ASSERT_STREQ("bar", reader.GetValue());
151 ASSERT_STREQ("tut", reader.GetValue());
164 ASSERT_STREQ("bar", reader.GetValue());
168 ASSERT_STREQ("bar", reader.GetValue());
181 ASSERT_STREQ("zoo", reader.GetValue());
/external/sonivox/jet_tools/JetCreator/
H A DJetDialogs.py130 def GetValue(self, fld): member in class:JetEdit
132 return self.ctrls[fld].GetValue()
167 self.fileName = self.je.ctrls[JetDefs.F_JFILE].GetValue()
174 self.fileName = self.je.ctrls[JetDefs.F_JFILE].GetValue()
184 if len(self.je.ctrls[JetDefs.F_JFILE].GetValue()) == 0:
188 if not FileExists(self.je.ctrls[JetDefs.F_JFILE].GetValue()):
206 def GetValue(self, fld): member in class:JetPreferences
207 return self.je.ctrls[fld].GetValue()
228 def GetValue(self, fld): member in class:JetAbout
229 return self.je.ctrls[fld].GetValue()
247 def GetValue(self, fld): member in class:JetPropertiesDialog
338 def GetValue(self, fld): member in class:SegEdit
651 def GetValue(self, fld): member in class:EventEdit
868 def GetValue(self, fld): member in class:JetReplicate
936 def GetValue(self, fld): member in class:JetMove
[all...]
H A DJetCreator.py426 self.jet_file.AddSegment(replicate[0], dlg.GetValue(JetDefs.F_MIDIFILE),
429 SegmentOutputFile(dlg.GetValue(JetDefs.F_SEGNAME), self.currentJetConfigFile),
430 dlg.GetValue(JetDefs.F_QUANTIZE),
431 [], dlg.GetValue(JetDefs.F_DLSFILE),
433 dlg.GetValue(JetDefs.F_TRANSPOSE),
434 dlg.GetValue(JetDefs.F_REPEAT),
435 dlg.GetValue(JetDefs.F_MUTEFLAGS))
440 self.jet_file.AddSegment(dlg.GetValue(JetDefs.F_SEGNAME), dlg.GetValue(JetDefs.F_MIDIFILE),
441 dlg.GetValue(JetDef
[all...]
/external/v8/src/ast/
H A Dcompile-time-value.h29 static Handle<FixedArray> GetValue(Isolate* isolate, Expression* expression);
31 // Get the type of a compile time value returned by GetValue().
34 // Get the elements array of a compile time value returned by GetValue().
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
H A DWrappersTest.cs222 Assert.AreEqual("x", fields[TestWellKnownTypes.StringFieldFieldNumber].Accessor.GetValue(message));
223 Assert.AreEqual(ByteString.CopyFrom(1, 2, 3), fields[TestWellKnownTypes.BytesFieldFieldNumber].Accessor.GetValue(message));
224 Assert.AreEqual(true, fields[TestWellKnownTypes.BoolFieldFieldNumber].Accessor.GetValue(message));
225 Assert.AreEqual(12.5f, fields[TestWellKnownTypes.FloatFieldFieldNumber].Accessor.GetValue(message));
226 Assert.AreEqual(12.25d, fields[TestWellKnownTypes.DoubleFieldFieldNumber].Accessor.GetValue(message));
227 Assert.AreEqual(1, fields[TestWellKnownTypes.Int32FieldFieldNumber].Accessor.GetValue(message));
228 Assert.AreEqual(2L, fields[TestWellKnownTypes.Int64FieldFieldNumber].Accessor.GetValue(message));
229 Assert.AreEqual(3U, fields[TestWellKnownTypes.Uint32FieldFieldNumber].Accessor.GetValue(message));
230 Assert.AreEqual(4UL, fields[TestWellKnownTypes.Uint64FieldFieldNumber].Accessor.GetValue(message));
235 Assert.IsNull(fields[TestWellKnownTypes.StringFieldFieldNumber].Accessor.GetValue(messag
[all...]
/external/libchrome/base/
H A Dfile_version_info_unittest.cc127 EXPECT_TRUE(version_info_win->GetValue(L"Custom prop 1", &str));
131 EXPECT_TRUE(version_info_win->GetValue(L"Custom prop 2", &str));
135 EXPECT_TRUE(version_info_win->GetValue(L"Custom prop 3", &str));
141 EXPECT_FALSE(version_info_win->GetValue(L"Unknown property", &str));
/external/libmojo/mojo/public/cpp/bindings/
H A Dmap_traits_stl.h45 static V& GetValue(Iterator& iterator) { return iterator->second; } function in struct:mojo::MapTraits
46 static const V& GetValue(ConstIterator& iterator) { return iterator->second; } function in struct:mojo::MapTraits
94 static V& GetValue(Iterator& iterator) { return iterator->second; } function in struct:mojo::MapTraits
95 static const V& GetValue(ConstIterator& iterator) { return iterator->second; } function in struct:mojo::MapTraits
H A Dmap_traits_standard.h36 static V& GetValue(Iterator& iterator) { return iterator->second; } function in struct:mojo::MapTraits
37 static const V& GetValue(ConstIterator& iterator) { return iterator->second; } function in struct:mojo::MapTraits
/external/pdfium/fxjs/
H A Dcfxjse_arguments.h24 std::unique_ptr<CFXJSE_Value> GetValue(int32_t index) const;
/external/protobuf/csharp/src/Google.Protobuf/
H A DJsonFormatter.cs230 object value = accessor.GetValue(message);
491 value = message.Descriptor.Fields[WrappersReflection.WrapperValueFieldNumber].Accessor.GetValue(message);
519 WriteList(writer, (IList)fieldAccessor.GetValue((IMessage)value));
541 int nanos = (int) value.Descriptor.Fields[Timestamp.NanosFieldNumber].Accessor.GetValue(value);
542 long seconds = (long) value.Descriptor.Fields[Timestamp.SecondsFieldNumber].Accessor.GetValue(value);
549 int nanos = (int) value.Descriptor.Fields[Duration.NanosFieldNumber].Accessor.GetValue(value);
550 long seconds = (long) value.Descriptor.Fields[Duration.SecondsFieldNumber].Accessor.GetValue(value);
556 var paths = (IList<string>) value.Descriptor.Fields[FieldMask.PathsFieldNumber].Accessor.GetValue(value);
568 string typeUrl = (string) value.Descriptor.Fields[Any.TypeUrlFieldNumber].Accessor.GetValue(value);
569 ByteString data = (ByteString) value.Descriptor.Fields[Any.ValueFieldNumber].Accessor.GetValue(valu
[all...]
/external/protobuf/csharp/src/Google.Protobuf.Test/
H A DIssuesTest.cs52 Assert.AreEqual(3, (int)field.Accessor.GetValue(message));
/external/clang/test/SemaCXX/
H A Dwarn-tautological-compare.cpp30 #define GetValue(ptr) ((ptr != 0) ? ptr[0] : 0) macro
40 (void)GetValue(b);

Completed in 434 milliseconds

123456