Home
last modified time | relevance | path

Searched defs:ImutKeyValueInfo (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DImmutableMap.h25 struct ImutKeyValueInfo { struct
26 typedef const std::pair<T,S> value_type;
27 typedef const value_type& value_type_ref;
28 typedef const T key_type;
29 typedef const T& key_type_ref;
30 typedef const S data_type;
31 typedef const S& data_type_ref;
33 static inline key_type_ref KeyOfValue(value_type_ref V) { in KeyOfValue()
60 typename ValInfo = ImutKeyValueInfo<KeyT,ValT> > argument
/external/llvm/include/llvm/ADT/
DImmutableMap.h25 struct ImutKeyValueInfo { struct
26 typedef const std::pair<T,S> value_type;
27 typedef const value_type& value_type_ref;
28 typedef const T key_type;
29 typedef const T& key_type_ref;
30 typedef const S data_type;
31 typedef const S& data_type_ref;
33 static inline key_type_ref KeyOfValue(value_type_ref V) { in KeyOfValue()
59 typename ValInfo = ImutKeyValueInfo<KeyT,ValT> > argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DImmutableMap.h28 struct ImutKeyValueInfo { struct
29 using value_type = const std::pair<T,S>;
30 using value_type_ref = const value_type&;
31 using key_type = const T;
32 using key_type_ref = const T&;
33 using data_type = const S;
34 using data_type_ref = const S&;
36 static inline key_type_ref KeyOfValue(value_type_ref V) { in KeyOfValue()
62 typename ValInfo = ImutKeyValueInfo<KeyT,ValT>> argument