Searched defs:uint_t (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Dtypedefs_md.h82 typedef unsigned int uint_t; typedef
89 typedef unsigned long uint_t; /* this is already declared in OpenTransport.h, but we don't want to drag in typedef
/external/lldb/test/lang/cpp/namespace/
H A Dmain.cpp21 typedef unsigned int uint_t; typedef in namespace:A
23 typedef unsigned int uint_t; typedef in namespace:A::B
39 typedef unsigned int uint_t; typedef in namespace:Y
63 A::uint_t a_uint = 1;
64 B::uint_t b_uint = 2;
65 Y::uint_t y_uint = 3;
/external/lldb/include/lldb/Core/
H A DScalar.h259 typedef unsigned int uint_t; typedef in class:lldb_private::Scalar

Completed in 111 milliseconds