Searched defs:FmtElm (Results 1 – 1 of 1) sorted by relevance
60 FmtElm(int value) : FmtElm(INT) { // NOLINT in FmtElm() function63 explicit FmtElm(double value) : FmtElm(DOUBLE) { // NOLINT in FmtElm() function66 FmtElm(const char* value) : FmtElm(C_STR) { // NOLINT in FmtElm() function69 FmtElm(const Vector<const uc16>& value) : FmtElm(LC_STR) { // NOLINT in FmtElm() function72 FmtElm(Object* value) : FmtElm(OBJ) { // NOLINT in FmtElm() function75 FmtElm(Handle<Object> value) : FmtElm(HANDLE) { // NOLINT in FmtElm() function78 FmtElm(void* value) : FmtElm(POINTER) { // NOLINT in FmtElm() function88 explicit FmtElm(Type type) : type_(type) {} in FmtElm() function90 explicit FmtElm(Type) {} in FmtElm() function