HomeSort by relevance Sort by last modified time
    Searched refs:SetIntValue (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/base/
optionsfile.h 35 bool SetIntValue(const std::string& option, int val);
optionsfile_unittest.cc 88 EXPECT_TRUE(store_->SetIntValue(kTestOptionA, kTestInt1));
91 EXPECT_TRUE(store_->SetIntValue(kTestOptionB, kTestInt2));
106 EXPECT_TRUE(store_->SetIntValue(kTestOptionA, kNegInt));
109 EXPECT_TRUE(store_->SetIntValue(kTestOptionA, kZero));
118 EXPECT_TRUE(store_->SetIntValue(kTestOptionB, kNegInt));
optionsfile.cc 167 bool OptionsFile::SetIntValue(const std::string& option,
169 LOG(LS_VERBOSE) << "OptionsFile::SetIntValue "
  /external/libchrome/mojo/public/cpp/bindings/tests/
union_unittest.cc     [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 744 attrib->SetIntValue( val );
754 attrib->SetIntValue( val );
1250 void TiXmlAttribute::SetIntValue( int _value )
    [all...]
tinyxml.h 838 void SetIntValue( int _value ); ///< Set the value from an integer.
    [all...]
  /external/tinyxml/
tinyxml.cpp 1244 void TiXmlAttribute::SetIntValue( int _value )
    [all...]
tinyxml.h 747 void SetIntValue( int _value ); ///< Set the value from an integer.
    [all...]

Completed in 801 milliseconds