Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__format/
Dparser_std_format_spec.h203 struct __std { struct
204 __alignment __alignment_ : 3;
205 __sign __sign_ : 2;
206 bool __alternate_form_ : 1;
207 bool __locale_specific_form_ : 1;
208 __type __type_;
/external/python/cpython2/Lib/plat-beos5/
DIN.py27 def __std(ref): return ref function