Home
last modified time | relevance | path

Searched refs:write_type (Results 1 – 25 of 1074) sorted by relevance

12345678910>>...43

/dports/net/arataga/restinio-v.0.6.13/dev/test/buffers/
H A Dmain.cpp33 REQUIRE( writable_item_type_t::trivial_write_operation == bs.write_type() );
42 REQUIRE( writable_item_type_t::trivial_write_operation == bs.write_type() );
50 REQUIRE( writable_item_type_t::trivial_write_operation == bs.write_type() );
63 REQUIRE( writable_item_type_t::trivial_write_operation == bs.write_type() );
74 REQUIRE( writable_item_type_t::trivial_write_operation == bs.write_type() );
85 REQUIRE( writable_item_type_t::trivial_write_operation == bs.write_type() );
99 REQUIRE( writable_item_type_t::trivial_write_operation == bs.write_type() );
112 REQUIRE( writable_item_type_t::trivial_write_operation == bs.write_type() );
121 REQUIRE( writable_item_type_t::trivial_write_operation == bs.write_type() );
161 REQUIRE( writable_item_type_t::trivial_write_operation == bs.write_type() );
[all …]
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Ddecoder.cpp93 StringRef write_type; in decode_write_type() local
95 if (!decode_string(&write_type)) return false; in decode_write_type()
97 if (write_type == "SIMPLE") { in decode_write_type()
99 } else if (write_type == "BATCH") { in decode_write_type()
101 } else if (write_type == "UNLOGGED_BATCH") { in decode_write_type()
103 } else if (write_type == "COUNTER") { in decode_write_type()
105 } else if (write_type == "BATCH_LOG") { in decode_write_type()
107 } else if (write_type == "CAS") { in decode_write_type()
109 } else if (write_type == "VIEW") { in decode_write_type()
111 } else if (write_type == "CDC") { in decode_write_type()
[all …]
H A Dretry_policy.cpp91 CassWriteType write_type, in on_write_timeout() argument
97 if (write_type == CASS_WRITE_TYPE_BATCH_LOG) { in on_write_timeout()
148 CassWriteType write_type, int num_retries) const { in on_write_timeout() argument
153 switch (write_type) { in on_write_timeout()
199 CassWriteType write_type, in on_write_timeout() argument
252 CassWriteType write_type, in on_write_timeout() argument
255 retry_policy_->on_write_timeout(request, cl, received, required, write_type, num_retries); in on_write_timeout()
261 cass_consistency_string(cl), required, received, cass_write_type_string(write_type), in on_write_timeout()
269 required, received, cass_write_type_string(write_type), num_retries); in on_write_timeout()
H A Dexternal.cpp66 const char* cass_write_type_string(CassWriteType write_type) { in cass_write_type_string() argument
67 switch (write_type) { in cass_write_type_string()
68 #define XX(write_type, desc) \ in cass_write_type_string() argument
69 case write_type: \ in cass_write_type_string()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/rb/spec/
H A Dbase_protocol_spec.rb65 @prot.write_type(Thrift::Types::BOOL, 'bool')
66 @prot.write_type(Thrift::Types::BYTE, 'byte')
67 @prot.write_type(Thrift::Types::DOUBLE, 'double')
68 @prot.write_type(Thrift::Types::I16, 'i16')
69 @prot.write_type(Thrift::Types::I32, 'i32')
70 @prot.write_type(Thrift::Types::I64, 'i64')
71 @prot.write_type(Thrift::Types::STRING, 'string')
72 @prot.write_type(Thrift::Types::STRUCT, struct)
93 @prot.write_type({:type => Thrift::Types::I16}, 'i16')
94 @prot.write_type({:type => Thrift::Types::I32}, 'i32')
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/rb/spec/
H A Dbase_protocol_spec.rb65 @prot.write_type(Thrift::Types::BOOL, 'bool')
66 @prot.write_type(Thrift::Types::BYTE, 'byte')
67 @prot.write_type(Thrift::Types::DOUBLE, 'double')
68 @prot.write_type(Thrift::Types::I16, 'i16')
69 @prot.write_type(Thrift::Types::I32, 'i32')
70 @prot.write_type(Thrift::Types::I64, 'i64')
71 @prot.write_type(Thrift::Types::STRING, 'string')
72 @prot.write_type(Thrift::Types::STRUCT, struct)
93 @prot.write_type({:type => Thrift::Types::I16}, 'i16')
94 @prot.write_type({:type => Thrift::Types::I32}, 'i32')
[all …]
/dports/devel/py-thrift/thrift-0.14.0/lib/rb/spec/
H A Dbase_protocol_spec.rb65 @prot.write_type(Thrift::Types::BOOL, 'bool')
66 @prot.write_type(Thrift::Types::BYTE, 'byte')
67 @prot.write_type(Thrift::Types::DOUBLE, 'double')
68 @prot.write_type(Thrift::Types::I16, 'i16')
69 @prot.write_type(Thrift::Types::I32, 'i32')
70 @prot.write_type(Thrift::Types::I64, 'i64')
71 @prot.write_type(Thrift::Types::STRING, 'string')
72 @prot.write_type(Thrift::Types::STRUCT, struct)
93 @prot.write_type({:type => Thrift::Types::I16}, 'i16')
94 @prot.write_type({:type => Thrift::Types::I32}, 'i32')
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/rb/spec/
H A Dbase_protocol_spec.rb65 @prot.write_type(Thrift::Types::BOOL, 'bool')
66 @prot.write_type(Thrift::Types::BYTE, 'byte')
67 @prot.write_type(Thrift::Types::DOUBLE, 'double')
68 @prot.write_type(Thrift::Types::I16, 'i16')
69 @prot.write_type(Thrift::Types::I32, 'i32')
70 @prot.write_type(Thrift::Types::I64, 'i64')
71 @prot.write_type(Thrift::Types::STRING, 'string')
72 @prot.write_type(Thrift::Types::STRUCT, struct)
93 @prot.write_type({:type => Thrift::Types::I16}, 'i16')
94 @prot.write_type({:type => Thrift::Types::I32}, 'i32')
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/rb/spec/
H A Dbase_protocol_spec.rb65 @prot.write_type(Thrift::Types::BOOL, 'bool')
66 @prot.write_type(Thrift::Types::BYTE, 'byte')
67 @prot.write_type(Thrift::Types::DOUBLE, 'double')
68 @prot.write_type(Thrift::Types::I16, 'i16')
69 @prot.write_type(Thrift::Types::I32, 'i32')
70 @prot.write_type(Thrift::Types::I64, 'i64')
71 @prot.write_type(Thrift::Types::STRING, 'string')
72 @prot.write_type(Thrift::Types::STRUCT, struct)
93 @prot.write_type({:type => Thrift::Types::I16}, 'i16')
94 @prot.write_type({:type => Thrift::Types::I32}, 'i32')
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/lib/rb/spec/
H A Dbase_protocol_spec.rb65 @prot.write_type(Thrift::Types::BOOL, 'bool')
66 @prot.write_type(Thrift::Types::BYTE, 'byte')
67 @prot.write_type(Thrift::Types::DOUBLE, 'double')
68 @prot.write_type(Thrift::Types::I16, 'i16')
69 @prot.write_type(Thrift::Types::I32, 'i32')
70 @prot.write_type(Thrift::Types::I64, 'i64')
71 @prot.write_type(Thrift::Types::STRING, 'string')
72 @prot.write_type(Thrift::Types::STRUCT, struct)
93 @prot.write_type({:type => Thrift::Types::I16}, 'i16')
94 @prot.write_type({:type => Thrift::Types::I32}, 'i32')
[all …]
/dports/devel/thrift/thrift-0.14.0/lib/rb/spec/
H A Dbase_protocol_spec.rb65 @prot.write_type(Thrift::Types::BOOL, 'bool')
66 @prot.write_type(Thrift::Types::BYTE, 'byte')
67 @prot.write_type(Thrift::Types::DOUBLE, 'double')
68 @prot.write_type(Thrift::Types::I16, 'i16')
69 @prot.write_type(Thrift::Types::I32, 'i32')
70 @prot.write_type(Thrift::Types::I64, 'i64')
71 @prot.write_type(Thrift::Types::STRING, 'string')
72 @prot.write_type(Thrift::Types::STRUCT, struct)
93 @prot.write_type({:type => Thrift::Types::I16}, 'i16')
94 @prot.write_type({:type => Thrift::Types::I32}, 'i32')
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/rb/spec/
H A Dbase_protocol_spec.rb65 @prot.write_type(Thrift::Types::BOOL, 'bool')
66 @prot.write_type(Thrift::Types::BYTE, 'byte')
67 @prot.write_type(Thrift::Types::DOUBLE, 'double')
68 @prot.write_type(Thrift::Types::I16, 'i16')
69 @prot.write_type(Thrift::Types::I32, 'i32')
70 @prot.write_type(Thrift::Types::I64, 'i64')
71 @prot.write_type(Thrift::Types::STRING, 'string')
72 @prot.write_type(Thrift::Types::STRUCT, struct)
93 @prot.write_type({:type => Thrift::Types::I16}, 'i16')
94 @prot.write_type({:type => Thrift::Types::I32}, 'i32')
[all …]
/dports/devel/node-thrift/thrift-0.14.0/lib/rb/spec/
H A Dbase_protocol_spec.rb65 @prot.write_type(Thrift::Types::BOOL, 'bool')
66 @prot.write_type(Thrift::Types::BYTE, 'byte')
67 @prot.write_type(Thrift::Types::DOUBLE, 'double')
68 @prot.write_type(Thrift::Types::I16, 'i16')
69 @prot.write_type(Thrift::Types::I32, 'i32')
70 @prot.write_type(Thrift::Types::I64, 'i64')
71 @prot.write_type(Thrift::Types::STRING, 'string')
72 @prot.write_type(Thrift::Types::STRUCT, struct)
93 @prot.write_type({:type => Thrift::Types::I16}, 'i16')
94 @prot.write_type({:type => Thrift::Types::I32}, 'i32')
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/declarative_net_request/filter_list_converter/
H A Dmain.cc87 filter_list_converter::WriteType write_type = in main() local
93 write_type = filter_list_converter::kExtension; in main()
95 write_type = filter_list_converter::kJSONRuleset; in main()
106 switch (write_type) { in main()
121 write_type)) { in main()
H A Dconverter_unittest.cc24 WriteType write_type) { in TestConversion() argument
39 if (write_type == WriteType::kJSONRuleset) in TestConversion()
42 ConvertRuleset({input_path}, output_path, write_type, true /* noisy */); in TestConversion()
53 if (write_type == WriteType::kExtension) { in TestConversion()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/declarative_net_request/filter_list_converter/
H A Dmain.cc87 filter_list_converter::WriteType write_type = in main() local
93 write_type = filter_list_converter::kExtension; in main()
95 write_type = filter_list_converter::kJSONRuleset; in main()
106 switch (write_type) { in main()
121 write_type)) { in main()
H A Dconverter_unittest.cc24 WriteType write_type) { in TestConversion() argument
39 if (write_type == WriteType::kJSONRuleset) in TestConversion()
42 ConvertRuleset({input_path}, output_path, write_type, true /* noisy */); in TestConversion()
53 if (write_type == WriteType::kExtension) { in TestConversion()
/dports/devel/hpx/hpx-1.2.1/hpx/util/logging/detail/
H A Dlogger.hpp84 typedef writer::named_write write_type; typedef
127 write_type & writer() { return m_writer; } in writer()
128 const write_type & writer() const { return m_writer; } in writer()
166 write_type m_writer;
/dports/lang/cparser/cparser-0.9.14/wrappergen/
H A Dwrite_fluffy.c38 static void write_type(const type_t *type);
70 write_type(type->points_to); in write_pointer_type()
144 write_type(parameter->type); in write_function_type()
150 write_type(type->return_type); in write_function_type()
154 static void write_type(const type_t *type) in write_type() function
184 write_type(entity->declaration.type); in write_compound_entry()
254 write_type(entity->declaration.type); in write_variable()
280 write_type(parameter->declaration.type); in write_function()
291 write_type(return_type); in write_function()
/dports/databases/py-cassandra-driver/cassandra-driver-3.18.0/cassandra/
H A D__init__.py465 write_type = None variable in WriteTimeout
470 def __init__(self, message, write_type=None, **kwargs): argument
471 kwargs["write_type"] = write_type
473 self.write_type = write_type
562 write_type = None variable in WriteFailure
567 def __init__(self, message, write_type=None, **kwargs): argument
569 self.write_type = write_type
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dll_ftn.cpp647 write_type(LLTYPE(sptr)); in write_llvm_lltype()
821 write_type(equiv_type); in write_local_overlap()
1146 write_type(dummy_type); in print_entry_subroutine()
1166 write_type(make_lltype_from_dtype(DT_INT)); in print_entry_subroutine()
1176 write_type(dummy_type); in print_entry_subroutine()
1184 write_type(dummy_type); in print_entry_subroutine()
1217 write_type(LLTYPE(sym)); in print_entry_subroutine()
1219 write_type(dummy_type); in print_entry_subroutine()
1268 write_type(return_ll_type); in print_entry_subroutine()
1298 write_type(return_ll_type); in print_entry_subroutine()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/test/
H A Dfake_remote_gatt_characteristic.cc143 WriteType write_type, in WriteRemoteCharacteristic() argument
147 switch (write_type) { in WriteRemoteCharacteristic()
159 if (write_type == WriteType::kWithoutResponse) { in WriteRemoteCharacteristic()
178 const mojom::WriteType write_type = mojom::WriteType::kWriteDefaultDeprecated; in DeprecatedWriteRemoteCharacteristic() local
184 last_write_type_ = write_type; in DeprecatedWriteRemoteCharacteristic()
194 std::move(error_callback), value, write_type)); in DeprecatedWriteRemoteCharacteristic()
261 mojom::WriteType write_type) { in DispatchWriteResponse() argument
269 last_write_type_ = write_type; in DispatchWriteResponse()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/cp/
H A Dmangle.c183 static void write_type (tree);
1078 write_type (type); in write_conversion_operator_name()
1463 write_type (tree type) in write_type() function
1837 write_type (parm); in write_method_parms()
1845 write_type (parm); in write_method_parms()
1972 write_type (scope); in write_expression()
2125 write_type (type); in write_template_arg_literal()
2193 write_type (node); in write_template_arg()
2470 write_type (type); in mangle_type_string()
2503 write_type (type); in mangle_special_for_type()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/cp/
H A Dmangle.c183 static void write_type (tree);
1078 write_type (type); in write_conversion_operator_name()
1463 write_type (tree type) in write_type() function
1837 write_type (parm); in write_method_parms()
1845 write_type (parm); in write_method_parms()
1972 write_type (scope); in write_expression()
2125 write_type (type); in write_template_arg_literal()
2193 write_type (node); in write_template_arg()
2470 write_type (type); in mangle_type_string()
2503 write_type (type); in mangle_special_for_type()
[all …]
/dports/devel/libburn/libburn-1.5.4/libburn/
H A Doptions.c42 opts->write_type = BURN_WRITE_TAO; in burn_write_opts_new()
139 enum burn_write_types write_type, in burn_write_opts_set_write_type() argument
142 int sector_get_outmode(enum burn_write_types write_type, in burn_write_opts_set_write_type()
147 if (! ( (write_type == BURN_WRITE_SAO && block_type == BURN_BLOCK_SAO) in burn_write_opts_set_write_type()
148 || (opts->drive->block_types[write_type] & block_type) ) ) { in burn_write_opts_set_write_type()
156 if (sector_get_outmode(write_type, (enum burn_block_types) block_type) in burn_write_opts_set_write_type()
163 opts->write_type = write_type; in burn_write_opts_set_write_type()
357 if ((flag & 1) && opts->write_type != BURN_WRITE_SAO) in burn_write_opts_auto_write_type()
417 if ((flag & 1) && opts->write_type != BURN_WRITE_TAO) in burn_write_opts_auto_write_type()
454 if ((flag & 1) && opts->write_type != BURN_WRITE_RAW) in burn_write_opts_auto_write_type()

12345678910>>...43