Home
last modified time | relevance | path

Searched refs:ArrayStart (Results 1 – 4 of 4) sorted by relevance

/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonTokenizer.cs200 …private static readonly State ValueStates = State.ArrayStart | State.ArrayAfterComma | State.Objec…
274 state = State.ArrayStart; in NextImpl()
278 …ValidateState(State.ArrayAfterValue | State.ArrayStart, "Invalid state to read a close square brac… in NextImpl()
577 case State.ArrayStart: in ValidateAndModifyStateForValue()
694 ArrayStart = 1 << 8, enumerator
/external/protobuf/csharp/src/Google.Protobuf/
DJsonTokenizer.cs200 …private static readonly State ValueStates = State.ArrayStart | State.ArrayAfterComma | State.Objec…
274 state = State.ArrayStart; in NextImpl()
278 …ValidateState(State.ArrayAfterValue | State.ArrayStart, "Invalid state to read a close square brac… in NextImpl()
577 case State.ArrayStart: in ValidateAndModifyStateForValue()
694 ArrayStart = 1 << 8, enumerator
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonTokenizer.cs200 …private static readonly State ValueStates = State.ArrayStart | State.ArrayAfterComma | State.Objec…
274 state = State.ArrayStart; in NextImpl()
278 …ValidateState(State.ArrayAfterValue | State.ArrayStart, "Invalid state to read a close square brac… in NextImpl()
577 case State.ArrayStart: in ValidateAndModifyStateForValue()
694 ArrayStart = 1 << 8, enumerator
/external/clang/lib/CodeGen/
DCGExprAgg.cpp349 llvm::Value *ArrayStart = in VisitCXXStdInitializerListExpr() local
351 CGF.EmitStoreThroughLValue(RValue::get(ArrayStart), Start); in VisitCXXStdInitializerListExpr()