Home
last modified time | relevance | path

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

/third_party/grpc/src/core/util/
Ddebug_location.h94 struct ValueWithDebugLocation { struct
97 : value(std::forward<T>(value)), debug_location(debug_location) {} in value()
98 T value;
99 GPR_NO_UNIQUE_ADDRESS DebugLocation debug_location;