Searched refs:InternalState (Results 1 – 15 of 15) sorted by relevance
86 InternalState.State[0] = SEED_0; in init()87 InternalState.State[1] = SEED_1; in init()88 InternalState.State[2] = SEED_2; in init()89 InternalState.State[3] = SEED_3; in init()90 InternalState.State[4] = SEED_4; in init()91 InternalState.ByteCount = 0; in init()92 InternalState.BufferOffset = 0; in init()96 uint32_t A = InternalState.State[0]; in hashBlock()97 uint32_t B = InternalState.State[1]; in hashBlock()98 uint32_t C = InternalState.State[2]; in hashBlock()[all …]
77 ctx.state = output.InternalState; in Initialize()363 output.InternalState = state; in CopyStateTo()368 state = output.InternalState; in LoadStateFrom()
80 ctx.state = input.InternalState; in Initialize()321 input.InternalState = state; in CopyStateTo()326 state = input.InternalState; in LoadStateFrom()
265 internal ref ParserInternalState InternalState => ref state; field in Google.Protobuf.CodedInputStream
605 internal ref WriterInternalState InternalState => ref state; field in Google.Protobuf.CodedOutputStream
168 enum InternalState enum in deqp::gls::TheilSenCalibrator179 InternalState m_state;
75 InternalState state() const { return fState; } in state()139 void setState(InternalState state);176 InternalState fState;
34 InternalState fInternalState;
858 void ParagraphImpl::setState(InternalState state) { in setState()
134 InternalState state() const { return fState; }187 void setState(InternalState state);251 InternalState fState;
847 void ParagraphImpl::setState(InternalState state) { in setState()
74 } InternalState; variable
14 enum InternalState { enum
22 enum InternalState { enum
1622 impl->setState(InternalState::kUnknown); in onDrawContent()