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

  /external/protobuf/php/ext/google/protobuf/
storage.c 288 static size_t align_up_to(size_t offset, size_t granularity) { function
321 off = align_up_to(off, field_size);
350 off = align_up_to( off, field_size);
  /external/protobuf/ruby/ext/google/protobuf_c/
storage.c 395 static size_t align_up_to(size_t offset, size_t granularity) { function
428 off = align_up_to(off, field_size);
458 off = align_up_to(off, field_size);

Completed in 384 milliseconds