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

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h 39 typedef struct cpp_string cpp_string; typedef in typeref:struct:cpp_string
165 struct cpp_string GTY(()) function
215 struct cpp_string GTY ((tag ("CPP_TOKEN_FLD_STR"))) str;
489 void (*ident) (cpp_reader *, unsigned int, const cpp_string *);
738 /* Evaluate a vector of CPP_STRING or CPP_WSTRING tokens. */
740 const cpp_string *, size_t,
741 cpp_string *, enum cpp_ttype);
743 const cpp_string *, size_t,
744 cpp_string *, enum cpp_ttype)
    [all...]
  /packages/apps/IM/libwbxml/test/
imps_encoder_test.cpp 33 #define ASSERT_EQUAL_BINARY_CPPSTRING(expected, cpp_string) \
35 ASSERT_EQUAL_INT(sizeof(expected), cpp_string.size()); \
36 ASSERT_EQUAL_INT(0, memcmp(expected, cpp_string.c_str(), sizeof(expected))); \
39 #define ASSERT_EQUAL_CSTRING_CPPSTRING(expected, cpp_string) \
41 ASSERT_EQUAL_INT(sizeof(expected) - 1, cpp_string.size()); \
42 ASSERT_EQUAL_INT(0, memcmp(expected, cpp_string.c_str(), sizeof(expected) - 1)); \

Completed in 175 milliseconds