Searched defs:GetValue (Results 1 - 25 of 52) sorted by relevance

123

/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
/external/pdfium/xfa/fxfa/parser/
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/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DIFieldAccessor.cs59 object GetValue(IMessage message); method in interface:Google.Protobuf.Reflection.IFieldAccessor
H A DFieldAccessorBase.cs55 public object GetValue(IMessage message) method in class:Google.Protobuf.Reflection.FieldAccessorBase
/external/pdfium/fxjs/
H A Dcfxjse_arguments.cpp20 std::unique_ptr<CFXJSE_Value> CFXJSE_Arguments::GetValue(int32_t index) const { function in class:CFXJSE_Arguments
/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/v8/src/ast/
H A Dcompile-time-value.cc22 Handle<FixedArray> CompileTimeValue::GetValue(Isolate* isolate, function in class:v8::internal::CompileTimeValue
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas93 function GetValue: String; function
97 property Value: String read GetValue write SetValue;
109 function GetValue: String; function
446 function TANTLRString.GetValue: String;
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dproc_cpuinfo_reader.h108 const char* GetValue() { function in class:google_breakpad::ProcCpuInfoReader
113 // Same as GetValue(), but also returns the length in characters of
/external/libmojo/mojo/public/cpp/bindings/
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
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_wtf.h37 static V& GetValue(Iterator& iterator) { return iterator->value; } function in struct:mojo::MapTraits
38 static const V& GetValue(ConstIterator& iterator) { return iterator->value; } function in struct:mojo::MapTraits
H A Dmap_traits_wtf_hash_map.h46 static V& GetValue(Iterator& iterator) { return iterator->value; } function in struct:mojo::MapTraits
47 static const V& GetValue(ConstIterator& iterator) { return iterator->value; } function in struct:mojo::MapTraits
/external/toolchain-utils/bestflags/
H A Dflags.py116 return self._spec == other.GetSpec() and self._value == other.GetValue()
122 def GetValue(self): member in class:Flag
/external/clang/test/SemaCXX/
H A Dwarn-bool-conversion.cpp71 #define GetValue(ptr) ((ptr) ? ptr[0] : 0) macro
81 (void)GetValue(b);
H A Dwarn-tautological-compare.cpp30 #define GetValue(ptr) ((ptr != 0) ? ptr[0] : 0) macro
40 (void)GetValue(b);
/external/libbrillo/brillo/
H A Dany.h129 bool GetValue(T* value) const { function in class:brillo::final
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h139 MVT GetValue() const { function in class:llvm::ScheduleDAGSDNodes::RegDefIter
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h133 EVT GetValue() const { function in class:llvm::ScheduleDAGSDNodes::RegDefIter
/external/chromium-trace/catapult/telemetry/telemetry/timeline/
H A Dmemory_dump_event.py94 # Map long descriptive attribute names, as understood by MemoryBucket.GetValue,
132 def GetValue(self, name): member in class:MemoryBucket
256 value = self.GetMemoryBucket(path).GetValue(name)
/external/v8/src/
H A Dproperty.h24 Handle<Object> GetValue() const { return value_; } function in class:v8::internal::BASE_EMBEDDED
/external/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h77 /// GetValue - Check to see if AvailableVals has an entry for the specified
81 ValT GetValue(BlkT *BB) { function in class:llvm::SSAUpdaterImpl
/external/sonivox/jet_tools/JetCreator/
H A DJetCtrls.py58 def GetValue(self): member in class:JetSpinOneBased
59 val = wx.SpinCtrl.GetValue(self)
220 def GetValue(self): member in class:JetTrackCtrl
277 def GetValue(self): member in class:JetFileCombo
278 return StrNoneChk(self.cmb.GetValue())
336 def GetValue(self): member in class:JetFileText
337 return StrNoneChk(self.txt.GetValue())
440 if int(self.time[self.iCtrl].GetValue()) > self.mx[self.iCtrl]:
442 if int(self.time[self.iCtrl].GetValue()) < self.mn[self.iCtrl]:
450 if int(self.time[self.iCtrl].GetValue()) < sel
485 def GetValue(self, typ='str'): member in class:TimeCtrl
[all...]
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...]

Completed in 545 milliseconds

123