HomeSort by relevance Sort by last modified time
    Searched defs:TextFormatParseInfoTree (Results 1 - 3 of 3) sorted by null

  /external/protobuf/java/core/src/main/java/com/google/protobuf/
TextFormatParseInfoTree.java 48 * {@code TextFormatParseInfoTree}s and are retrieve by {@getNestedTree} or {code @getNestedTrees}.
50 * <p>The {@code TextFormatParseInfoTree} is created by a Builder.
52 public class TextFormatParseInfoTree {
60 Map<FieldDescriptor, List<TextFormatParseInfoTree>> subtreesFromField;
63 * Construct a {@code TextFormatParseInfoTree}.
68 private TextFormatParseInfoTree(
70 Map<FieldDescriptor, List<TextFormatParseInfoTree.Builder>> subtreeBuildersFromField) {
80 Map<FieldDescriptor, List<TextFormatParseInfoTree>> subs =
81 new HashMap<FieldDescriptor, List<TextFormatParseInfoTree>>();
83 List<TextFormatParseInfoTree> submessagesOfField = new ArrayList<TextFormatParseInfoTree>()
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 

Completed in 181 milliseconds