Home
last modified time | relevance | path

Searched refs:WriteUInt32ToUtf16CharSequence (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.h429 void WriteUInt32ToUtf16CharSequence(uint32 number, std::vector<uint16>* output);
433 WriteUInt32ToUtf16CharSequence(static_cast<uint32>(value), output); in WriteIntToUtf16CharSequence()
Djava_helpers.cc905 void WriteUInt32ToUtf16CharSequence(uint32 number, in WriteUInt32ToUtf16CharSequence() function