OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetVarInt32
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
js_fs.h
50
bool
GetVarInt32
(PP_Var var, int32_t* out_value);
js_fs.cc
96
bool JsFs::
GetVarInt32
(PP_Var var, int32_t* out_value) {
335
if (!
GetVarInt32
(value_var, value)) {
Completed in 171 milliseconds