Searched refs:ContainerType (Results 1 – 3 of 3) sorted by relevance
174 private readonly Stack<ContainerType> containerStack = new Stack<ContainerType>();182 containerStack.Push(ContainerType.Document); in JsonTextTokenizer()238 containerStack.Push(ContainerType.Object); in NextImpl()247 containerStack.Push(ContainerType.Array); in NextImpl()559 case ContainerType.Object: in PopContainer()562 case ContainerType.Array: in PopContainer()565 case ContainerType.Document: in PopContainer()573 private enum ContainerType enum in Google.Protobuf.JsonTokenizer.JsonTextTokenizer
119 using ContainerType =121 using BufferType = typename ContainerType::BufferType;
229 enum ContainerType { enum238 public ContainerType getContainerType(); in getContainerType()434 public ContainerType getContainerType() { in getContainerType()435 return ContainerType.MESSAGE; in getContainerType()620 public ContainerType getContainerType() { in getContainerType()621 return ContainerType.EXTENSION_SET; in getContainerType()771 } else if (target.getContainerType() == MergeTarget.ContainerType.MESSAGE) { in mergeFieldFrom()