Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/pc/
H A Dchannel.cc47 struct StreamFinder { struct
48 explicit StreamFinder(const StreamParams* target) : target_(target) { in StreamFinder() function
52 bool operator()(const StreamParams& sp) const { in operator ()()
75 const StreamParams* target_;
/aosp_15_r20/external/pigweed/pw_protobuf/
H A Dfind_test.cc232 TEST(StreamFinder, RepeatedField) { in TEST() argument
/aosp_15_r20/external/pigweed/pw_protobuf/public/pw_protobuf/
H A Dfind.h79 constexpr StreamFinder(stream::Reader& reader, uint32_t field_number) in StreamFinder() function