/external/protobuf/src/google/protobuf/ |
descriptor.h | 141 void CopyTo(DescriptorProto* proto) const; 470 // See Descriptor::CopyTo(). 471 void CopyTo(FieldDescriptorProto* proto) const; 580 // See Descriptor::CopyTo(). 581 void CopyTo(EnumDescriptorProto* proto) const; 647 // See Descriptor::CopyTo(). 648 void CopyTo(EnumValueDescriptorProto* proto) const; 707 // See Descriptor::CopyTo(). 708 void CopyTo(ServiceDescriptorProto* proto) const; 765 // See Descriptor::CopyTo() [all...] |
descriptor_database.cc | 402 file->CopyTo(output); 412 file->CopyTo(output); 428 extension->file()->CopyTo(output);
|
descriptor.cc | [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
HashList.cs | 257 public void CopyTo(Array array, int index) 328 public void CopyTo(Array array, int index) 456 public void CopyTo(Array array, int index)
|
/external/chromium_org/courgette/ |
adjustment_method_unittest.cc | 75 bool can_collect = sinks.CopyTo(&sink);
|
encode_decode_unittest.cc | 42 bool can_collect = sinks.CopyTo(&sink);
|
streams.h | 175 // The layout of the streams are as written by SinkStreamSet::CopyTo. 201 // transferred, either by flattening into one stream (CopyTo), or transfering 216 // CopyTo serializes the streams in this SinkStreamSet into a single target 219 CheckBool CopyTo(SinkStream* combined_stream) WARN_UNUSED_RESULT;
|
encoded_program_fuzz_unittest.cc | 61 bool can_collect = sinks.CopyTo(&sink);
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/ |
small_glyph_metrics.cc | 123 return Data()->CopyTo(new_data);
|
big_glyph_metrics.cc | 159 return Data()->CopyTo(new_data);
|
/external/chromium_org/third_party/skia/include/utils/win/ |
SkIStream.h | 50 virtual HRESULT STDMETHODCALLTYPE CopyTo(IStream*
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
small_glyph_metrics.cc | 123 return Data()->CopyTo(new_data);
|
big_glyph_metrics.cc | 159 return Data()->CopyTo(new_data);
|
/external/skia/include/utils/win/ |
SkIStream.h | 50 virtual HRESULT STDMETHODCALLTYPE CopyTo(IStream*
|
/external/v8/src/ |
bootstrapper.h | 72 cache_->CopyTo(0, *new_array, 0, cache_->length());
|
/external/chromium_org/remoting/base/ |
compound_buffer.cc | 142 CopyTo(result->data(), total_bytes_); 146 void CompoundBuffer::CopyTo(char* data, int size) const {
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor_database.cc | 402 file->CopyTo(output); 412 file->CopyTo(output); 428 extension->file()->CopyTo(output);
|
/external/protobuf/src/google/protobuf/compiler/ |
parser_unittest.cc | [all...] |
/external/chromium_org/media/audio/sounds/ |
audio_stream_handler.cc | 91 !wav_audio_.CopyTo(dest, cursor_, &bytes_written)) {
|
wav_audio_handler.cc | 84 bool WavAudioHandler::CopyTo(AudioBus* bus,
|
/external/chromium_org/tools/measure_page_load_time/ie_bho/ |
MeasurePageLoadTimeBHO.cpp | 103 git.CopyTo(&browser);
|
/external/chromium_org/v8/src/ |
bootstrapper.h | 73 cache_->CopyTo(0, *new_array, 0, cache_->length());
|
/external/chromium_org/media/base/ |
audio_bus_unittest.cc | 91 bus1->CopyTo(bus2); 96 bus2->CopyTo(bus1); 163 TEST_F(AudioBusTest, CopyTo) {
|
/external/chromium_org/content/browser/renderer_host/ |
compositing_iosurface_mac.h | 81 void CopyTo(const gfx::Rect& src_pixel_subrect,
|
/external/chromium_org/media/audio/ |
audio_power_monitor_unittest.cc | 37 other.bus_->CopyTo(this->bus_.get());
|