Home
last modified time | relevance | path

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

12

/third_party/protobuf/js/experimental/runtime/kernel/
Dkernel_repeated_test.js644 const serialized = accessor.serialize(); constant
654 const serialized = accessor.serialize(); constant
664 const serialized = accessor.serialize(); constant
673 const serialized = accessor.serialize(); constant
745 const serialized = accessor.serialize(); constant
754 const serialized = accessor.serialize(); constant
765 const serialized = accessor.serialize(); constant
774 const serialized = accessor.serialize(); constant
1145 const serialized = accessor.serialize(); constant
1155 const serialized = accessor.serialize(); constant
[all …]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCheckUtf8Test.java59 ByteString serialized = in testParseRequiredStringWithGoodUtf8() local
94 assertParseBadUtf8(StringWrapper.getDefaultInstance(), serialized); in testParseRequiredStringWithBadUtf8() local
127 assertParseBadUtf8(StringWrapperSize.getDefaultInstance(), serialized); in testParseRequiredStringWithBadUtf8Size() local
DGeneratedMessageTest.java1615 ByteString serialized = message.toByteString(); in testOneofSerialization() local
1625 ByteString serialized = message.toByteString(); in testOneofSerialization() local
1635 ByteString serialized = message.toByteString(); in testOneofSerialization() local
1648 ByteString serialized = message.toByteString(); in testOneofSerialization() local
/third_party/protobuf/src/google/protobuf/
Dpreserve_unknown_enum_test.cc93 std::string serialized; in TEST() local
111 std::string serialized = orig_message.SerializeAsString(); in TEST() local
132 std::string serialized; in TEST() local
154 std::string serialized; in TEST() local
181 std::string serialized; in TEST() local
Dlite_unittest.cc870 std::string serialized; in TEST() local
912 std::string serialized; in TEST() local
928 std::string serialized; in TEST() local
944 std::string serialized; in TEST() local
960 std::string serialized; in TEST() local
976 std::string serialized; in TEST() local
1001 std::string serialized = a.SerializeAsString(); in TEST() local
1016 std::string serialized; in TEST() local
1028 std::string serialized; in TEST() local
Dproto3_arena_unittest.cc206 std::string serialized; in TEST() local
239 std::string serialized; in TEST() local
413 std::string serialized; in TEST() local
Dtest_util_lite.cc1351 std::string serialized; in ExpectExtensionsClear() local
Dno_field_presence_test.cc533 std::string serialized; in TEST() local
Dtest_util.h1232 inline void ExpectAllFieldsAndExtensionsInOrder(const std::string& serialized) { in ExpectAllFieldsAndExtensionsInOrder()
/third_party/mesa3d/src/compiler/clc/
Dclc.c175 void **serialized, in clc_libclc_serialize()
185 void clc_libclc_free_serialized(void *serialized) in clc_libclc_free_serialized()
191 clc_libclc_deserialize(const void *serialized, size_t serialized_size) in clc_libclc_deserialize()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/
Dserialization_test.cc50 FontPtr serialized = new_font_array[0]; in TestSerialization() local
116 FontPtr serialized = new_font_array[0]; in TestSerializationBitmap() local
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dserialization_test.cc50 FontPtr serialized = new_font_array[0]; in TestSerialization() local
116 FontPtr serialized = new_font_array[0]; in TestSerializationBitmap() local
/third_party/grpc/third_party/upb/tests/
Dtest_generated_code.c32 upb_strview serialized; in test_scalars() local
75 upb_strview serialized; in test_utf8() local
144 upb_strview serialized; in test_string_double_map() local
/third_party/boost/boost/mpi/
Denvironment.hpp46 serialized = MPI_THREAD_SERIALIZED, enumerator
/third_party/node/test/parallel/
Dtest-whatwg-url-custom-searchparams.js9 const serialized = 'a=a&a=1&a=true&a=undefined&a=null&a=%EF%BF%BD' + constant
Dtest-stream-transform-split-objectmode.js71 let serialized; variable
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dtest_util.py337 def ExpectAllFieldsAndExtensionsInOrder(serialized): argument
/third_party/protobuf/python/google/protobuf/
Dmessage.py160 def MergeFromString(self, serialized): argument
193 def ParseFromString(self, serialized): argument
/third_party/grpc/src/core/lib/security/authorization/
Dauthorization_engine.cc79 const char* serialized = google_api_expr_v1alpha1_Expr_serialize( in AuthorizationEngine() local
/third_party/node/deps/npm/node_modules/tough-cookie/lib/
Dcookie.js1251 var serialized = { variable
1299 CookieJar.prototype._importCookies = function(serialized, cb) { argument
1381 this.serialize(function(err,serialized) { argument
/third_party/grpc/test/cpp/util/
Dproto_file_parser.cc246 std::string serialized; in GetSerializedProtoFromMessageType() local
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Ddiscoverer.c54 GVariant *serialized, *reserialized; in GST_START_TEST() local
/third_party/node/lib/internal/
Dworker.js286 [kOnErrorMessage](serialized) { argument
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstvalue.c62 gchar *serialized; in GST_START_TEST() local
2830 gchar *serialized; in GST_START_TEST() local
3447 gchar *serialized, *cmp; in get_serialize_deserialize_boxed() local
3581 gchar *serialized; in GST_START_TEST() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DAbstractMessageLite.java89 final int serialized = getSerializedSize(); in writeDelimitedTo() local

12