OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValueA
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Index/
complete-hiding.c
7
int
ValueA
;
12
int
ValueA
= 0;
23
// CHECK-CC1: VarDecl:{ResultType int}{TypedText
ValueA
} (34)
24
// CHECK-CC1-NOT: VarDecl:{ResultType int}{TypedText
ValueA
} (50)
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
type_operators.h
62
// Compares TT<KeyA,
ValueA
, ...> and TT<KeyB, ValueB, ...>; these are
64
// convertible and
ValueA
and ValueB are convertible.
66
typename
ValueA
, typename KeyB, typename ValueB, typename... AnyA,
68
struct IsConvertible<TT<KeyA,
ValueA
, AnyA...>, TT<KeyB, ValueB, AnyB...>>
70
IsConvertible<Decay<
ValueA
>, Decay<ValueB>>> {};
118
template <typename KeyA, typename
ValueA
, typename KeyB, typename ValueB,
120
struct IsConvertible<std::map<KeyA,
ValueA
, AnyA...>,
123
IsConvertible<Decay<
ValueA
>, Decay<ValueB>>> {};
124
template <typename KeyA, typename
ValueA
, typename KeyB, typename ValueB,
126
struct IsConvertible<std::unordered_map<KeyA,
ValueA
, AnyA...>
[
all
...]
Completed in 208 milliseconds