OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CloneTraits
(Results
1 - 2
of
2
) sorted by null
/external/libmojo/mojo/public/cpp/bindings/lib/
clone_equals_util.h
31
struct
CloneTraits
;
37
struct
CloneTraits
<T, true> {
42
struct
CloneTraits
<T, false> {
47
struct
CloneTraits
<base::Optional<T>, false> {
57
struct
CloneTraits
<std::vector<T>, false> {
69
struct
CloneTraits
<std::unordered_map<K, V>, false> {
82
return
CloneTraits
<T>::Clone(input);
wtf_clone_equals_util.h
20
struct
CloneTraits
<WTF::Vector<T>, false> {
32
struct
CloneTraits
<WTF::HashMap<K, V>, false> {
Completed in 709 milliseconds