rvm  1.11
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
test-types.cc File Reference
#include "config.h"
#include <cassert>
#include <string>
#include "asserts.h"
#include "types.h"
Include dependency graph for test-types.cc:

Go to the source code of this file.

Functions

void test_u8 (void)
 
void test_u16 (void)
 
void test_u32 (void)
 
void test_u64 (void)
 
void test_type (void)
 
int main (int argc, char const *argv[])
 

Function Documentation

int main ( int  argc,
char const *  argv[] 
)

Definition at line 286 of file test-types.cc.

References test_type(), test_u16(), test_u32(), test_u64(), and test_u8().

Here is the call graph for this function:

void test_type ( void  )
void test_u16 ( void  )

Definition at line 25 of file test-types.cc.

Referenced by main().

void test_u32 ( void  )

Definition at line 41 of file test-types.cc.

Referenced by main().

void test_u64 ( void  )

Definition at line 57 of file test-types.cc.

Referenced by main().

void test_u8 ( void  )

Definition at line 9 of file test-types.cc.

Referenced by main().