OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValueB
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Index/
complete-hiding.c
8
int
ValueB
;
25
// CHECK-CC1: VarDecl:{ResultType int}{TypedText
ValueB
} (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
,
121
std::unordered_map<KeyB,
ValueB
, AnyB...>>
123
IsConvertible<Decay<ValueA>, Decay<
ValueB
>>> {};
124
template <typename KeyA, typename ValueA, typename KeyB, typename
ValueB
,
127
std::map<KeyB,
ValueB
, AnyB...>
[
all
...]
Completed in 108 milliseconds