OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FakeVarInterface
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
fake_var_interface.cc
8
FakeVarInterface
::
FakeVarInterface
() : next_id_(1) {}
10
FakeVarInterface
::~
FakeVarInterface
() {
21
void
FakeVarInterface
::AddRef(PP_Var var) {
40
void
FakeVarInterface
::Release(PP_Var var) {
60
PP_Var
FakeVarInterface
::VarFromUtf8(const char* data, uint32_t len) {
74
const char*
FakeVarInterface
::VarToUtf8(PP_Var var, uint32_t* out_len) {
fake_var_interface.h
16
class
FakeVarInterface
: public nacl_io::VarInterface {
18
FakeVarInterface
();
19
~
FakeVarInterface
();
38
DISALLOW_COPY_AND_ASSIGN(
FakeVarInterface
);
Completed in 119 milliseconds