| /third_party/node/test/fixtures/wpt/resources/ |
| H A D | testdriver-actions.js | |
| /third_party/rust/crates/either/src/ |
| H A D | serde_untagged_optional.rs | 45 pub fn serialize<L, R, S>( in serialize() functions
|
| H A D | serde_untagged.rs | 45 pub fn serialize<L, R, S>(this: &super::Either<L, R>, serializer: S) -> Result<S::Ok, S::Error> in serialize() functions
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | protoAsIndexInIndexExpression.js | |
| /third_party/backends/backend/genesys/ |
| H A D | serialize.h | 38 inline void serialize(std::ostream& str, bool x) { str << static_cast<unsigned>(x) << " "; } in serialize() function 39 inline void serialize(std::istream& str, bool& x) { unsigned v; str >> v; x = v; } in serialize() function 40 inline void serialize(std::ostream& str, char x) { str << static_cast<int>(x) << " "; } in serialize() function 41 inline void serialize(std::istream& str, char& x) { int v; str >> v; x = v; } in serialize() function 42 inline void serialize(std::ostream& str, unsigned char x) { str << static_cast<unsigned>(x) << " "; } in serialize() function 43 inline void serialize(std::istream& str, unsigned char& x) { unsigned v; str >> v; x = v; } in serialize() function 44 inline void serialize(std::ostream& str, signed char x) { str << static_cast<int>(x) << " "; } in serialize() function 45 inline void serialize(std::istream& str, signed char& x) { int v; str >> v; x = v; } in serialize() function 46 inline void serialize(std::ostream& str, short x) { str << x << " "; } in serialize() function 47 inline void serialize(st in serialize() function 48 inline void serialize(std::ostream& str, unsigned short x) { str << x << " "; } serialize() function 49 inline void serialize(std::istream& str, unsigned short& x) { str >> x; } serialize() function 50 inline void serialize(std::ostream& str, int x) { str << x << " "; } serialize() function 51 inline void serialize(std::istream& str, int& x) { str >> x; } serialize() function 52 inline void serialize(std::ostream& str, unsigned int x) { str << x << " "; } serialize() function 53 inline void serialize(std::istream& str, unsigned int& x) { str >> x; } serialize() function 54 inline void serialize(std::ostream& str, long x) { str << x << " "; } serialize() function 55 inline void serialize(std::istream& str, long& x) { str >> x; } serialize() function 56 inline void serialize(std::ostream& str, unsigned long x) { str << x << " "; } serialize() function 57 inline void serialize(std::istream& str, unsigned long& x) { str >> x; } serialize() function 58 inline void serialize(std::ostream& str, long long x) { str << x << " "; } serialize() function 59 inline void serialize(std::istream& str, long long& x) { str >> x; } serialize() function 60 inline void serialize(std::ostream& str, unsigned long long x) { str << x << " "; } serialize() function 61 inline void serialize(std::istream& str, unsigned long long& x) { str >> x; } serialize() function 62 inline void serialize(std::ostream& str, float x) { str << x << " "; } serialize() function 63 inline void serialize(std::istream& str, float& x) { str >> x; } serialize() function 64 inline void serialize(std::ostream& str, double x) { str << x << " "; } serialize() function 65 inline void serialize(std::istream& str, double& x) { str >> x; } serialize() function 66 inline void serialize(std::ostream& str, const std::string& x) { str << x << " "; } serialize() function 67 inline void serialize(std::istream& str, std::string& x) { str >> x; } serialize() function 70 void serialize(std::ostream& str, std::vector<T>& x) serialize() function 82 void serialize(std::istream& str, std::vector<T>& x, serialize() function 100 void serialize(std::ostream& str, std::array<T, Size>& x) serialize() function 112 void serialize(std::istream& str, std::array<T, Size>& x) serialize() function [all...] |
| H A D | calibration.h | 62 void serialize(Stream& str, Genesys_Calibration_Cache& x) in serialize() function
|
| H A D | value_filter.h | 81 void serialize(Stream& str, ValueFilterAny<T>& x) in serialize() function 130 void serialize(Stream& str, ValueFilter<T>& x) in serialize() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
| H A D | RemarkStringTable.cpp | 56 void StringTable::serialize(raw_ostream &OS) const { in serialize() function in StringTable 65 std::vector<StringRef> StringTable::serialize() const { in serialize() function in StringTable
|
| /third_party/PyYAML/lib/yaml/ |
| H A D | serializer.py | 46 def serialize(self, node): member in Serializer
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
| H A D | SerializableWriter.java | 84 public void serialize() throws IOException { in serialize() method in SerializableWriter
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
| H A D | SerializableWriter.java | 81 public void serialize() throws IOException { in serialize() method in SerializableWriter
|
| /third_party/mesa3d/src/gallium/frontends/clover/core/ |
| H A D | binary.cpp | 228 binary::serialize(std::ostream &os) const { in serialize() function in clover::binary
|
| /third_party/node/deps/v8/src/inspector/ |
| H A D | remote-object-id.cc | 58 String16 RemoteObjectId::serialize(uint64_t isolateId, int injectedScriptId, in serialize() function in v8_inspector::RemoteObjectId 72 String16 RemoteCallFrameId::serialize(uint64_t isolateId, int injectedScriptId, in serialize() function in v8_inspector::RemoteCallFrameId
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
| H A D | SimpleTypeSerializer.cpp | 24 ArrayRef<uint8_t> SimpleTypeSerializer::serialize(T &Record) { in serialize() function in SimpleTypeSerializer
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | Trie2_16.java | 153 public int serialize(OutputStream os) throws IOException { in serialize() method in Trie2_16
|
| H A D | Trie2_32.java | 150 public int serialize(OutputStream os) throws IOException { in serialize() method in Trie2_32
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | Trie2_16.java | 155 public int serialize(OutputStream os) throws IOException { in serialize() method in Trie2_16
|
| H A D | Trie2_32.java | 152 public int serialize(OutputStream os) throws IOException { in serialize() method in Trie2_32
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
| H A D | CsvKeyMarshaller.java | 30 private final Function<K, Stream<String>> serialize; field in CsvKeyMarshaller 63 Stream<String> serialize(K key) { in serialize() method in CsvKeyMarshaller 40 CsvKeyMarshaller( Function<K, Stream<String>> serialize, Function<List<String>, K> deserialize, Optional<Comparator<K>> ordering, String... columns) CsvKeyMarshaller() argument 48 CsvKeyMarshaller( Function<K, Stream<String>> serialize, Function<List<String>, K> deserialize, Optional<Comparator<K>> ordering, List<String> columns) CsvKeyMarshaller() argument
|
| /third_party/rust/crates/bindgen/bindgen/codegen/ |
| H A D | serialize.rs | 24 fn serialize<W: Write>( in serialize() functions 36 fn serialize<W: Write>( in serialize() functions 60 fn serialize<W: Write>( in serialize() functions 153 fn serialize<W: Write>( serialize() functions 168 fn serialize<W: Write>( serialize() functions [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-vorg-table.hh | 74 void serialize (hb_serialize_context_t *c, in serialize() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
| H A D | RawByteChannel.h | 98 static Error serialize(ChannelT &C, T V) { in serialize() function in llvm::orc::rpc::SerializationTraits 116 static Error serialize(ChannelT &C, bool V) { in serialize() function in llvm::orc::rpc::SerializationTraits 139 static Error serialize(RawByteChannel &C, StringRef S) { in serialize() function in llvm::orc::rpc::SerializationTraits 153 static Error serialize(RawByteChannel &C, const char *S) { in serialize() function in llvm::orc::rpc::SerializationTraits 165 static Error serialize(RawByteChannel &C, const std::string &S) { in serialize() function in llvm::orc::rpc::SerializationTraits
|
| /third_party/rust/crates/serde/test_suite/tests/ |
| H A D | test_serde_path.rs | 32 fn serialize<S: Serializer>(&self, serializer: S) -> Result<S::Ok, S::Error>; in serialize() functions
|
| /third_party/node/lib/ |
| H A D | v8.js | 368 function serialize(value) { function
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_pipeline_cache.h | 69 bool (*serialize)(struct vk_pipeline_cache_object *object, member
|