Searched defs:ValueWithDebugLocation (Results 1 – 1 of 1) sorted by relevance
94 struct ValueWithDebugLocation { struct97 : value(std::forward<T>(value)), debug_location(debug_location) {} in value()98 T value;99 GPR_NO_UNIQUE_ADDRESS DebugLocation debug_location;