Home
last modified time | relevance | path

Searched defs:serialized (Results 1 – 25 of 2610) sorted by relevance

12345678910>>...105

/dports/devel/toml11/toml11-3.7.0/tests/
H A Dtest_serialize_file.cpp56 auto serialized = toml::parse("tmp1.toml"); in BOOST_AUTO_TEST_CASE() local
78 auto serialized = toml::parse<toml::discard_comments, std::map, std::deque>( in BOOST_AUTO_TEST_CASE() local
100 auto serialized = toml::parse<toml::preserve_comments>("tmp1_com.toml"); in BOOST_AUTO_TEST_CASE() local
131 auto serialized = toml::parse<toml::discard_comments>("tmp1_com_nocomment.toml"); in BOOST_AUTO_TEST_CASE() local
155 auto serialized = toml::parse<toml::preserve_comments, std::map, std::deque>( in BOOST_AUTO_TEST_CASE() local
207 const auto serialized = toml::parse("tmp2.toml"); in BOOST_AUTO_TEST_CASE() local
219 const auto serialized = toml::parse<toml::discard_comments, std::map, std::deque>( in BOOST_AUTO_TEST_CASE() local
231 const auto serialized = toml::parse<toml::preserve_comments>("tmp2_com.toml"); in BOOST_AUTO_TEST_CASE() local
254 const auto serialized = toml::parse("tmp3.toml"); in BOOST_AUTO_TEST_CASE() local
266 const auto serialized = toml::parse<toml::discard_comments, std::map, std::deque>( in BOOST_AUTO_TEST_CASE() local
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/test/unit/record/
H A DsfDoctrineRecordTest.php27 $serialized = serialize($before); variable
34 $serialized = serialize($before); variable
42 $serialized = serialize($before); variable
49 $serialized = serialize($before); variable
64 $serialized = serialize($article); variable
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/tests/core/
H A Dserde.rs16 let serialized = serde_json::to_string(&v).unwrap(); localVariable
25 let serialized = serde_json::to_string(&v).unwrap(); in serde_dmatrix() localVariable
52 let serialized = serde_json::to_string(&v).unwrap(); in serde_flat() localVariable
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nalgebra-0.18.1/tests/core/
H A Dserde.rs16 let serialized = serde_json::to_string(&v).unwrap(); localVariable
25 let serialized = serde_json::to_string(&v).unwrap(); in serde_dmatrix() localVariable
52 let serialized = serde_json::to_string(&v).unwrap(); in serde_flat() localVariable
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/transport/
H A DPersistentFizzPskCache.h20 std::string serialized; member
43 auto serialized = cache_.get(identity); in getPskUses() local
52 auto serialized = cache_.get(identity); in getPsk() local
74 PersistentCachedPsk serialized; in putPsk() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_socket_address_coder_test.cc21 std::string serialized = coder.Encode(); in TEST_F() local
30 std::string serialized = coder.Encode(); in TEST_F() local
41 std::string serialized("\x02\x00\x04\x1f\xc6\x2c\x34\x12", 8); in TEST_F() local
51 std::string serialized( in TEST_F() local
69 std::string serialized( in TEST_F() local
118 std::string serialized = encoder.Encode(); in TEST_F() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_socket_address_coder_test.cc21 std::string serialized = coder.Encode(); in TEST_F() local
30 std::string serialized = coder.Encode(); in TEST_F() local
41 std::string serialized("\x02\x00\x04\x1f\xc6\x2c\x34\x12", 8); in TEST_F() local
51 std::string serialized( in TEST_F() local
69 std::string serialized( in TEST_F() local
118 std::string serialized = encoder.Encode(); in TEST_F() local
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/core/property/
H A Dprimitive.py61 def __init__(self, default=None, *, help=None, serialized=None, readonly=False): argument
104 def __init__(self, default=False, *, help=None, serialized=None, readonly=False): argument
131 def __init__(self, default=0j, *, help=None, serialized=None, readonly=False): argument
174 def __init__(self, default=0, *, help=None, serialized=None, readonly=False): argument
218 def __init__(self, default=0.0, *, help=None, serialized=None, readonly=False): argument
261 def __init__(self, default="", *, help=None, serialized=None, readonly=False): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/protozero/test/
H A Dprotozero_conformance_unittest.cc70 std::string serialized = msg.SerializeAsString(); in TEST() local
110 std::string serialized = msg_a.SerializeAsString(); in TEST() local
136 std::string serialized = msg_a.SerializeAsString(); in TEST() local
180 std::string serialized = msg.SerializeAsString(); in TEST() local
215 std::string serialized = msg.SerializeAsString(); in TEST() local
244 std::string serialized = msg.SerializeAsString(); in TEST() local
269 std::string serialized = msg.SerializeAsString(); in TEST() local
293 std::string serialized = msg.SerializeAsString(); in TEST() local
H A Dcppgen_conformance_unittest.cc98 std::string serialized = msg.SerializeAsString(); in TEST() local
109 std::string serialized = gold_msg.SerializeAsString(); in TEST() local
119 std::string serialized = msg.SerializeAsString(); in TEST() local
134 std::string serialized = msg_a.SerializeAsString(); in TEST() local
151 std::string serialized; in TEST() local
306 std::string serialized; in TEST() local
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/capnp/
H A Dserialize-test.c++80 kj::Array<word> serialized = messageToFlatArray(builder); in TEST() local
128 kj::Array<word> serialized = messageToFlatArray(builder); in TEST() local
167 kj::Array<word> serialized = messageToFlatArray(builder); in TEST() local
228 kj::Array<word> serialized = messageToFlatArray(builder); in TEST() local
240 kj::Array<word> serialized = messageToFlatArray(builder); in TEST() local
253 kj::Array<word> serialized = messageToFlatArray(builder); in TEST() local
265 kj::Array<word> serialized = messageToFlatArray(builder); in TEST() local
277 kj::Array<word> serialized = messageToFlatArray(builder); in TEST() local
289 kj::Array<word> serialized = messageToFlatArray(builder); in TEST() local
301 kj::Array<word> serialized = messageToFlatArray(builder); in TEST() local
[all …]
/dports/devel/capnproto/capnproto-0.9.0/c++/src/capnp/
H A Dserialize-test.c++80 kj::Array<word> serialized = messageToFlatArray(builder); in TEST() local
128 kj::Array<word> serialized = messageToFlatArray(builder); in TEST() local
167 kj::Array<word> serialized = messageToFlatArray(builder); in TEST() local
228 kj::Array<word> serialized = messageToFlatArray(builder); in TEST() local
240 kj::Array<word> serialized = messageToFlatArray(builder); in TEST() local
253 kj::Array<word> serialized = messageToFlatArray(builder); in TEST() local
265 kj::Array<word> serialized = messageToFlatArray(builder); in TEST() local
277 kj::Array<word> serialized = messageToFlatArray(builder); in TEST() local
289 kj::Array<word> serialized = messageToFlatArray(builder); in TEST() local
301 kj::Array<word> serialized = messageToFlatArray(builder); in TEST() local
[all …]
/dports/security/yapet/yapet-2.3/tests/file/
H A Dheader10.cc31 yapet::SecureArray serialized{header10.serialize()}; in serializeAndDeserializeWithCtor() local
43 yapet::SecureArray serialized = header10.serialize(); in serializeAndDeserializeWithAssignment() local
55 yapet::SecureArray serialized{invalidHeader.serialize()}; in invalidHeader() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/fido/hid/
H A Dfido_hid_packet.cc25 base::span<const uint8_t> serialized, in CreateFromSerializedData()
76 std::vector<uint8_t> serialized; in GetSerializedData() local
93 base::span<const uint8_t> serialized, in CreateFromSerializedData()
130 std::vector<uint8_t> serialized; in GetSerializedData() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/fido/hid/
H A Dfido_hid_packet.cc25 base::span<const uint8_t> serialized, in CreateFromSerializedData()
76 std::vector<uint8_t> serialized; in GetSerializedData() local
93 base::span<const uint8_t> serialized, in CreateFromSerializedData()
130 std::vector<uint8_t> serialized; in GetSerializedData() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DCheckUtf8Test.java59 ByteString serialized = in testParseRequiredStringWithGoodUtf8() local
94 assertParseBadUtf8(StringWrapper.getDefaultInstance(), serialized); in testParseRequiredStringWithBadUtf8() local
127 assertParseBadUtf8(StringWrapperSize.getDefaultInstance(), serialized); in testParseRequiredStringWithBadUtf8Size() local
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/botocore/
H A Dserialize.py224 def _serialize(self, serialized, value, shape, prefix=''): argument
245 def _serialize_type_list(self, serialized, value, shape, prefix=''): argument
264 def _serialize_type_map(self, serialized, value, shape, prefix=''): argument
294 def _default_serialize(self, serialized, value, shape, prefix=''): argument
359 def _serialize(self, serialized, value, shape, key=None): argument
364 def _serialize_type_structure(self, serialized, value, shape, key): argument
381 def _serialize_type_map(self, serialized, value, shape, key): argument
387 def _serialize_type_list(self, serialized, value, shape, key): argument
399 def _default_serialize(self, serialized, value, shape, key): argument
406 def _serialize_type_blob(self, serialized, value, shape, key): argument
[all …]
/dports/devel/py-botocore/botocore-1.21.61/botocore/
H A Dserialize.py225 def _serialize(self, serialized, value, shape, prefix=''): argument
246 def _serialize_type_list(self, serialized, value, shape, prefix=''): argument
265 def _serialize_type_map(self, serialized, value, shape, prefix=''): argument
295 def _default_serialize(self, serialized, value, shape, prefix=''): argument
361 def _serialize(self, serialized, value, shape, key=None): argument
366 def _serialize_type_structure(self, serialized, value, shape, key): argument
386 def _serialize_type_map(self, serialized, value, shape, key): argument
392 def _serialize_type_list(self, serialized, value, shape, key): argument
404 def _default_serialize(self, serialized, value, shape, key): argument
411 def _serialize_type_blob(self, serialized, value, shape, key): argument
[all …]
/dports/devel/py-moto/moto-2.2.16/tests/test_kms/
H A Dtest_utils.py75 def test_serialize_encryption_context(raw, serialized): argument
88 def test_serialize_ciphertext_blob(raw, serialized): argument
94 def test_deserialize_ciphertext_blob(raw, serialized): argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/web_package/
H A Dsigned_exchange_certificate_chain_unittest.cc51 auto serialized = cbor::Writer::Write(cbor::Value(std::move(cbor_array))); in TEST() local
68 auto serialized = cbor::Writer::Write(cbor::Value(std::move(cbor_array))); in TEST() local
93 auto serialized = cbor::Writer::Write(cbor::Value(std::move(cbor_array))); in TEST() local
122 auto serialized = cbor::Writer::Write(cbor::Value(std::move(cbor_array))); in TEST() local
153 auto serialized = cbor::Writer::Write(cbor::Value(std::move(cbor_array))); in TEST() local
192 auto serialized = cbor::Writer::Write(cbor::Value(std::move(cbor_array))); in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/web_package/
H A Dsigned_exchange_certificate_chain_unittest.cc51 auto serialized = cbor::Writer::Write(cbor::Value(std::move(cbor_array))); in TEST() local
68 auto serialized = cbor::Writer::Write(cbor::Value(std::move(cbor_array))); in TEST() local
93 auto serialized = cbor::Writer::Write(cbor::Value(std::move(cbor_array))); in TEST() local
122 auto serialized = cbor::Writer::Write(cbor::Value(std::move(cbor_array))); in TEST() local
153 auto serialized = cbor::Writer::Write(cbor::Value(std::move(cbor_array))); in TEST() local
192 auto serialized = cbor::Writer::Write(cbor::Value(std::move(cbor_array))); in TEST() local
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/run/test/
H A DConfig.cpp16 const String serialized = config.write(); variable
37 String serialized = config.write(); variable
72 String serialized = config.write(); variable
/dports/databases/postgis25/postgis-2.5.5/raster/test/cunit/
H A Dcu_raster_wkb.c82 void *serialized; in test_raster_wkb() local
292 void *serialized; in test_raster_wkb() local
615 void *serialized; in test_raster_wkb() local
783 void *serialized; in test_raster_wkb() local
/dports/databases/postgis30/postgis-3.0.4/raster/test/cunit/
H A Dcu_raster_wkb.c82 void *serialized; in test_raster_wkb() local
292 void *serialized; in test_raster_wkb() local
615 void *serialized; in test_raster_wkb() local
783 void *serialized; in test_raster_wkb() local
/dports/databases/postgis32/postgis-3.2.0/raster/test/cunit/
H A Dcu_raster_wkb.c82 void *serialized; in test_raster_wkb() local
292 void *serialized; in test_raster_wkb() local
615 void *serialized; in test_raster_wkb() local
783 void *serialized; in test_raster_wkb() local

12345678910>>...105