/external/protobuf/gtest/xcode/Samples/FrameworkSample/ |
D | widget.h | 48 float GetFloatValue() const;
|
D | widget_test.cc | 47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue()); in TEST()
|
D | widget.cc | 46 float Widget::GetFloatValue() const { in GetFloatValue() function in Widget
|
/external/googletest/googletest/xcode/Samples/FrameworkSample/ |
D | widget.h | 48 float GetFloatValue() const;
|
D | widget_test.cc | 47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue()); in TEST()
|
D | widget.cc | 46 float Widget::GetFloatValue() const { in GetFloatValue() function in Widget
|
/external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/ |
D | widget.h | 48 float GetFloatValue() const;
|
D | widget_test.cc | 47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue()); in TEST()
|
D | widget.cc | 46 float Widget::GetFloatValue() const { in GetFloatValue() function in Widget
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Samples/FrameworkSample/ |
D | widget.h | 48 float GetFloatValue() const;
|
D | widget_test.cc | 47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue()); in TEST()
|
D | widget.cc | 46 float Widget::GetFloatValue() const { in GetFloatValue() function in Widget
|
/external/v8/testing/gtest/xcode/Samples/FrameworkSample/ |
D | widget.h | 48 float GetFloatValue() const;
|
D | widget_test.cc | 47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue()); in TEST()
|
D | widget.cc | 46 float Widget::GetFloatValue() const { in GetFloatValue() function in Widget
|
/external/clang/include/clang/Lex/ |
D | LiteralSupport.h | 105 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
|
/external/pdfium/core/fpdfapi/page/ |
D | fpdf_page_func.cpp | 127 FX_FLOAT GetFloatValue() const { in GetFloatValue() function in CPDF_PSOP 163 pEngine->Push(m_Operators[i]->GetFloatValue()); in Execute()
|
/external/protobuf/src/google/protobuf/ |
D | map_field.cc | 335 reflection->SetFloat(new_entry, val_des, map_val.GetFloatValue()); in SyncRepeatedFieldWithMapNoLock()
|
D | map.h | 383 float GetFloatValue() const { in GetFloatValue() function
|
D | map_test_util.cc | 1449 iter.GetValueRef().GetFloatValue()); in ExpectMapFieldsSetViaReflectionIterator()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 215 return PyFloat_FromDouble(value->GetFloatValue()); in MapValueRefToPython()
|
/external/clang/lib/Lex/ |
D | LiteralSupport.cpp | 971 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) { in GetFloatValue() function in NumericLiteralParser
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 3190 APFloat::opStatus result = Literal.GetFloatValue(Val); in BuildFloatingLiteral()
|