Searched defs:pod (Results 1 – 5 of 5) sorted by relevance
| /third_party/json/test/src/ |
| D | unit-noexcept.cpp | 46 struct pod {}; struct 53 void to_json(json& /*unused*/, pod /*unused*/) noexcept {} in to_json() argument 55 void from_json(const json& /*unused*/, pod /*unused*/) 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/rust/crates/cxx/syntax/ |
| D | mod.rs | 21 mod pod; module
|
| /third_party/python/Lib/test/ |
| D | test_inspect.py | 2273 def test(po, pk, pod=42, pkd=100, *args, ko, **kwargs): argument
|