Home
last modified time | relevance | path

Searched refs:PAIRS (Results 1 – 5 of 5) sorted by relevance

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
DTag.java36 public static final Tag PAIRS = new Tag(PREFIX + "pairs"); field in Tag
/external/bison/data/
Dc.m4229 # b4_token_defines(LIST-OF-PAIRS-TOKEN-NAME-TOKEN-NUMBER)
246 # b4_token_enums(LIST-OF-PAIRS-TOKEN-NAME-TOKEN-NUMBER)
265 # b4_token_enums_defines(LIST-OF-PAIRS-TOKEN-NAME-TOKEN-NUMBER)
Dc++.m487 # b4_token_enums(LIST-OF-PAIRS-TOKEN-NAME-TOKEN-NUMBER)
Djava.m4134 # b4_token_enums(LIST-OF-PAIRS-TOKEN-NAME-TOKEN-NUMBER)
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
DSafeConstructor.java59 this.yamlConstructors.put(Tag.PAIRS, new ConstructYamlPairs()); in SafeConstructor()