Searched defs:pod (Results 1 – 6 of 6) sorted by relevance
/third_party/json/test/src/ |
D | unit-noexcept.cpp | 42 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/ |
D | int128_unittest.cc | 181 uint128_pod pod = { 12345, 67890 }; in TEST() local 439 constexpr uint128_pod pod = {2, 3}; in TEST() local
|
D | stringpiece.h | 435 StringPiecePod pod; in CreateFromStringPiece() local
|
/third_party/boost/libs/intrusive/test/ |
D | parent_from_member_test.cpp | 19 }pod; variable
|
/third_party/boost/libs/utility/test/ |
D | value_init_test.cpp | 36 friend std::ostream& operator << ( std::ostream& os, POD const& pod ) in operator <<()
|
/third_party/python/Lib/test/ |
D | test_inspect.py | 2273 def test(po, pk, pod=42, pkd=100, *args, ko, **kwargs): argument
|