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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
jspipe_event_emitter.cc 283 PP_Var operation_var = dict_iface_->Get(message, operation_key_); local
284 if (operation_var.type != PP_VARTYPE_STRING) {
285 ERROR("Expected String but got %d.", operation_var.type);
290 operation_string = var_iface_->VarToUtf8(operation_var, &length);
306 var_iface_->Release(operation_var);
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
jspipe_test.cc 62 PP_Var operation_var = VarFromCStr(var_iface, operation); local
67 dict_iface->Set(message, operation_key, operation_var);
70 var_iface->Release(operation_var);

Completed in 55 milliseconds