OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FindAndConstruct
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ADT/
DenseMap.h
208
value_type&
FindAndConstruct
(const KeyT &Key) {
217
return
FindAndConstruct
(Key).second;
ValueMap.h
156
value_type&
FindAndConstruct
(const KeyT &Key) {
157
return Map.
FindAndConstruct
(Wrap(Key));
Completed in 49 milliseconds