OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iter_type
(Results
1 - 10
of
10
) sorted by null
/external/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/
types.pass.cpp
18
// typedef InputIterator
iter_type
;
30
static_assert((std::is_same<std::money_get<char>::
iter_type
, std::istreambuf_iterator<char> >::value), "");
31
static_assert((std::is_same<std::money_get<wchar_t>::
iter_type
, std::istreambuf_iterator<wchar_t> >::value), "");
/external/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/
types.pass.cpp
18
// typedef OutputIterator
iter_type
;
30
static_assert((std::is_same<std::money_put<char>::
iter_type
, std::ostreambuf_iterator<char> >::value), "");
31
static_assert((std::is_same<std::money_put<wchar_t>::
iter_type
, std::ostreambuf_iterator<wchar_t> >::value), "");
/external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/
types.pass.cpp
18
// typedef OutputIterator
iter_type
;
30
static_assert((std::is_same<std::num_put<char>::
iter_type
, std::ostreambuf_iterator<char> >::value), "");
31
static_assert((std::is_same<std::num_put<wchar_t>::
iter_type
, std::ostreambuf_iterator<wchar_t> >::value), "");
/external/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/
types.pass.cpp
18
// typedef InputIterator
iter_type
;
30
static_assert((std::is_same<std::num_get<char>::
iter_type
, std::istreambuf_iterator<char> >::value), "");
31
static_assert((std::is_same<std::num_get<wchar_t>::
iter_type
, std::istreambuf_iterator<wchar_t> >::value), "");
/external/libcxx/test/localization/locale.categories/category.time/locale.time.get/
types.pass.cpp
25
// typedef InputIterator
iter_type
;
39
static_assert((std::is_same<std::time_get<char>::
iter_type
, std::istreambuf_iterator<char> >::value), "");
40
static_assert((std::is_same<std::time_get<wchar_t>::
iter_type
, std::istreambuf_iterator<wchar_t> >::value), "");
/external/libcxx/test/localization/locale.categories/category.time/locale.time.put/
types.pass.cpp
18
// typedef OutputIterator
iter_type
;
30
static_assert((std::is_same<std::time_put<char>::
iter_type
, std::ostreambuf_iterator<char> >::value), "");
31
static_assert((std::is_same<std::time_put<wchar_t>::
iter_type
, std::ostreambuf_iterator<wchar_t> >::value), "");
/external/chromium_org/third_party/mesa/src/src/glsl/
list.h
277
#define foreach_iter(
iter_type
, iter, container) \
278
for (
iter_type
iter = (container) . iterator(); iter.has_next(); iter.next())
/external/mesa3d/src/glsl/
list.h
277
#define foreach_iter(
iter_type
, iter, container) \
278
for (
iter_type
iter = (container) . iterator(); iter.has_next(); iter.next())
/external/clang/test/Index/
annotate-nested-name-specifier.cpp
100
typedef typename outer_alias::inner::vector<type>::iterator
iter_type
;
typedef in struct:X5
343
// CHECK: Keyword: "typedef" [100:3 - 100:10] TypedefDecl=
iter_type
:100:63 (Definition)
344
// CHECK: Keyword: "typename" [100:11 - 100:19] TypedefDecl=
iter_type
:100:63 (Definition)
346
// CHECK: Punctuation: "::" [100:31 - 100:33] TypedefDecl=
iter_type
:100:63 (Definition)
348
// CHECK: Punctuation: "::" [100:38 - 100:40] TypedefDecl=
iter_type
:100:63 (Definition)
350
// CHECK: Punctuation: "<" [100:46 - 100:47] TypedefDecl=
iter_type
:100:63 (Definition)
352
// CHECK: Punctuation: ">" [100:51 - 100:52] TypedefDecl=
iter_type
:100:63 (Definition)
353
// CHECK: Punctuation: "::" [100:52 - 100:54] TypedefDecl=
iter_type
:100:63 (Definition)
354
// CHECK: Identifier: "iterator" [100:54 - 100:62] TypedefDecl=
iter_type
:100:63 (Definition)
355
// CHECK: Identifier: "
iter_type
" [100:63 - 100:72] TypedefDecl=iter_type:100:63 (Definition
[
all
...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
ExprNodes.py
[
all
...]
Completed in 259 milliseconds