Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 471) sorted by relevance

12345678910>>...19

/6.0.3/platform/include/platform/
H A Dn_byte_integer.h87 uint64_t value = load(); in fetch_add() local
93 uint64_t value = load(); in fetch_sub() local
100 uint64_t value = 0; in load() local
105 void store(uint64_t value) { in store()
/6.0.3/kv_engine/engines/ep/src/
H A Dconfiguration.h41 void valueChanged(const std::string& key, bool value) { in valueChanged()
45 void valueChanged(const std::string& key, size_t value) { in valueChanged()
49 void valueChanged(const std::string& key, ssize_t value) { in valueChanged()
53 void valueChanged(const std::string& key, float value) { in valueChanged()
57 void valueChanged(const std::string& key, std::string value) { in valueChanged()
124 void validate(const std::string& key, bool value) { in validate()
128 void validate(const std::string& key, size_t value) { in validate()
132 void validate(const std::string& key, ssize_t value) { in validate()
136 void validate(const std::string& key, float value) { in validate()
140 void validate(const std::string& key, const char* value) { in validate()
[all …]
H A Dcheckpoint_config.cc33 virtual void sizeValueChanged(const std::string& key, size_t value) { in sizeValueChanged()
43 virtual void booleanValueChanged(const std::string& key, bool value) { in booleanValueChanged()
159 void CheckpointConfig::setCheckpointPeriod(size_t value) { in setCheckpointPeriod()
166 void CheckpointConfig::setCheckpointMaxItems(size_t value) { in setCheckpointMaxItems()
173 void CheckpointConfig::setMaxCheckpoints(size_t value) { in setMaxCheckpoints()
H A Dconfiguration_impl.h60 virtual void validateSize(const std::string& key, size_t value) { in validateSize()
71 virtual void validateSSize(const std::string& key, ssize_t value) { in validateSSize()
107 virtual void validateSSize(const std::string& key, ssize_t value) { in validateSSize()
140 virtual void validateFloat(const std::string& key, float value) { in validateFloat()
168 virtual void validateString(const std::string& key, const char* value) { in validateString()
191 Requirement* add(const std::string& key, value_variant_t value) { in add()
H A Dcheckpoint_config.h84 void allowItemNumBasedNewCheckpoint(bool value) { in allowItemNumBasedNewCheckpoint()
88 void allowKeepClosedCheckpoints(bool value) { in allowKeepClosedCheckpoints()
92 void allowCheckpointMerge(bool value) { in allowCheckpointMerge()
H A Dkvstore_config.h101 void setPersistDocNamespace(bool value) { in setPersistDocNamespace()
112 void setCouchstoreTracingEnabled(bool value) { in setCouchstoreTracingEnabled()
119 void setCouchstoreWriteValidationEnabled(bool value) { in setCouchstoreWriteValidationEnabled()
127 void setCouchstoreMprotectEnabled(bool value) { in setCouchstoreMprotectEnabled()
/6.0.3/couchstore/src/
H A Dbitfield.cc74 raw_08 couchstore_encode_raw08(uint8_t value) in couchstore_encode_raw08()
80 raw_16 couchstore_encode_raw16(uint16_t value) in couchstore_encode_raw16()
86 void couchstore_encode_raw24(uint32_t value, raw_24 *raw) in couchstore_encode_raw24()
92 raw_32 couchstore_encode_raw32(uint32_t value) in couchstore_encode_raw32()
98 void couchstore_encode_raw40(uint64_t value, raw_40 *raw) in couchstore_encode_raw40()
104 void couchstore_encode_raw48(uint64_t value, raw_48 *raw) in couchstore_encode_raw48()
110 raw_64 couchstore_encode_raw64(uint64_t value) in couchstore_encode_raw64()
/6.0.3/forestdb/src/
H A Dbtree_kv.h34 uint32_t value; in deref32() local
49 uint64_t value; in deref64() local
H A Dhash_functions.cc11 uint32_t hash_djb2(uint8_t *value, int len) in hash_djb2()
20 uint32_t hash_djb2_last8(uint8_t *value, int len) in hash_djb2_last8()
32 uint32_t hash_uint_modular(uint64_t value, uint64_t mod) in hash_uint_modular()
/6.0.3/moxi/libmemcached/libmemcached/
H A Dbyteorder.c36 uint64_t memcached_ntohll(uint64_t value) in memcached_ntohll()
41 uint64_t memcached_htonll(uint64_t value) in memcached_htonll()
H A Dauto.c19 uint64_t *value) in text_incr_decr()
88 uint64_t *value) in binary_incr_decr()
144 uint64_t *value) in memcached_increment()
152 uint64_t *value) in memcached_decrement()
161 uint64_t *value) in memcached_increment_by_key()
189 uint64_t *value) in memcached_decrement_by_key()
219 uint64_t *value) in memcached_increment_with_initial()
234 uint64_t *value) in memcached_increment_with_initial_by_key()
260 uint64_t *value) in memcached_decrement_with_initial()
275 uint64_t *value) in memcached_decrement_with_initial_by_key()
H A Dwin32.c12 int win_getsockopt(SOCKET s, int level, int optname, void *value, socklen_t *option_len) in win_getsockopt()
18 int win_setsockopt(SOCKET s, int level, int optname, const void *value, socklen_t option_len) in win_setsockopt()
H A Dmemcached.hpp238 char *value= memcached_fetch(&memc, ret_key, &key_length, in fetch() local
274 char *value= memcached_get(&memc, key.c_str(), key.length(), in get() local
310 char *value= memcached_get_by_key(&memc, in getByKey() local
379 const std::vector<char> &value, in set()
407 const std::vector<char> &value, in setByKey()
572 const std::vector<char> &value) throw(Error) in addByKey()
624 const std::vector<char> &value) in replaceByKey()
674 const std::vector<char> &value) in prependByKey()
730 const std::vector<char> &value) in appendByKey()
759 const std::vector<char> &value, in cas()
[all …]
/6.0.3/kv_engine/daemon/
H A Dioctl.cc54 const std::string& value) { in setReleaseFreeMemory()
63 const std::string& value) { in setJemallocProfActive()
100 std::string& value) { in ioctlGetMcbpSla()
118 std::string& value) { in ioctl_get_property()
136 const std::string& value) { in ioctlSetMcbpSla()
171 const std::string& value) { in ioctl_set_property()
H A Dtracing.cc38 std::string& value) { in ioctlGetTracingStatus()
45 std::string& value) { in ioctlGetTracingConfig()
120 std::string& value) { in ioctlGetTracingBeginDump()
192 std::string& value) { in ioctlGetTracingDumpChunk()
258 const std::string& value) { in ioctlSetTracingClearDump()
284 const std::string& value) { in ioctlSetTracingConfig()
302 const std::string& value) { in ioctlSetTracingStart()
310 const std::string& value) { in ioctlSetTracingStop()
/6.0.3/query-ui/query-ui/ui-current/data_display/
H A Dqw-json-table.directive.js110 _.forIn(item, function (value, key) { argument
153 _.forIn(item[onlyField], function (value, key) { argument
169 _.forIn(keys, function(value,key) { argument
249 _.forIn(object, function(value,key) { // iterate over the object's fields argument
283 _.forIn(object, function(value,key) { argument
306 _.forIn(object, function(value,key) { argument
312 _.forIn(object, function(value,key) { argument
/6.0.3/goproj/src/github.com/couchbase/query/value/
Ddoc.go40 package value package
Dsort.go10 package value package
16 value Value member
/6.0.3/couchbase-cli/
H A Dcb_util.py4 def tag_user_data(value): argument
/6.0.3/kv_engine/protocol/mcbp/libmcbp/
H A Dframebuilder_test.cc24 static cb::const_byte_buffer buffer(const std::string& value) { in buffer()
28 static void compare(const std::string& expected, cb::const_byte_buffer value) { in compare()
77 const std::string value{"Hello world"}; in TEST() local
157 const std::string value{"Hello world"}; in TEST() local
/6.0.3/couchstore/src/views/
H A Dvalues.cc22 view_btree_value_t **value) in decode_view_btree_value()
111 couchstore_error_t encode_view_btree_value(const view_btree_value_t *value, in encode_view_btree_value()
153 void free_view_btree_value(view_btree_value_t *value) in free_view_btree_value()
173 view_id_btree_value_t **value) in decode_view_id_btree_value()
297 couchstore_error_t encode_view_id_btree_value(const view_id_btree_value_t *value, in encode_view_id_btree_value()
356 void free_view_id_btree_value(view_id_btree_value_t *value) in free_view_id_btree_value()
/6.0.3/query-ui/query-ui/ui-current/json-validator/
H A Dqw-json-validator.directive.js17 function validateJson(value) { argument
/6.0.3/ns_server/priv/public/ui/libs/
H A Dui-ace.js103 obj = { name: key, value: opts.advanced[key] }; property in AnonymousFunction48c4c3e40100.setOptions.obj
113 obj = { name: key, value: opts.rendererOptions[key] }; property in AnonymousFunction48c4c3e40100.setOptions.obj
256 attrs.$observe('readonly', function (value) { argument
262 ngModel.$formatters.push(function (value) { argument
/6.0.3/query-ui/query-ui/libs/
H A Dui-ace.js103 obj = { name: key, value: opts.advanced[key] }; property in AnonymousFunctionc5f8da130100.setOptions.obj
113 obj = { name: key, value: opts.rendererOptions[key] }; property in AnonymousFunctionc5f8da130100.setOptions.obj
256 attrs.$observe('readonly', function (value) { argument
262 ngModel.$formatters.push(function (value) { argument
/6.0.3/couchdb/test/python/lib/couchdb/
H A Dmapping.py107 def _to_python(self, value): argument
110 def _to_json(self, value): argument
181 def _to_python(self, value): argument
184 def _to_json(self, value): argument
312 def _set_id(self, value): argument
439 def _to_json(self, value): argument
463 def _to_json(self, value): argument
491 def _to_json(self, value): argument
520 def _to_json(self, value): argument
571 def _to_json(self, value): argument
[all …]

12345678910>>...19