Searched refs:encoded_string_case (Results 1 – 3 of 3) sorted by relevance
796 switch (from.encoded_string_case()) { in V8String()850 switch (encoded_string_case()) { in clear_encoded_string()946 switch (encoded_string_case()) { in _InternalSerialize()976 switch (encoded_string_case()) { in ByteSizeLong()1023 switch (from.encoded_string_case()) { in MergeFrom()1095 switch (from.encoded_string_case()) { in InternedV8String()1151 switch (encoded_string_case()) { in clear_encoded_string()1268 switch (encoded_string_case()) { in _InternalSerialize()1308 switch (encoded_string_case()) { in ByteSizeLong()1358 switch (from.encoded_string_case()) { in MergeFrom()
428 EncodedStringCase encoded_string_case() const; in Swap()653 EncodedStringCase encoded_string_case() const; in Swap()3411 return encoded_string_case() == kLatin1; in _internal_has_latin1()3488 return encoded_string_case() == kUtf16Le; in _internal_has_utf16_le()3565 return encoded_string_case() == kUtf16Be; in _internal_has_utf16_be()3641 return encoded_string_case() != ENCODED_STRING_NOT_SET; in has_encoded_string()3646 inline V8String::EncodedStringCase V8String::encoded_string_case() const { in encoded_string_case() function3683 return encoded_string_case() == kLatin1; in _internal_has_latin1()3760 return encoded_string_case() == kUtf16Le; in _internal_has_utf16_le()3837 return encoded_string_case() == kUtf16Be; in _internal_has_utf16_be()[all …]