Home
last modified time | relevance | path

Searched refs:_description (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/tools/
H A Dusing_skia_and_harfbuzz.cpp34 BaseOption(std::string _selector, std::string _description) in BaseOption()
35 : selector(_selector), description(_description) {} in BaseOption()
48 Option(std::string _selector, std::string _description, T defaultValue) in Option()
49 : BaseOption(_selector, _description), value(defaultValue) {} in Option()
90 std::string _description, in DoubleOption()
92 : Option<double>(_selector, _description, defaultValue) {} in DoubleOption()
99 std::string _description, in StringOption()
101 : Option<std::string>(_selector, _description, defaultValue) {} in StringOption()
/third_party/python/Lib/unittest/
H A Dcase.py1402 self._description = description
1425 self._description == other._description
1429 self._testFunc, self._description))
1440 if self._description is not None:
1441 return self._description
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dcommand.js50 this._description = '';
1822 if (str === undefined && argsDescription === undefined) return this._description;
1823 this._description = str;
/third_party/node/deps/simdutf/
H A Dsimdutf.h2252 virtual const std::string &description() const { return _description; } in description()
3295 _description(description), in implementation()
3310 const std::string _description; member in simdutf::implementation
/third_party/libabigail/tests/lib/
H A Dcatch.hpp4786 std::string const& _description,
14121 std::string const& _description,
14126 description( _description ),

Completed in 25 milliseconds