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 D | JsonTokenizer.cs | 202 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 D | JsonTokenizer.cs | 202 private readonly Stack<ContainerType> containerStack = new Stack<ContainerType>(); field in Google.Protobuf.JsonTokenizer.JsonTextTokenizer |
/aosp_15_r20/external/deqp/framework/qphelper/ | ||
H A D | qpTestLog.c | 140 ContainerStack containerStack; /*!< For container usage verification. */ member |