HomeSort by relevance Sort by last modified time
    Searched refs:namespace_stack (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py 459 def __init__(self, namespace_stack):
460 self.namespace_stack = namespace_stack
677 namespace_stack=[]):
684 self.namespace_stack = namespace_stack[:]
696 self.converter = TypeConverter(self.namespace_stack)
715 self.namespace_stack.pop()
735 name, var_type, value, self.namespace_stack)
    [all...]
  /external/googletest/googlemock/scripts/generator/cpp/
ast.py 460 def __init__(self, namespace_stack):
461 self.namespace_stack = namespace_stack
678 namespace_stack=[]):
685 self.namespace_stack = namespace_stack[:]
697 self.converter = TypeConverter(self.namespace_stack)
716 self.namespace_stack.pop()
736 name, var_type, value, self.namespace_stack)
    [all...]

Completed in 861 milliseconds