Searched refs:string_key (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_map_field.cc | 233 static void GenerateSerializationLoop(const Formatter& format, bool string_key, in GenerateSerializationLoop() argument 239 ptr = string_key ? "items[static_cast<ptrdiff_t>(i)]" in GenerateSerializationLoop() 262 if (string_key || string_value) { in GenerateSerializationLoop() 291 const bool string_key = key_field->type() == FieldDescriptor::TYPE_STRING; in GenerateSerializeWithCachedSizes() local 297 if (string_key) { in GenerateSerializeWithCachedSizes() 309 bool utf8_check = string_key || string_value; in GenerateSerializeWithCachedSizes() 316 if (string_key) { in GenerateSerializeWithCachedSizes() 350 GenerateSerializationLoop(format, string_key, string_value, to_array, true); in GenerateSerializeWithCachedSizes() 354 GenerateSerializationLoop(format, string_key, string_value, to_array, false); in GenerateSerializeWithCachedSizes()
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | cache_test.c | 282 uint8_t string_key[20]; in test_put_and_get() local 315 disk_cache_compute_key(cache, string, sizeof(string), string_key); in test_put_and_get() 316 disk_cache_put(cache, string_key, string, sizeof(string), NULL); in test_put_and_get() 321 result = disk_cache_get(cache, string_key, &size); in test_put_and_get() 376 if (does_cache_contain(cache, string_key)) in test_put_and_get() 397 disk_cache_put(cache, string_key, string, sizeof(string), NULL); in test_put_and_get() 406 if (does_cache_contain(cache, string_key)) in test_put_and_get() 432 if (does_cache_contain(cache, string_key)) in test_put_and_get()
|
/external/python/oauth2client/tests/contrib/ |
D | test_multistore_file.py | 315 string_key = 'string_key' 317 FILENAME, string_key) 323 self.assertTrue({'key': string_key} in keys)
|
/external/tensorflow/tensorflow/python/training/tracking/ |
D | data_structures.py | 825 string_key = True 828 string_key = False 832 if not (string_key or no_dependency):
|
/external/v8/src/builtins/ |
D | builtins-collections-gen.cc | 675 TNode<IntPtrT> ComputeStringHash(TNode<String> string_key); 1348 TNode<String> string_key) { in ComputeStringHash() argument 1353 ChangeInt32ToIntPtr(LoadNameHash(string_key, &hash_not_computed)); in ComputeStringHash() 1358 var_result = CallGetHashRaw(string_key); in ComputeStringHash()
|