Home
last modified time | relevance | path

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

/external/cronet/third_party/libc++/src/test/std/ranges/range.access/
Dbegin.pass.cpp215 struct BeginFunctionByValue { struct
216 friend constexpr int *begin(BeginFunctionByValue) { return &globalBuff[1]; } in begin() argument