type gopkg.in/yaml.v2.yaml_node_pair_t

5 uses

	gopkg.in/yaml.v2 (current package)
		yamlh.go#L344: type yaml_node_pair_t struct {
		yamlh.go#L371: 		pairs_data  []yaml_node_pair_t   // The stack of mapping pairs (key, value).
		yamlh.go#L372: 		pairs_start *yaml_node_pair_t    // The beginning of the stack.
		yamlh.go#L373: 		pairs_end   *yaml_node_pair_t    // The end of the stack.
		yamlh.go#L374: 		pairs_top   *yaml_node_pair_t    // The top of the stack.