Public Attributes | |
initial_value | |
type | |
![]() | |
name | |
namespace | |
![]() | |
end | |
start | |
Definition at line 252 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.VariableDeclaration.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
var_type, | |||
initial_value, | |||
namespace | |||
) |
Definition at line 253 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.VariableDeclaration.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
var_type, | |||
initial_value, | |||
namespace | |||
) |
Definition at line 253 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.VariableDeclaration.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
var_type, | |||
initial_value, | |||
namespace | |||
) |
Definition at line 253 of file protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.VariableDeclaration.__str__ | ( | self | ) |
Definition at line 269 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.VariableDeclaration.__str__ | ( | self | ) |
Definition at line 269 of file protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.VariableDeclaration.__str__ | ( | self | ) |
Definition at line 269 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.VariableDeclaration.Requires | ( | self, | |
node | |||
) |
Does this AST node require the definition of the node passed in?
Reimplemented from cpp.ast.Node.
Definition at line 258 of file protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.VariableDeclaration.Requires | ( | self, | |
node | |||
) |
Does this AST node require the definition of the node passed in?
Reimplemented from cpp.ast.Node.
Definition at line 258 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.VariableDeclaration.Requires | ( | self, | |
node | |||
) |
Does this AST node require the definition of the node passed in?
Reimplemented from cpp.ast.Node.
Definition at line 258 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.VariableDeclaration.ToString | ( | self | ) |
Return a string that tries to reconstitute the variable decl.
Definition at line 262 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.VariableDeclaration.ToString | ( | self | ) |
Return a string that tries to reconstitute the variable decl.
Definition at line 262 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.VariableDeclaration.ToString | ( | self | ) |
Return a string that tries to reconstitute the variable decl.
Definition at line 262 of file protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
cpp.ast.VariableDeclaration.initial_value |
Definition at line 256 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
cpp.ast.VariableDeclaration.type |
Definition at line 255 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.