Home
last modified time | relevance | path

Searched refs:_raw (Results 1 - 8 of 8) sorted by relevance

/third_party/rust/crates/io-lifetimes/src/
H A Dviews.rs166 let _raw = unsafe { ManuallyDrop::take(&mut self.target) } in drop()
171 debug_assert_eq!(self.orig, _raw); in drop()
183 let _raw = unsafe { ManuallyDrop::take(&mut self.target) } in drop()
188 debug_assert_eq!(self.orig, _raw); in drop()
/third_party/selinux/libselinux/src/
H A Dprocattr.c299 int get##fn##_raw(char **c) \
309 int set##fn##_raw(const char * c) \
323 int get##fn##_raw(pid_t pid, char **c) \
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dmetadata.py511 value = instance._raw.get(self.name)
527 del instance._raw[self.name] # type: ignore[misc]
665 _raw: RawMetadata
675 ins._raw = data.copy() # Mutations occur due to caching enriched values.
688 fields_to_check = frozenset(ins._raw) | _REQUIRED_ATTRS
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DSimpleTimeZone.java991 private void construct(int _raw, in construct() argument
1003 raw = _raw; in construct()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DSimpleTimeZone.java966 private void construct(int _raw, in construct() argument
978 raw = _raw; in construct()
/third_party/python/Lib/
H A D_pyio.py805 self._raw = raw
855 raw = self._raw
856 self._raw = None
866 return self._raw
/third_party/python/Parser/
H A Dparser.c3927 void *_raw = dotted_name_raw(p); in dotted_name_rule() local
3932 if (_raw == NULL || p->mark <= _resmark) in dotted_name_rule()
3935 _res = _raw; in dotted_name_rule()
9169 void *_raw = attr_raw(p); in attr_rule() local
9174 if (_raw == NULL || p->mark <= _resmark) in attr_rule()
9177 _res = _raw; in attr_rule()
12398 void *_raw = bitwise_or_raw(p); in bitwise_or_rule() local
12403 if (_raw == NULL || p->mark <= _resmark) in bitwise_or_rule()
12406 _res = _raw; in bitwise_or_rule()
12522 void *_raw in bitwise_xor_rule() local
12646 void *_raw = bitwise_and_raw(p); bitwise_and_rule() local
12770 void *_raw = shift_expr_raw(p); shift_expr_rule() local
12933 void *_raw = sum_raw(p); sum_rule() local
13102 void *_raw = term_raw(p); term_rule() local
13724 void *_raw = primary_raw(p); primary_rule() local
17916 void *_raw = t_primary_raw(p); t_primary_rule() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 36 milliseconds