Home
last modified time | relevance | path

Searched refs:ContainerType (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonTokenizer.cs174 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
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dpayload.h119 using ContainerType =
121 using BufferType = typename ContainerType::BufferType;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DMessageReflection.java229 enum ContainerType { enum
238 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()