Searched refs:GetIntValue (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/webrtc/base/ |
D | optionsfile_unittest.cc | 86 EXPECT_FALSE(store_->GetIntValue(kTestOptionA, &out1)); in TEST_F() 87 EXPECT_FALSE(store_->GetIntValue(kTestOptionB, &out2)); in TEST_F() 94 EXPECT_TRUE(store_->GetIntValue(kTestOptionA, &out1)); in TEST_F() 95 EXPECT_TRUE(store_->GetIntValue(kTestOptionB, &out2)); in TEST_F() 104 EXPECT_FALSE(store_->GetIntValue(kTestOptionA, &out1)); in TEST_F() 105 EXPECT_FALSE(store_->GetIntValue(kTestOptionB, &out2)); in TEST_F() 107 EXPECT_TRUE(store_->GetIntValue(kTestOptionA, &out1)); in TEST_F() 110 EXPECT_TRUE(store_->GetIntValue(kTestOptionA, &out1)); in TEST_F() 127 EXPECT_TRUE(store_->GetIntValue(kTestOptionB, &out2)); in TEST_F()
|
D | optionsfile.h | 33 bool GetIntValue(const std::string& option, int* out_val) const;
|
D | optionsfile.cc | 142 bool OptionsFile::GetIntValue(const std::string& option, in GetIntValue() function in rtc::OptionsFile
|
/external/webrtc/talk/app/webrtc/test/ |
D | mockpeerconnectionobservers.h | 133 GetIntValue(r, StatsReport::kStatsValueNameAudioOutputLevel, in OnComplete() 135 GetIntValue(r, StatsReport::kStatsValueNameAudioInputLevel, in OnComplete() 137 GetIntValue(r, StatsReport::kStatsValueNameBytesReceived, in OnComplete() 139 GetIntValue(r, StatsReport::kStatsValueNameBytesSent, in OnComplete() 143 GetIntValue(r, StatsReport::kStatsValueNameAvailableReceiveBandwidth, in OnComplete() 195 bool GetIntValue(const StatsReport* report, in GetIntValue() function
|
/external/googletest/googletest/xcode/Samples/FrameworkSample/ |
D | widget.h | 49 int GetIntValue() const;
|
D | widget_test.cc | 55 EXPECT_EQ(1, widget.GetIntValue()); in TEST()
|
D | widget.cc | 50 int Widget::GetIntValue() const { in GetIntValue() function in Widget
|
/external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/ |
D | widget.h | 49 int GetIntValue() const;
|
D | widget_test.cc | 55 EXPECT_EQ(1, widget.GetIntValue()); in TEST()
|
D | widget.cc | 50 int Widget::GetIntValue() const { in GetIntValue() function in Widget
|
/external/libchrome/mojo/public/interfaces/bindings/tests/ |
D | test_unions.mojom | 88 GetIntValue() => (int64 int_value);
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | union_unittest.cc | 1139 void GetIntValue(const GetIntValueCallback& callback) override { in GetIntValue() function in mojo::test::SmallCacheImpl
|