HomeSort by relevance Sort by last modified time
    Searched full:staticmem (Results 1 - 3 of 3) sorted by null

  /external/tinyxml2/
tinyxml2.h 471 void SetValue( const char* val, bool staticMem=false );
848 void SetName( const char* str, bool staticMem=false ) { SetValue( str, staticMem ); }
    [all...]
tinyxml2.cpp 561 void XMLNode::SetValue( const char* str, bool staticMem )
563 if ( staticMem )
    [all...]
  /toolchain/binutils/binutils-2.25/include/
hp-symtab.h 510 STATICMEM is nonzero if the variable is a member of a class.
528 unsigned int staticmem: 1; member in struct:dntt_type_svar
866 STATICMEM is nonzero if this field is a static member of a template.
885 unsigned int staticmem: 1; member in struct:dntt_type_field
    [all...]

Completed in 1073 milliseconds