Searched defs:make (Results 1 – 2 of 2) sorted by relevance
59 static Value make( const Key& key ) { return Value(key, key); } in make() function60 static Value make( const Key& key, const Key& mapped ) { return Value(key, mapped); } in make() function
53 static MyKey make( int i ) { in make() function in MyKey99 static MyData make( int i ) { in make() function in MyData