Home
last modified time | relevance | path

Searched defs:byte_limit (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DCodedInputStream.php326 public function pushLimit($byte_limit)
351 public function popLimit($byte_limit)
361 $byte_limit, &$old_limit, &$recursion_budget)
367 public function decrementRecursionDepthAndPopLimit($byte_limit)
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DCodedInputStream.php326 public function pushLimit($byte_limit)
351 public function popLimit($byte_limit)
361 $byte_limit, &$old_limit, &$recursion_budget)
367 public function decrementRecursionDepthAndPopLimit($byte_limit)
/external/webrtc/modules/video_coding/utility/
Divf_file_writer.cc32 IvfFileWriter::IvfFileWriter(FileWrapper file, size_t byte_limit) in IvfFileWriter()
51 size_t byte_limit) { in Wrap()
/external/mesa3d/src/intel/tools/
Di965_asm.c73 int byte_limit; in print_instruction() local
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.cc119 CodedInputStream::Limit CodedInputStream::PushLimit(int byte_limit) { in PushLimit()
150 CodedInputStream::IncrementRecursionDepthAndPushLimit(int byte_limit) { in IncrementRecursionDepthAndPushLimit()
/external/cronet/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.cc119 CodedInputStream::Limit CodedInputStream::PushLimit(int byte_limit) { in PushLimit()
150 CodedInputStream::IncrementRecursionDepthAndPushLimit(int byte_limit) { in IncrementRecursionDepthAndPushLimit()
/external/cronet/base/test/launcher/
Dtest_launcher.cc959 size_t byte_limit) { in TruncateSnippet()
2286 size_t byte_limit) { in TruncateSnippetFocused()
/external/OpenCSD/decoder/source/etmv4/
Dtrc_pkt_proc_etmv4i.cpp1660 …vector<uint8_t> &buffer, const unsigned st_idx, uint32_t &value, const unsigned byte_limit /*= 5*/) in extractContField()
/external/kernel-headers/original/uapi/linux/
Dbtrfs_tree.h876 __le64 byte_limit; member