Searched refs:DecodeEntry (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/lib/io/ |
D | block.cc | 64 static inline const char* DecodeEntry(const char* p, const char* limit, in DecodeEntry() function 161 DecodeEntry(data_ + region_offset, data_ + restarts_, &shared, in Seek() 218 p = DecodeEntry(p, limit, &shared, &non_shared, &value_length); in ParseNextKey()
|
/external/v8/src/ |
D | source-position-table.cc | 96 void DecodeEntry(Vector<const byte> bytes, int* index, in DecodeEntry() function 222 DecodeEntry(bytes, &index_, &tmp); in Advance()
|