Home
last modified time | relevance | path

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

/third_party/json/test/src/
Dunit-noexcept.cpp42 struct pod {}; struct
49 void to_json(json&, pod) noexcept {} in to_json() argument
51 void from_json(const json&, pod) noexcept {} in from_json() argument
/third_party/protobuf/src/google/protobuf/stubs/
Dint128_unittest.cc181 uint128_pod pod = { 12345, 67890 }; in TEST() local
439 constexpr uint128_pod pod = {2, 3}; in TEST() local
Dstringpiece.h435 StringPiecePod pod; in CreateFromStringPiece() local
/third_party/boost/libs/intrusive/test/
Dparent_from_member_test.cpp19 }pod; variable
/third_party/boost/libs/utility/test/
Dvalue_init_test.cpp36 friend std::ostream& operator << ( std::ostream& os, POD const& pod ) in operator <<()
/third_party/python/Lib/test/
Dtest_inspect.py2273 def test(po, pk, pod=42, pkd=100, *args, ko, **kwargs): argument