/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 3725 StyledWriter writer; in toStyledString() local
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | BinaryWriter.java | 694 writeMapEntryField( Writer writer, int fieldNumber, WireFormat.FieldType fieldType, Object object) writeMapEntryField() argument [all...] |
H A D | MessageSchema.java | 2539 public void writeTo(T message, Writer writer) throws IOException { in writeTo() argument 2552 private void writeFieldsInAscendingOrderProto2(T message, Writer writer) throws IOException { in writeFieldsInAscendingOrderProto2() argument 2928 writeFieldsInAscendingOrderProto3(T message, Writer writer) writeFieldsInAscendingOrderProto3() argument 3381 writeFieldsInDescendingOrder(T message, Writer writer) writeFieldsInDescendingOrder() argument 3833 writeMapHelper(Writer writer, int number, Object mapField, int pos) writeMapHelper() argument 3843 writeUnknownInMessageTo( UnknownFieldSchema<UT, UB> schema, T message, Writer writer) writeUnknownInMessageTo() argument 5664 writeString(int fieldNumber, Object value, Writer writer) writeString() argument [all...] |
H A D | SchemaUtil.java | 70 public static void writeDouble(int fieldNumber, double value, Writer writer) throws IOException { in writeDouble() argument 76 public static void writeFloat(int fieldNumber, float value, Writer writer) throws IOException { in writeFloat() argument 82 public static void writeInt64(int fieldNumber, long value, Writer writer) throws IOException { in writeInt64() argument 88 public static void writeUInt64(int fieldNumber, long value, Writer writer) throws IOException { in writeUInt64() argument 94 public static void writeSInt64(int fieldNumber, long value, Writer writer) throws IOException { in writeSInt64() argument 100 writeFixed64(int fieldNumber, long value, Writer writer) writeFixed64() argument 106 writeSFixed64(int fieldNumber, long value, Writer writer) writeSFixed64() argument 112 writeInt32(int fieldNumber, int value, Writer writer) writeInt32() argument 118 writeUInt32(int fieldNumber, int value, Writer writer) writeUInt32() argument 124 writeSInt32(int fieldNumber, int value, Writer writer) writeSInt32() argument 130 writeFixed32(int fieldNumber, int value, Writer writer) writeFixed32() argument 136 writeSFixed32(int fieldNumber, int value, Writer writer) writeSFixed32() argument 142 writeEnum(int fieldNumber, int value, Writer writer) writeEnum() argument 148 writeBool(int fieldNumber, boolean value, Writer writer) writeBool() argument 154 writeString(int fieldNumber, Object value, Writer writer) writeString() argument 162 writeStringInternal(int fieldNumber, String value, Writer writer) writeStringInternal() argument 169 writeBytes(int fieldNumber, ByteString value, Writer writer) writeBytes() argument 176 writeMessage(int fieldNumber, Object value, Writer writer) writeMessage() argument 182 writeDoubleList( int fieldNumber, List<Double> value, Writer writer, boolean packed) writeDoubleList() argument 189 writeFloatList( int fieldNumber, List<Float> value, Writer writer, boolean packed) writeFloatList() argument 196 writeInt64List( int fieldNumber, List<Long> value, Writer writer, boolean packed) writeInt64List() argument 203 writeUInt64List( int fieldNumber, List<Long> value, Writer writer, boolean packed) writeUInt64List() argument 210 writeSInt64List( int fieldNumber, List<Long> value, Writer writer, boolean packed) writeSInt64List() argument 217 writeFixed64List( int fieldNumber, List<Long> value, Writer writer, boolean packed) writeFixed64List() argument 224 writeSFixed64List( int fieldNumber, List<Long> value, Writer writer, boolean packed) writeSFixed64List() argument 231 writeInt32List( int fieldNumber, List<Integer> value, Writer writer, boolean packed) writeInt32List() argument 238 writeUInt32List( int fieldNumber, List<Integer> value, Writer writer, boolean packed) writeUInt32List() argument 245 writeSInt32List( int fieldNumber, List<Integer> value, Writer writer, boolean packed) writeSInt32List() argument 252 writeFixed32List( int fieldNumber, List<Integer> value, Writer writer, boolean packed) writeFixed32List() argument 259 writeSFixed32List( int fieldNumber, List<Integer> value, Writer writer, boolean packed) writeSFixed32List() argument 266 writeEnumList( int fieldNumber, List<Integer> value, Writer writer, boolean packed) writeEnumList() argument 273 writeBoolList( int fieldNumber, List<Boolean> value, Writer writer, boolean packed) writeBoolList() argument 280 writeStringList(int fieldNumber, List<String> value, Writer writer) writeStringList() argument 287 writeBytesList(int fieldNumber, List<ByteString> value, Writer writer) writeBytesList() argument 294 writeMessageList(int fieldNumber, List<?> value, Writer writer) writeMessageList() argument 301 writeMessageList(int fieldNumber, List<?> value, Writer writer, Schema schema) writeMessageList() argument 308 writeLazyFieldList(int fieldNumber, List<?> value, Writer writer) writeLazyFieldList() argument 317 writeGroupList(int fieldNumber, List<?> value, Writer writer) writeGroupList() argument 324 writeGroupList(int fieldNumber, List<?> value, Writer writer, Schema schema) writeGroupList() argument [all...] |
/third_party/python/Python/ |
H A D | context.c | 911 _PyUnicodeWriter writer; in contextvar_tp_repr() local 1131 _PyUnicodeWriter writer; in token_tp_repr() local [all...] |
H A D | formatter_unicode.c | 371 fill_padding(_PyUnicodeWriter *writer, in fill_padding() argument 603 fill_number(_PyUnicodeWriter *writer, const NumberFieldWidths *spec, in fill_number() argument 765 format_string_internal(PyObject *value, const InternalFormatSpec *format, _PyUnicodeWriter *writer) format_string_internal() argument 864 format_long_internal(PyObject *value, const InternalFormatSpec *format, _PyUnicodeWriter *writer) format_long_internal() argument 1042 format_float_internal(PyObject *value, const InternalFormatSpec *format, _PyUnicodeWriter *writer) format_float_internal() argument 1191 format_complex_internal(PyObject *value, const InternalFormatSpec *format, _PyUnicodeWriter *writer) format_complex_internal() argument 1437 format_obj(PyObject *obj, _PyUnicodeWriter *writer) format_obj() argument 1451 _PyUnicode_FormatAdvancedWriter(_PyUnicodeWriter *writer, PyObject *obj, PyObject *format_spec, Py_ssize_t start, Py_ssize_t end) _PyUnicode_FormatAdvancedWriter() argument 1487 _PyLong_FormatAdvancedWriter(_PyUnicodeWriter *writer, PyObject *obj, PyObject *format_spec, Py_ssize_t start, Py_ssize_t end) _PyLong_FormatAdvancedWriter() argument 1549 _PyFloat_FormatAdvancedWriter(_PyUnicodeWriter *writer, PyObject *obj, PyObject *format_spec, Py_ssize_t start, Py_ssize_t end) _PyFloat_FormatAdvancedWriter() argument 1588 _PyComplex_FormatAdvancedWriter(_PyUnicodeWriter *writer, PyObject *obj, PyObject *format_spec, Py_ssize_t start, Py_ssize_t end) _PyComplex_FormatAdvancedWriter() argument [all...] |
/third_party/python/Objects/ |
H A D | tupleobject.c | 222 _PyUnicodeWriter writer; in tuplerepr() local [all...] |
/third_party/python/Modules/cjkcodecs/ |
H A D | _codecs_iso2022.c | 391 iso2022processg2(const void *config, MultibyteCodec_State *state, const unsigned char **inbuf, Py_ssize_t *inleft, _PyUnicodeWriter *writer) iso2022processg2() argument
|
/third_party/rust/crates/serde/serde/src/de/ |
H A D | mod.rs | 1370 let mut writer = format::Buf::new(&mut buf); in visit_i128() variables 1432 let mut writer = format::Buf::new(&mut buf); in visit_u128() variables 2315 let mut writer = LookForDecimalPoint { in fmt() variables
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/ |
H A D | wifi_settings.cpp | 680 Json::FastWriter writer; in SetBackupReplyCode() local
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | apm_32.c | 329 unsigned int writer: 1; member
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_lib.c | 2124 pcm_copy_f writer; in __snd_pcm_lib_xfer() local
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | apm_32.c | 330 unsigned int writer: 1; member
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_lib.c | 2215 pcm_copy_f writer; in __snd_pcm_lib_xfer() local
|
/test/xts/acts/multimedia/avsession/avsession_ndk_standard/avsession_ndk_stage/entry/src/main/cpp/ |
H A D | AvsessionTest.cpp | 146 const std::string& writer = std::get<std::string>(param); in AVMetadataBuilderSetWriter() local
|
/third_party/backends/frontend/ |
H A D | saned.c | 1654 int num_fds, be_fd = -1, reader, writer, bytes_in_buf, status_dirty = 0; in do_scan() local
|
/third_party/node/src/ |
H A D | env.cc | 847 tracing::AgentWriterHandle* writer = GetTracingAgentWriter(); in ~Environment() local
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-serialization.cc | 128 void WriteHeader(Writer* writer) { in WriteHeader() argument 327 void NativeModuleSerializer::WriteHeader(Writer* writer, in WriteHeader() argument 335 void NativeModuleSerializer::WriteCode(const WasmCode* code, Writer* writer) { in WriteCode() argument 452 Write(Writer* writer) Write() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_pair_schedule.c | 1128 add_tex_reader( struct schedule_state * s, struct schedule_instruction * writer, struct schedule_instruction * reader) add_tex_reader() argument
|
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 1046 key2any_encode(struct key2any_ctx_st *ctx, OSSL_CORE_BIO *cout, const void *key, int type, const char *pemname, check_key_type_fn *checker, key_to_der_fn *writer, OSSL_PASSPHRASE_CALLBACK *pwcb, void *pwcbarg, key_to_paramstring_fn *key2paramstring, i2d_of_void *key2der) key2any_encode() argument
|
/third_party/rust/crates/either/src/ |
H A D | lib.rs | 1410 let mut writer = if use_stdio { in read_write() variables
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_events.py | 428 def writer(data): function
|
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 1035 key2any_encode(struct key2any_ctx_st *ctx, OSSL_CORE_BIO *cout, const void *key, int type, const char *pemname, check_key_type_fn *checker, key_to_der_fn *writer, OSSL_PASSPHRASE_CALLBACK *pwcb, void *pwcbarg, key_to_paramstring_fn *key2paramstring, i2d_of_void *key2der) key2any_encode() argument
|
/third_party/python/Lib/test/ |
H A D | test_csv.py | 249 writer = csv.writer(fileobj) global() variable in Test_Csv.test_writerows.BrokenFile [all...] |
/third_party/python/Modules/_io/ |
H A D | bufferedio.c | 2064 buffered *writer; global() member 2088 _io_BufferedRWPair___init___impl(rwpair *self, PyObject *reader, PyObject *writer, Py_ssize_t buffer_size) _io_BufferedRWPair___init___impl() argument [all...] |