Home
last modified time | relevance | path

Searched refs:DecodeEntry (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/lib/io/
Dblock.cc64 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/
Dsource-position-table.cc96 void DecodeEntry(Vector<const byte> bytes, int* index, in DecodeEntry() function
222 DecodeEntry(bytes, &index_, &tmp); in Advance()