Searched refs:NO_PREFERENCE (Results 1 – 2 of 2) sorted by relevance
41 enum PreferredPrimitiveType : uint8_t { PREFER_NUMBER = 0, PREFER_STRING, NO_PREFERENCE }; enumerator410 PreferredPrimitiveType type = NO_PREFERENCE);
50 if (type == NO_PREFERENCE) { in GetTypeString()370 type = (type == NO_PREFERENCE) ? PREFER_NUMBER : type; in ToPrimitive()