Home
last modified time | relevance | path

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

/external/v8/src/
Dstring-stream.h75 FmtElm(int value) : type_(INT) { // NOLINT in FmtElm() function
78 explicit FmtElm(double value) : type_(DOUBLE) { in FmtElm() function
81 FmtElm(const char* value) : type_(C_STR) { // NOLINT in FmtElm() function
84 FmtElm(const Vector<const uc16>& value) : type_(LC_STR) { // NOLINT in FmtElm() function
87 FmtElm(Object* value) : type_(OBJ) { // NOLINT in FmtElm() function
90 FmtElm(Handle<Object> value) : type_(HANDLE) { // NOLINT in FmtElm() function
93 FmtElm(void* value) : type_(POINTER) { // NOLINT in FmtElm() function