Home
last modified time | relevance | path

Searched refs:get_token_value (Results 1 - 2 of 2) sorted by relevance

/third_party/PyYAML/tests/lib/
H A Dcanonical.py45 def get_token_value(self): member in CanonicalScanner
243 self.events.append(yaml.AliasEvent(self.get_token_value(), None, None))
247 anchor = self.get_token_value()
250 tag = self.get_token_value()
252 self.events.append(yaml.ScalarEvent(anchor, tag, (False, False), self.get_token_value(), None, None))
/third_party/alsa-lib/src/topology/
H A Ddata.c514 static int get_token_value(const char *token_id, in get_token_value() function
643 token_val = get_token_value(tuple->token, tokens); in copy_tuples()

Completed in 3 milliseconds