Home
last modified time | relevance | path

Searched refs:SetIntValue (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/base/
Doptionsfile_unittest.cc88 EXPECT_TRUE(store_->SetIntValue(kTestOptionA, kTestInt1)); in TEST_F()
91 EXPECT_TRUE(store_->SetIntValue(kTestOptionB, kTestInt2)); in TEST_F()
106 EXPECT_TRUE(store_->SetIntValue(kTestOptionA, kNegInt)); in TEST_F()
109 EXPECT_TRUE(store_->SetIntValue(kTestOptionA, kZero)); in TEST_F()
118 EXPECT_TRUE(store_->SetIntValue(kTestOptionB, kNegInt)); in TEST_F()
Doptionsfile.h35 bool SetIntValue(const std::string& option, int val);
Doptionsfile.cc167 bool OptionsFile::SetIntValue(const std::string& option, in SetIntValue() function in rtc::OptionsFile
/external/libmojo/mojo/public/interfaces/bindings/tests/
Dtest_unions.mojom85 SetIntValue(int64 int_value);
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp744 attrib->SetIntValue( val ); in SetAttribute()
754 attrib->SetIntValue( val ); in SetAttribute()
1250 void TiXmlAttribute::SetIntValue( int _value ) in SetIntValue() function in TiXmlAttribute
Dtinyxml.h838 void SetIntValue( int _value ); ///< Set the value from an integer.
/external/libmojo/mojo/public/cpp/bindings/tests/
Dunion_unittest.cc1142 void SetIntValue(int64_t int_value) override { in SetIntValue() function in mojo::test::SmallCacheImpl
1164 handle->get_f_small_cache()->SetIntValue(10); in TEST()
1192 handle2->get_f_small_cache()->SetIntValue(10); in TEST()
/external/tinyxml/
Dtinyxml.h747 void SetIntValue( int _value ); ///< Set the value from an integer.
Dtinyxml.cpp1244 void TiXmlAttribute::SetIntValue( int _value ) in SetIntValue() function in TiXmlAttribute