Searched defs:Get (Results 1 – 2 of 2) sorted by relevance
457 ValueType* Get(ValueType& root) const { in Get() function487 const ValueType* Get(const ValueType& root) const { return Get(const_cast<ValueType&>(root)); } in Get() function
607 TEST(Pointer, Get) { in TEST() argument