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

123

/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
/external/pdfium/testing/
H A Dxfa_js_embedder_test.h38 CFXJSE_Value* GetValue() const { return value_.get(); } function in class:XFAJSEmbedderTest
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_measurement.h28 float GetValue() const { return m_fValue; } function in class:CXFA_Measurement
H A Dcxfa_color.cpp41 FX_ARGB CXFA_Color::GetValue() { function in class:CXFA_Color
H A Dcxfa_localevalue.h59 WideString GetValue() const { return m_wsValue; } function in class:CXFA_LocaleValue
/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/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_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_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
H A Darray_traits_stl.h85 static const T& GetValue(ConstIterator& iterator) { function in struct:mojo::ArrayTraits
122 static const V& GetValue(ConstIterator& iterator) { return iterator->second; } function in struct:mojo::ArrayTraits
/external/pdfium/fxjs/
H A Dcfxjse_arguments.cpp24 std::unique_ptr<CFXJSE_Value> CFXJSE_Arguments::GetValue(int32_t index) const { function in class:CFXJSE_Arguments
/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/tensorflow/tensorflow/core/kernels/
H A Dsequence_ops.cc28 int32 GetValue(int32 v) { return v; } function in namespace:tensorflow
/external/v8/src/
H A Dproperty.h26 Handle<Object> GetValue() const { return value_; } function in class:v8::internal::BASE_EMBEDDED
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dsequence_ops.cc32 Status GetValue(int index, XlaOpKernelContext* ctx, T* value) { function in namespace:tensorflow::__anon25454
176 OP_REQUIRES_OK(ctx, GetValue(0, ctx, &start));
177 OP_REQUIRES_OK(ctx, GetValue(1, ctx, &stop));
191 OP_REQUIRES_OK(ctx, GetValue(0, ctx, &start));
192 OP_REQUIRES_OK(ctx, GetValue(1, ctx, &stop));
/external/libchrome/base/
H A Dobserver_list_unittest.cc25 virtual int GetValue() const { return 0; } function in class:base::__anon10907::Foo
34 int GetValue() const override { return total; }
648 EXPECT_EQ(1, std::abs(i->GetValue()));
652 EXPECT_EQ(1, std::abs(o.GetValue()));

Completed in 2188 milliseconds

123