Home
last modified time | relevance | path

Searched defs:__std (Results 1 – 2 of 2) sorted by relevance

/external/cronet/third_party/libc++/src/include/__format/
Dparser_std_format_spec.h242 struct __std { struct
243 __alignment __alignment_ : 3;
244 __sign __sign_ : 2;
245 bool __alternate_form_ : 1;
246 bool __locale_specific_form_ : 1;
247 __type __type_;
/external/python/cpython2/Lib/plat-beos5/
DIN.py27 def __std(ref): return ref function