/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.h | 327 …inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encodin… in GetChar() 508 void SetValue(const char * _value) { value = _value;} in SetValue() 512 void SetValue( const std::string& _value ) { value = _value; } in SetValue() 526 TiXmlNode* FirstChild( const char * _value ) { in FirstChild() 535 TiXmlNode* LastChild( const char * _value ) { in LastChild() 540 …const TiXmlNode* FirstChild( const std::string& _value ) const { return FirstChild (_value.c_str (… in FirstChild() 541 …TiXmlNode* FirstChild( const std::string& _value ) { return FirstChild (_value.c_str ()); } ///… in FirstChild() 542 …const TiXmlNode* LastChild( const std::string& _value ) const { return LastChild (_value.c_str ())… in LastChild() 543 …TiXmlNode* LastChild( const std::string& _value ) { return LastChild (_value.c_str ()); } ///< … in LastChild() 569 TiXmlNode* IterateChildren( const char * _value, const TiXmlNode* previous ) { in IterateChildren() [all …]
|
D | tinyxml.cpp | 525 TiXmlElement::TiXmlElement (const char * _value) in TiXmlElement() 534 TiXmlElement::TiXmlElement( const std::string& _value ) in TiXmlElement() 790 void TiXmlElement::SetAttribute( const std::string& _name, const std::string& _value ) in SetAttribute() 1250 void TiXmlAttribute::SetIntValue( int _value ) in SetIntValue() 1261 void TiXmlAttribute::SetDoubleValue( double _value ) in SetDoubleValue()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.h | 327 …inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encodin… in GetChar() 508 void SetValue(const char * _value) { value = _value;} in SetValue() 512 void SetValue( const std::string& _value ) { value = _value; } in SetValue() 526 TiXmlNode* FirstChild( const char * _value ) { in FirstChild() 535 TiXmlNode* LastChild( const char * _value ) { in LastChild() 540 …const TiXmlNode* FirstChild( const std::string& _value ) const { return FirstChild (_value.c_str (… in FirstChild() 541 …TiXmlNode* FirstChild( const std::string& _value ) { return FirstChild (_value.c_str ()); } ///… in FirstChild() 542 …const TiXmlNode* LastChild( const std::string& _value ) const { return LastChild (_value.c_str ())… in LastChild() 543 …TiXmlNode* LastChild( const std::string& _value ) { return LastChild (_value.c_str ()); } ///< … in LastChild() 569 TiXmlNode* IterateChildren( const char * _value, const TiXmlNode* previous ) { in IterateChildren() [all …]
|
D | tinyxml.cpp | 525 TiXmlElement::TiXmlElement (const char * _value) in TiXmlElement() 534 TiXmlElement::TiXmlElement( const std::string& _value ) in TiXmlElement() 790 void TiXmlElement::SetAttribute( const std::string& _name, const std::string& _value ) in SetAttribute() 1250 void TiXmlAttribute::SetIntValue( int _value ) in SetIntValue() 1261 void TiXmlAttribute::SetDoubleValue( double _value ) in SetDoubleValue()
|
/third_party/mesa3d/include/android_stub/log/ |
D | log.h | 110 #define LOG_EVENT_INT(_tag, _value) \ argument 117 #define LOG_EVENT_LONG(_tag, _value) \ argument 124 #define LOG_EVENT_FLOAT(_tag, _value) \ argument 132 #define LOG_EVENT_STRING(_tag, _value) \ argument
|
/third_party/typescript/tests/baselines/reference/ |
D | evolvingArrayTypeInAssert.js | 16 function unsafeCast(_value) { } argument
|
/third_party/python/Include/internal/ |
D | pycore_atomic.h | 46 atomic_uintptr_t _value; member 50 atomic_int _value; member
|
/third_party/flutter/skia/infra/bots/ |
D | git_utils.py | 33 def __exit__(self, exc_type, _value, _traceback): argument 87 def __exit__(self, exc_type, _value, _traceback): argument
|
D | utils.py | 107 def __exit__(self, exc_type, _value, _traceback): argument
|
/third_party/skia/infra/bots/ |
D | git_utils.py | 34 def __exit__(self, exc_type, _value, _traceback): argument 88 def __exit__(self, exc_type, _value, _traceback): argument
|
/third_party/boost/boost/icl/type_traits/ |
D | identity_element.hpp | 24 static Type _value; in value() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | Extension.java | 14 protected String _value; field in Extension
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
D | Extension.java | 18 protected String _value; field in Extension
|
/third_party/boost/libs/proto/example/ |
D | map_assign.cpp | 46 #define _value(x) call<proto::_value(x)> macro
|
/third_party/node/deps/npm/node_modules/bluebird/js/release/ |
D | synchronous_inspection.js | 93 Promise.prototype._value = function() { method in Promise
|
/third_party/boost/boost/proto/transform/ |
D | arg.hpp | 162 struct _value : transform<_value> struct 165 struct impl : transform_impl<Expr, State, Data>
|
/third_party/boost/libs/icl/example/std_transform_/ |
D | std_transform.cpp | 45 int _value; member in MyObject
|
/third_party/mindspore/mindspore/compression/common/ |
D | constant.py | 100 def _value(self): member in QuantDtype
|
/third_party/boost/boost/icl/ |
D | interval_bounds.hpp | 73 domain_type _value; member in boost::icl::bounded_value
|
/third_party/flatbuffers/src/ |
D | util.cpp | 247 bool SetGlobalTestLocale(const char *locale_name, std::string *_value) { in SetGlobalTestLocale() 254 bool ReadEnvironmentVariable(const char *var_name, std::string *_value) { in ReadEnvironmentVariable()
|
/third_party/boost/boost/outcome/policy/ |
D | base.hpp | 61 …template <class Impl> static constexpr auto &&_value(Impl &&self) noexcept { return static_cast<Im… in _value() function
|
/third_party/boost/libs/utility/test/ |
D | operators_test.cpp | 46 bool _value; member in __anonb1f45dd20111::convertible_to_bool 99 T _value; member in __anonb1f45dd20111::Wrapped1 162 T _value; member in __anonb1f45dd20111::Wrapped2 181 T _value; member in __anonb1f45dd20111::Wrapped3 208 T _value; member in __anonb1f45dd20111::Wrapped4 248 T _value; member in __anonb1f45dd20111::Wrapped5 290 T _value; member in __anonb1f45dd20111::Wrapped6
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | dboolhuff.h | 52 #define VP8DX_BOOL_DECODER_FILL(_count,_value,_bufptr,_bufend) \ argument
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_state.c | 313 #define EMIT_RS(_rs, _count, _name, _value) \ argument
|
/third_party/python/Lib/wsgiref/ |
D | headers.py | 157 def add_header(self, _name, _value, **_params): argument
|