Home
last modified time | relevance | path

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

/third_party/json/test/src/
Dunit-noexcept.cpp46 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/
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/rust/crates/cxx/syntax/
Dmod.rs21 mod pod; module
/third_party/python/Lib/test/
Dtest_inspect.py2273 def test(po, pk, pod=42, pkd=100, *args, ko, **kwargs): argument