Home
last modified time | relevance | path

Searched defs:GetValue (Results 1 – 25 of 103) sorted by relevance

12345

/external/llvm-project/lldb/include/lldb/Breakpoint/
DStoppointHitCounter.h22 uint32_t GetValue() const { return m_hit_count; } in GetValue() function
/external/golang-protobuf/ptypes/wrappers/
Dwrappers.pb.go61 func (m *DoubleValue) GetValue() float64 { func
106 func (m *FloatValue) GetValue() float32 { func
151 func (m *Int64Value) GetValue() int64 { func
196 func (m *UInt64Value) GetValue() uint64 { func
241 func (m *Int32Value) GetValue() int32 { func
286 func (m *UInt32Value) GetValue() uint32 { func
331 func (m *BoolValue) GetValue() bool { func
376 func (m *StringValue) GetValue() string { func
421 func (m *BytesValue) GetValue() []byte { func
/external/sonivox/jet_tools/JetCreator/
DJetDialogs.py130 def GetValue(self, fld): member in JetEdit
206 def GetValue(self, fld): member in JetPreferences
228 def GetValue(self, fld): member in JetAbout
247 def GetValue(self, fld): member in JetPropertiesDialog
338 def GetValue(self, fld): member in SegEdit
651 def GetValue(self, fld): member in EventEdit
868 def GetValue(self, fld): member in JetReplicate
936 def GetValue(self, fld): member in JetMove
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCStringSafeHandle.cs33 public string GetValue() in GetValue() method in Grpc.Core.Internal.CStringSafeHandle
/external/pdfium/core/fxcrt/css/
Dcfx_cssvaluelist.cpp22 RetainPtr<CFX_CSSValue> CFX_CSSValueList::GetValue(int32_t index) const { in GetValue() function in CFX_CSSValueList
/external/protobuf/csharp/src/Google.Protobuf/
DExtensionValue.cs131 public T GetValue() => field; in GetValue() method in Google.Protobuf.ExtensionValue
205 public RepeatedField<T> GetValue() => field; in GetValue() method in Google.Protobuf.RepeatedExtensionValue
/external/pdfium/xfa/fxfa/parser/
Dcxfa_measurement.h28 float GetValue() const { return m_fValue; } in GetValue() function
Dcxfa_color.cpp40 FX_ARGB CXFA_Color::GetValue() { in GetValue() function in CXFA_Color
/external/openscreen/util/
Dweak_ptr_unittest.cc15 virtual int GetValue() const { return 42; } in GetValue() function in openscreen::__anon12a22b360111::SomeClass
21 int GetValue() const override { return 999; } in GetValue() function
/external/pdfium/testing/
Dxfa_js_embedder_test.h39 CFXJSE_Value* GetValue() const { return value_.get(); } in GetValue() function
/external/libbrillo/brillo/udev/
Dudev_list_entry.cc35 const char* UdevListEntry::GetValue() const { in GetValue() function in brillo::UdevListEntry
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs44 public void GetValue() in GetValue() method in Google.Protobuf.Reflection.FieldAccessTest
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs44 public void GetValue() in GetValue() method in Google.Protobuf.Reflection.FieldAccessTest
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DIFieldAccessor.cs64 object GetValue(IMessage message); in GetValue() method
DExtensionAccessor.cs59 public object GetValue(IMessage message) in GetValue() method in Google.Protobuf.Reflection.ExtensionAccessor
DFieldAccessorBase.cs55 public object GetValue(IMessage message) in GetValue() method in Google.Protobuf.Reflection.FieldAccessorBase
/external/llvm-project/lldb/include/lldb/Utility/
DStructuredData.h294 uint64_t GetValue() { return m_value; } in GetValue() function
311 double GetValue() { return m_value; } in GetValue() function
328 bool GetValue() { return m_value; } in GetValue() function
344 llvm::StringRef GetValue() { return m_value; } in GetValue() function
540 void *GetValue() const { return m_object; } in GetValue() function
/external/webrtc/rtc_base/experiments/
Dcpu_speed_experiment.cc63 int CpuSpeedExperiment::GetValue(int pixels, in GetValue() function in webrtc::CpuSpeedExperiment
/external/webrtc/modules/audio_processing/agc2/rnn_vad/
Dsymmetric_matrix_buffer.h68 T GetValue(size_t delay1, size_t delay2) const { in GetValue() function
/external/llvm-project/lldb/include/lldb/Core/
DThreadSafeValue.h27 T GetValue() const { in GetValue() function
/external/google-breakpad/src/client/linux/minidump_writer/
Dproc_cpuinfo_reader.h108 const char* GetValue() { in GetValue() function
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h139 MVT GetValue() const { in GetValue() function
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h150 MVT GetValue() const { in GetValue() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h150 MVT GetValue() const { in GetValue() function
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas93 function GetValue: String; in GetValue() function
109 function GetValue: String; in GetValue() function
446 function TANTLRString.GetValue: String; in GetValue() function

12345