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

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTObsoleteAString.h109 typedef void buffer_handle_type; typedef in class:nsTObsoleteAString_CharT
129 virtual const buffer_handle_type* GetFlatBufferHandle() const = 0;
130 virtual const buffer_handle_type* GetBufferHandle() const = 0;
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTObsoleteAStringThunk.cpp81 virtual const buffer_handle_type* GetFlatBufferHandle() const
83 return (const buffer_handle_type*) (concrete_self()->IsTerminated() != PR_FALSE);
86 virtual const buffer_handle_type* GetBufferHandle() const

Completed in 42 milliseconds