Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/core/transport/test_suite/
H A Dtest.h41 struct NameAndLocation { struct
45 NameAndLocation Next() const { in Next() argument
54 NameAndLocation(absl::string_view name, SourceLocation location, int step) in NameAndLocation() argument
56 SourceLocation location_;
57 absl::string_view name_;
58 int step_ = 1;
153 NextSpawner<Arg> WrapFollowUps(NameAndLocation, ActionStateFactory, in WrapFollowUps() argument