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

1234567

/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/core/fxcrt/css/
H A Dcfx_cssvaluelist.cpp22 RetainPtr<CFX_CSSValue> CFX_CSSValueList::GetValue(int32_t index) const { function in class:CFX_CSSValueList
H A Dcfx_cssvaluelist.h20 RetainPtr<CFX_CSSValue> GetValue(int32_t index) const;
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_color.h19 FX_ARGB GetValue();
H A Dcxfa_measurement.cpp52 return WideString::Format(L"%.8gmm", GetValue());
54 return WideString::Format(L"%.8gpt", GetValue());
56 return WideString::Format(L"%.8gin", GetValue());
58 return WideString::Format(L"%.8gcm", GetValue());
60 return WideString::Format(L"%.8gmp", GetValue());
62 return WideString::Format(L"%.8gpc", GetValue());
64 return WideString::Format(L"%.8gem", GetValue());
66 return WideString::Format(L"%.8g%%", GetValue());
70 return WideString::Format(L"%.8g", GetValue());
79 *fValue = GetValue();
[all...]
H A Dcxfa_measurement.h28 float GetValue() const { return m_fValue; } function in class:CXFA_Measurement
/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/pdfium/fxjs/
H A Dcfxjse_formcalc_context_embeddertest.cpp27 CFXJSE_Value* value = GetValue();
66 CFXJSE_Value* value = GetValue();
87 CFXJSE_Value* value = GetValue();
128 CFXJSE_Value* value = GetValue();
146 CFXJSE_Value* value = GetValue();
164 CFXJSE_Value* value = GetValue();
182 CFXJSE_Value* value = GetValue();
200 CFXJSE_Value* value = GetValue();
220 CFXJSE_Value* value = GetValue();
240 CFXJSE_Value* value = GetValue();
[all...]
H A Dcfxjse_arguments.h23 std::unique_ptr<CFXJSE_Value> GetValue(int32_t index) const;
/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 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/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_dataflow_analysis.h103 return GetValue(GetValueSet(instruction, index).GetUniqueValue().id());
107 const HloValue& GetValue(HloValue::Id value_id) const;
108 HloValue& GetValue(HloValue::Id value_id);
/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
/external/pdfium/testing/
H A Dxfa_js_embedder_test.h38 CFXJSE_Value* GetValue() const { return value_.get(); } function in class:XFAJSEmbedderTest
/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 3196 milliseconds

1234567