HomeSort by relevance Sort by last modified time
    Searched full:use_fast (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream.cc 615 bool use_fast = buffer_size_ >= sizeof(value); local
616 uint8* ptr = use_fast ? buffer_ : bytes;
620 if (use_fast) {
630 bool use_fast = buffer_size_ >= sizeof(value); local
631 uint8* ptr = use_fast ? buffer_ : bytes;
635 if (use_fast) {
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 588 bool use_fast = buffer_size_ >= sizeof(value); local
589 uint8* ptr = use_fast ? buffer_ : bytes;
593 if (use_fast) {
603 bool use_fast = buffer_size_ >= sizeof(value); local
604 uint8* ptr = use_fast ? buffer_ : bytes;
608 if (use_fast) {

Completed in 293 milliseconds