v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
vlq-base64.h File Reference
#include <stddef.h>
#include <stdint.h>
#include "src/base/base-export.h"
Include dependency graph for vlq-base64.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::base
 

Functions

int8_t v8::base::charToDigitDecodeForTesting (uint8_t c)
 
int32_t v8::base::VLQBase64Decode (const char *start, size_t sz, size_t *pos)