Home
last modified time | relevance | path

Searched refs:string_key (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_map_field.cc176 static void GenerateSerializationLoop(const Formatter& format, bool string_key, in GenerateSerializationLoop() argument
182 ptr = string_key ? "items[static_cast<ptrdiff_t>(i)]" in GenerateSerializationLoop()
198 if (string_key || string_value) { in GenerateSerializationLoop()
217 const bool string_key = key_field->type() == FieldDescriptor::TYPE_STRING; in GenerateSerializeWithCachedSizesToArray() local
223 if (string_key) { in GenerateSerializeWithCachedSizesToArray()
235 bool utf8_check = string_key || string_value; in GenerateSerializeWithCachedSizesToArray()
242 if (string_key) { in GenerateSerializeWithCachedSizesToArray()
275 GenerateSerializationLoop(format, string_key, string_value, true); in GenerateSerializeWithCachedSizesToArray()
279 GenerateSerializationLoop(format, string_key, string_value, false); in GenerateSerializeWithCachedSizesToArray()
/third_party/mesa3d/src/util/tests/
H A Dcache_test.cpp233 uint8_t string_key[20]; in test_put_and_get() local
266 disk_cache_compute_key(cache, string, sizeof(string), string_key); in test_put_and_get()
267 disk_cache_put(cache, string_key, string, sizeof(string), NULL); in test_put_and_get()
272 result = (char *) disk_cache_get(cache, string_key, &size); in test_put_and_get()
330 if (does_cache_contain(cache, string_key)) in test_put_and_get()
351 disk_cache_put(cache, string_key, string, sizeof(string), NULL); in test_put_and_get()
360 if (does_cache_contain(cache, string_key)) in test_put_and_get()
386 if (does_cache_contain(cache, string_key)) in test_put_and_get()
470 uint8_t string_key[20]; in test_put_and_get_between_instances() local
507 disk_cache_compute_key(cache2, string, sizeof(string), string_key); in test_put_and_get_between_instances()
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-collections-gen.cc569 TNode<IntPtrT> ComputeStringHash(TNode<String> string_key);
1244 TNode<String> string_key) {
1249 ChangeInt32ToIntPtr(LoadNameHash(string_key, &hash_not_computed));
1254 var_result = CallGetHashRaw(string_key);

Completed in 5 milliseconds