Home
last modified time | relevance | path

Searched refs:ByteSource (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/src/google/protobuf/stubs/
Dbytestream.h107 class PROTOBUF_EXPORT ByteSource {
109 ByteSource() {} in ByteSource() function
110 virtual ~ByteSource() {} in ~ByteSource()
145 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ByteSource);
296 class PROTOBUF_EXPORT ArrayByteSource : public ByteSource {
327 class PROTOBUF_EXPORT LimitByteSource : public ByteSource {
330 LimitByteSource(ByteSource* source, size_t limit);
341 ByteSource* source_;
Dbytestream.cc42 void ByteSource::CopyTo(ByteSink* sink, size_t n) { in CopyTo()
161 LimitByteSource::LimitByteSource(ByteSource *source, size_t limit) in LimitByteSource()
Dbytestream_unittest.cc48 class MockByteSource : public ByteSource {
/third_party/node/src/
Dnode_crypto.h316 class ByteSource {
318 ByteSource() = default;
319 ByteSource(ByteSource&& other);
320 ~ByteSource();
322 ByteSource& operator=(ByteSource&& other);
331 static ByteSource Allocated(char* data, size_t size);
332 static ByteSource Foreign(const char* data, size_t size);
334 static ByteSource FromStringOrBuffer(Environment* env,
337 static ByteSource FromString(Environment* env,
341 static ByteSource FromBuffer(v8::Local<v8::Value> buffer,
[all …]
Dnode_crypto.cc2284 ByteSource context; in ExportKeyingMaterial()
2287 context = ByteSource::FromBuffer(args[2]); in ExportKeyingMaterial()
2861 ByteSource::ByteSource(ByteSource&& other) in ByteSource() function in node::crypto::ByteSource
2868 ByteSource::~ByteSource() { in ~ByteSource()
2872 ByteSource& ByteSource::operator=(ByteSource&& other) { in operator =()
2883 const char* ByteSource::get() const { in get()
2887 size_t ByteSource::size() const { in size()
2891 ByteSource ByteSource::FromStringOrBuffer(Environment* env, in FromStringOrBuffer()
2897 ByteSource ByteSource::FromString(Environment* env, Local<String> str, in FromString()
2909 ByteSource ByteSource::FromBuffer(Local<Value> buffer, bool ntc) { in FromBuffer()
[all …]
/third_party/protobuf/src/google/protobuf/util/internal/
Djson_escaping.h80 static void Escape(strings::ByteSource* input, strings::ByteSink* output);
Djson_escaping.cc301 void JsonEscaping::Escape(strings::ByteSource* input, in Escape()
/third_party/protobuf/js/binary/
Dconstants.js97 jspb.ByteSource;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9433 unsigned ByteSource = PermMask[i*4+j]; in LowerVECTOR_SHUFFLE() local
9434 if ((ByteSource & 3) != j) { in LowerVECTOR_SHUFFLE()
9440 EltNo = ByteSource/4; in LowerVECTOR_SHUFFLE()
9441 } else if (EltNo != ByteSource/4) { in LowerVECTOR_SHUFFLE()