HomeSort by relevance Sort by last modified time
    Searched refs:encoded_file (Results 1 - 8 of 8) sorted by null

  /external/protobuf/src/google/protobuf/
descriptor_database.cc 343 pair<const void*, int> encoded_file = index_.FindSymbol(symbol_name); local
344 if (encoded_file.first == NULL) return false;
348 io::CodedInputStream input(reinterpret_cast<const uint8*>(encoded_file.first),
349 encoded_file.second);
361 if (!file_proto.ParseFromArray(encoded_file.first, encoded_file.second)) {
384 pair<const void*, int> encoded_file,
386 if (encoded_file.first == NULL) return false;
387 return output->ParseFromArray(encoded_file.first, encoded_file.second)
    [all...]
descriptor_database.h 304 // If encoded_file.first is non-NULL, parse the data into *output and return
306 bool MaybeParse(pair<const void*, int> encoded_file,
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 25 explicit Vp8SequenceCoderEncodeCallback(FILE* encoded_file)
26 : encoded_file_(encoded_file), encoded_bytes_(0) {}
105 std::string encoded_file_name = parser->GetFlag("encoded_file");
106 FILE* encoded_file = fopen(encoded_file_name.c_str(), "wb"); local
107 if (encoded_file == NULL) {
154 Vp8SequenceCoderEncodeCallback encoder_callback(encoded_file);
209 " - encoded_file(string): The vp8 encoded file (encoder output)."
231 parser.SetFlag("encoded_file",
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h 303 // If encoded_file.first is non-NULL, parse the data into *output and return
305 bool MaybeParse(pair<const void*, int> encoded_file,
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h 303 // If encoded_file.first is non-NULL, parse the data into *output and return
305 bool MaybeParse(pair<const void*, int> encoded_file,
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor_database.h 303 // If encoded_file.first is non-NULL, parse the data into *output and return
305 bool MaybeParse(pair<const void*, int> encoded_file,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor_database.h 304 // If encoded_file.first is non-NULL, parse the data into *output and return
306 bool MaybeParse(pair<const void*, int> encoded_file,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor_database.h 303 // If encoded_file.first is non-NULL, parse the data into *output and return
305 bool MaybeParse(pair<const void*, int> encoded_file,

Completed in 1798 milliseconds