Home
last modified time | relevance | path

Searched defs:addKey (Results 1 – 10 of 10) sorted by relevance

/external/flatbuffers/tests/DictionaryLookup/
DLongFloatEntry.kt60 fun addKey(builder: FlatBufferBuilder, key: Long) { in startLongFloatEntry() method
DLongFloatEntry.java43 …public static void addKey(FlatBufferBuilder builder, long key) { builder.addLong(key); builder.slo… in addKey() method in LongFloatEntry
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/
DKeyPath.java77 public KeyPath addKey(String key) { in addKey() method in KeyPath
/external/flatbuffers/tests/ts/reflection/
Dkey-value.js35 static addKey(builder, keyOffset) { method in KeyValue
Dfield.js203 static addKey(builder, key) { method in Field
/external/skia/src/text/gpu/
DTextBlob.cpp215 void TextBlob::addKey(const Key& key) { in addKey() function in sktext::gpu::TextBlob
/external/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/
DKeyValue.java47 …public static void addKey(FlatBufferBuilder builder, int keyOffset) { builder.addOffset(keyOffset)… in addKey() method in KeyValue
DField.java105 …public static void addKey(FlatBufferBuilder builder, boolean key) { builder.addBoolean(8, key, fal… in addKey() method in Field
/external/skia/tools/testrunners/benchmark/
DBazelBenchmarkTestRunner.cpp235 void addKey(std::map<std::string, std::string> key) { in addKey() function in ResultsJSONWriter
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp7168 void SharedCacheKeyManager<SharedFramebufferCacheKey>::addKey(const SharedFramebufferCacheKey &key) in addKey() function in rx::vk::SharedCacheKeyManager
7176 void SharedCacheKeyManager<SharedDescriptorSetCacheKey>::addKey( in addKey() function in rx::vk::SharedCacheKeyManager