Home
last modified time | relevance | path

Searched refs:_value (Results 1 – 25 of 246) sorted by relevance

12345678910

/third_party/boost/libs/utility/test/
Doperators_test.cpp46 bool _value; member in __anonb1f45dd20111::convertible_to_bool
53 convertible_to_bool( const bool value ) : _value( value ) {} in convertible_to_bool()
56 { return _value ? &convertible_to_bool::_value : 0; } in operator unspecified_bool_type()
67 explicit Wrapped1( T v = T() ) : _value(v) {} in Wrapped1()
68 T value() const { return _value; } in value()
71 { return _value < x._value; } in operator <()
73 { return _value == x._value; } in operator ==()
76 { _value += x._value; return *this; } in operator +=()
78 { _value -= x._value; return *this; } in operator -=()
80 { _value *= x._value; return *this; } in operator *=()
[all …]
/third_party/python/Include/internal/
Dpycore_atomic.h46 atomic_uintptr_t _value; member
50 atomic_int _value; member
60 atomic_store_explicit(&((ATOMIC_VAL)->_value), NEW_VAL, ORDER)
63 atomic_load_explicit(&((ATOMIC_VAL)->_value), ORDER)
77 uintptr_t _value;
81 int _value;
94 __atomic_store_n(&((ATOMIC_VAL)->_value), NEW_VAL, ORDER))
101 __atomic_load_n(&((ATOMIC_VAL)->_value), ORDER))
115 uintptr_t _value;
119 int _value;
[all …]
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h327 …inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encodin… in GetChar() argument
343 return GetEntity( p, _value, length, encoding ); in GetChar()
344 *_value = *p; in GetChar()
352 _value[i] = p[i]; in GetChar()
508 void SetValue(const char * _value) { value = _value;} in SetValue() argument
512 void SetValue( const std::string& _value ) { value = _value; } in SetValue() argument
526 TiXmlNode* FirstChild( const char * _value ) { in FirstChild() argument
529 return const_cast< TiXmlNode* > ((const_cast< const TiXmlNode* >(this))->FirstChild( _value )); in FirstChild()
535 TiXmlNode* LastChild( const char * _value ) { in LastChild() argument
536 return const_cast< TiXmlNode* > ((const_cast< const TiXmlNode* >(this))->LastChild( _value )); in LastChild()
[all …]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h327 …inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encodin… in GetChar() argument
343 return GetEntity( p, _value, length, encoding ); in GetChar()
344 *_value = *p; in GetChar()
352 _value[i] = p[i]; in GetChar()
508 void SetValue(const char * _value) { value = _value;} in SetValue() argument
512 void SetValue( const std::string& _value ) { value = _value; } in SetValue() argument
526 TiXmlNode* FirstChild( const char * _value ) { in FirstChild() argument
529 return const_cast< TiXmlNode* > ((const_cast< const TiXmlNode* >(this))->FirstChild( _value )); in FirstChild()
535 TiXmlNode* LastChild( const char * _value ) { in LastChild() argument
536 return const_cast< TiXmlNode* > ((const_cast< const TiXmlNode* >(this))->LastChild( _value )); in LastChild()
[all …]
/third_party/boost/boost/random/
Dinversive_congruential.hpp128 _value = x0; in BOOST_RANDOM_DETAIL_ARITHMETIC_SEED()
130 _value = x0 % modulus; in BOOST_RANDOM_DETAIL_ARITHMETIC_SEED()
133 if(_value <= 0 && _value != 0) { in BOOST_RANDOM_DETAIL_ARITHMETIC_SEED()
134 _value += modulus; in BOOST_RANDOM_DETAIL_ARITHMETIC_SEED()
137 if(increment == 0 && _value == 0) { in BOOST_RANDOM_DETAIL_ARITHMETIC_SEED()
138 _value = 1; in BOOST_RANDOM_DETAIL_ARITHMETIC_SEED()
140 BOOST_ASSERT(_value >= (min)()); in BOOST_RANDOM_DETAIL_ARITHMETIC_SEED()
141 BOOST_ASSERT(_value <= (max)()); in BOOST_RANDOM_DETAIL_ARITHMETIC_SEED()
165 _value = do_mod::mult_add(a, do_mod::invert(_value), b); in operator ()()
166 return _value; in operator ()()
[all …]
/third_party/mesa3d/include/android_stub/log/
Dlog.h110 #define LOG_EVENT_INT(_tag, _value) \ argument
112 int intBuf = _value; \
117 #define LOG_EVENT_LONG(_tag, _value) \ argument
119 long long longBuf = _value; \
124 #define LOG_EVENT_FLOAT(_tag, _value) \ argument
126 float floatBuf = _value; \
132 #define LOG_EVENT_STRING(_tag, _value) \ argument
133 (void)__android_log_bswrite(_tag, _value);
/third_party/typescript/tests/baselines/reference/
DevolvingArrayTypeInAssert.types2 export function unsafeCast<T>(_value: unknown): asserts _value is T { }
3 >unsafeCast : <T>(_value: unknown) => asserts _value is T
4 >_value : unknown
22 >unsafeCast : <T>(_value: unknown) => asserts _value is T
DevolvingArrayTypeInAssert.symbols2 export function unsafeCast<T>(_value: unknown): asserts _value is T { }
5 >_value : Symbol(_value, Decl(evolvingArrayTypeInAssert.ts, 0, 30))
6 >_value : Symbol(_value, Decl(evolvingArrayTypeInAssert.ts, 0, 30))
DintersectionsAndEmptyObjects.types86 const testDictionary = <T extends Dictionary>(_value: T) => { };
87 >testDictionary : <T extends Dictionary>(_value: T) => void
88 ><T extends Dictionary>(_value: T) => { } : <T extends Dictionary>(_value: T) => void
89 >_value : T
97 >testDictionary : <T extends Dictionary>(_value: T) => void
109 >testDictionary : <T extends Dictionary>(_value: T) => void
123 >testDictionary : <T extends Dictionary>(_value: T) => void
135 >testDictionary : <T extends Dictionary>(_value: T) => void
147 >testDictionary : <T extends Dictionary>(_value: T) => void
159 >testDictionary : <T extends Dictionary>(_value: T) => void
/third_party/python/Lib/asyncio/
Dlocks.py169 self._value = False
173 extra = 'set' if self._value else 'unset'
180 return self._value
187 if not self._value:
188 self._value = True
198 self._value = False
207 if self._value:
351 self._value = value
370 return self._value == 0
381 while self._value <= 0:
[all …]
/third_party/selinux/libsepol/tests/
Dhelpers.h38 int _value = (value); \
39 CU_ASSERT(_value); \
40 assert(_value); \
51 const void *_value = (value); \
52 CU_ASSERT_PTR_NOT_NULL(_value); \
53 assert(_value != NULL); \
/third_party/flutter/engine/flutter/tools/licenses/lib/
Dcache.dart23 Key(this._value);
25 final dynamic _value;
34 return _value == typedOther._value;
38 int get hashCode => runtimeType.hashCode ^ _value.hashCode;
41 String toString() => '$runtimeType($_value)';
/third_party/boost/libs/proto/example/
Dmap_assign.cpp46 #define _value(x) call<proto::_value(x)> macro
62 , proto::_value(proto::_child1)
63 , proto::_value(proto::_child2)
75 , proto::_value(proto::_child1)
76 , proto::_value(proto::_child2)
84 #undef _value
/third_party/boost/libs/proto/test/
Dexamples.cpp171 #define _value(x) call<proto::_value(x)> macro
192 , proto::functional::push_back(proto::_state, proto::_value)
209 , proto::_value(proto::_right)
212 , proto::_value
234 proto::when<proto::terminal<float>, proto::terminal<double>::type(proto::_value) >
264 proto::_value(proto::_child1)
265 , proto::_value(proto::_child2)
267 proto::_value(proto::_child1)
268 , proto::_value(proto::_child2)
323 proto::_value(proto::_child1)
[all …]
Dtoy_spirit2.cpp194 #define _value(x) call<_value(x)> macro
201 when< AnyChar, _value >
202 , when< CharLiteral, if_<_icase, ichar(_value), _value> >
203 … , when< CharParser, if_<_icase, ichar(_value(_child1)), _value(_child1)> > // char_('a')
204 , when< NTBSLiteral, if_<_icase, istr(_value), char const*(_value)> >
206 , ichar_range(_value(_child1), _value(_child2))
207 … , char_range(_value(_child1), _value(_child2))> > // char_('a','z')
Dmake.cpp48 : proto::make< wrapper< proto::_value > >
61 : proto::make< wrapper< proto::_value >(proto::_value) >
74 : proto::make< mpl::identity< proto::_value >(proto::_value) >
/third_party/grpc/src/objective-c/RxLibrary/
DGRXImmediateSingleWriter.m22 id _value;
29 _value = value;
45 copiedValue = _value;
46 _value = nil;
67 // Since _value is available when creating the object, we can simply
69 _value = map(_value);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DExtension.java14 protected String _value; field in Extension
22 _value = value; in Extension()
30 return _value; in getValue()
34 return _key + LanguageTag.SEP + _value; in getID()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DExtension.java18 protected String _value; field in Extension
26 _value = value; in Extension()
34 return _value; in getValue()
38 return _key + LanguageTag.SEP + _value; in getID()
/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dser.rs426 fn serialize_bool(self, _value: bool) -> Result<(), Error> { in serialize_bool()
429 fn serialize_i8(self, _value: i8) -> Result<(), Error> { in serialize_i8()
432 fn serialize_i16(self, _value: i16) -> Result<(), Error> { in serialize_i16()
435 fn serialize_i32(self, _value: i32) -> Result<(), Error> { in serialize_i32()
438 fn serialize_i64(self, _value: i64) -> Result<(), Error> { in serialize_i64()
441 fn serialize_u8(self, _value: u8) -> Result<(), Error> { in serialize_u8()
444 fn serialize_u16(self, _value: u16) -> Result<(), Error> { in serialize_u16()
447 fn serialize_u32(self, _value: u32) -> Result<(), Error> { in serialize_u32()
450 fn serialize_u64(self, _value: u64) -> Result<(), Error> { in serialize_u64()
453 fn serialize_f32(self, _value: f32) -> Result<(), Error> { in serialize_f32()
[all …]
/third_party/boost/boost/phoenix/core/
Dterminal.hpp85 : proto::if_<boost::is_placeholder<proto::_value>()>
89 : proto::if_<boost::phoenix::is_custom_terminal<proto::_value>()>
109 custom_terminal<proto::_value>(
110 proto::_value
132 boost::is_placeholder<proto::_value>()
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Dsynchronous_future.dart21 SynchronousFuture(this._value);
23 final T _value;
28 controller.add(_value);
38 final dynamic result = f(_value);
46 return Future<T>.value(_value).timeout(timeLimit, onTimeout: onTimeout);
54 return result.then<T>((dynamic value) => _value);
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Ddirect_resolve.js40 var _value = arguments[1];
41 if (_value instanceof Promise) _value.suppressUnhandledRejections();
42 var handler = function() {return _value;};
/third_party/boost/boost/xpressive/detail/core/
Dlist.hpp44 : _value(value) in node()
47 T _value; member
61 Ref dereference() const { return static_cast<node *>(_node)->_value; } in dereference()
188 return static_cast<node *>(_sentry._next)->_value; in front()
194 return static_cast<node *>(_sentry._next)->_value; in front()
200 return static_cast<node *>(_sentry._prev)->_value; in back()
206 return static_cast<node *>(_sentry._prev)->_value; in back()
/third_party/grpc/src/objective-c/RxLibrary/private/
DGRXNSScalarEnumerator.m22 id _value;
32 _value = value;
38 id value = _value;
39 _value = nil;

12345678910