|
proxygen
|
Public Attributes | |
| const char * | name |
| const char * | url |
| int | is_connect |
| struct http_parser_url | u |
| int | rv |
| int url_test::is_connect |
Definition at line 1821 of file test.c.
Referenced by test_parse_url().
| const char* url_test::name |
Definition at line 1819 of file test.c.
Referenced by cpp.tokenize.Token::__init__(), cpp.ast.Define::__init__(), cpp.ast.Parameter::__init__(), cpp.ast._GenericDeclaration::__init__(), cpp.ast.Type::__init__(), cpp.tokenize.Token::__str__(), cpp.ast.Define::__str__(), cpp.ast.Parameter::__str__(), cpp.ast.Typedef::__str__(), cpp.ast._NestedType::__str__(), cpp.ast.Class::__str__(), cpp.ast.Function::__str__(), cpp.ast.Type::__str__(), cpp.ast._GenericDeclaration::FullName(), test_parse_url(), and cpp.ast.VariableDeclaration::ToString().
| int url_test::rv |
Definition at line 1823 of file test.c.
Referenced by test_parse_url().
| struct http_parser_url url_test::u |
Definition at line 1822 of file test.c.
Referenced by test_parse_url().
| const char* url_test::url |
Definition at line 1820 of file test.c.
Referenced by test_parse_url().