Home | History | Annotate | Download | only in native

Lines Matching defs:of

6  * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
216 ThrowIllegalAccessException("wrong number of bytes");
298 ThrowIllegalAccessException("wrong number of bytes");
311 size_t of = array_offset / sizeof(T);
313 array->Set(i + of, *(src + i));
324 size_t of = array_offset / sizeof(T);
326 *(dst + i) = array->Get(i + of);
342 ThrowIllegalAccessException("wrong number of bytes");
373 ThrowIllegalAccessException("wrong number of bytes");
532 // Each of the getFoo variants are overloaded with a call that operates