Searched defs:writeValue (Results 1 – 4 of 4) sorted by relevance
36 public void writeValue(final int value, final String key); in writeValue() method
246 Result<void> writeValue(const Key& key, const Value& value, uint64_t flags) { in writeValue() function
280 private int writeValue(byte[] bytecode, Integer writingOffset, int immFieldSize) { in writeValue() method in BaseApfGenerator.IntImmediate594 private static int writeValue(int value, byte[] bytecode, int writingOffset, int immSize) { in writeValue() method in BaseApfGenerator.Instruction
194 bool TrieMap::writeValue(const uint64_t value, const int terminalEntryIndex) { in writeValue() function in latinime::TrieMap