Home
last modified time | relevance | path

Searched defs:FmtElm (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dstring-stream.h62 FmtElm(int value) : type_(INT) { // NOLINT in FmtElm() function
65 explicit FmtElm(double value) : type_(DOUBLE) { in FmtElm() function
68 FmtElm(const char* value) : type_(C_STR) { // NOLINT in FmtElm() function
71 FmtElm(const Vector<const uc16>& value) : type_(LC_STR) { // NOLINT in FmtElm() function
74 FmtElm(Object* value) : type_(OBJ) { // NOLINT in FmtElm() function
77 FmtElm(Handle<Object> value) : type_(HANDLE) { // NOLINT in FmtElm() function
80 FmtElm(void* value) : type_(POINTER) { // NOLINT in FmtElm() function