Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/
H A Dscoped_generic_unittest.cc16 struct IntTraits { struct
17 IntTraits(std::vector<int>* freed) : freed_ints(freed) {} in IntTraits() argument
19 static int InvalidValue() { in InvalidValue()
22 void Free(int value) { in Free()
26 std::vector<int>* freed_ints;
/aosp_15_r20/external/cronet/base/
H A Dscoped_generic_unittest.cc22 struct IntTraits { struct
23 IntTraits(std::vector<int>* freed) : freed_ints(freed) {} in IntTraits() argument
25 static int InvalidValue() { in InvalidValue()
28 void Free(int value) { in Free()
32 raw_ptr<std::vector<int>> freed_ints;
/aosp_15_r20/external/openscreen/platform/impl/
H A Dscoped_pipe_unittest.cc20 struct IntTraits { struct
21 using PipeType = int;
22 static constexpr int kInvalidValue = -1;
24 static void Close(int fd) { g_freed_values->push_back(fd); } in Close()