Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfx_v8.cpp118 ByteString CFX_V8::ToByteString(v8::Local<v8::Value> pValue) { in ToByteString() function in CFX_V8
Dfxv8.cpp128 ByteString ToByteString(v8::Isolate* pIsolate, v8::Local<v8::String> pValue) { in ToByteString() function
/external/protobuf/csharp/src/Google.Protobuf/
DMessageExtensions.cs152 public static ByteString ToByteString(this IMessage message) in ToByteString() method in Google.Protobuf.MessageExtensions
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/
DMessageExtensions.cs152 public static ByteString ToByteString(this IMessage message) in ToByteString() method in Google.Protobuf.MessageExtensions
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/
DMessageExtensions.cs152 public static ByteString ToByteString(this IMessage message) in ToByteString() method in Google.Protobuf.MessageExtensions
/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode_unittest.cpp39 ByteString ToByteString(const char (&array)[N]) { in ToByteString() function