Searched refs:buffer_type (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsUTF8Utils.h71 typedef nsAString::char_type buffer_type; typedef in class:ConvertUTF8toUTF16
73 ConvertUTF8toUTF16( buffer_type* aBuffer )
87 buffer_type* out = mBuffer;
94 *out++ = buffer_type(c);
199 *mBuffer = buffer_type(0);
203 buffer_type* const mStart;
204 buffer_type* mBuffer;
285 typedef nsACString::char_type buffer_type; typedef in class:ConvertUTF16toUTF8
291 ConvertUTF16toUTF8( buffer_type* aBuffer )
298 buffer_type *ou
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k.h84 * enum buffer_type - Buffer type flags
91 enum buffer_type { enum

Completed in 63 milliseconds