Home
last modified time | relevance | path

Searched defs:containerStack (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DJsonTokenizer.cs202 private readonly Stack<ContainerType> containerStack = new Stack<ContainerType>(); field in Google.Protobuf.JsonTokenizer.JsonTextTokenizer
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A DJsonTokenizer.cs202 private readonly Stack<ContainerType> containerStack = new Stack<ContainerType>(); field in Google.Protobuf.JsonTokenizer.JsonTextTokenizer
/aosp_15_r20/external/deqp/framework/qphelper/
H A DqpTestLog.c140 ContainerStack containerStack; /*!< For container usage verification. */ member