Home
last modified time | relevance | path

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

/external/puffin/src/
Dpuff_writer.cc37 if (state_ == State::kWritingNonLiteral) { in Insert()
113 state_ = State::kWritingNonLiteral; in Insert()
134 state_ = State::kWritingNonLiteral; in Insert()
151 state_ = State::kWritingNonLiteral; in Insert()
173 state_ = State::kWritingNonLiteral; in FlushLiterals()
187 state_ = State::kWritingNonLiteral; in FlushLiterals()
191 case State::kWritingNonLiteral: in FlushLiterals()
Dpuff_writer.h52 state_(State::kWritingNonLiteral) {} in BufferPuffWriter()
82 kWritingNonLiteral = 0, enumerator