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

  /art/runtime/
method_handles.cc 113 inline bool IsPrimitiveType(Primitive::Type type) {
147 if (IsReferenceType(to_primitive) && IsPrimitiveType(from_primitive)) {
152 if (IsPrimitiveType(to_primitive) && IsReferenceType(from_primitive)) {
220 if (IsPrimitiveType(from_type) && IsPrimitiveType(to_type)) {
244 DCHECK(IsPrimitiveType(from_type));
277 DCHECK(IsPrimitiveType(to_type));
    [all...]
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_helpers.cc 603 bool IsPrimitiveType(const FieldDescriptor* field) {
622 return !IsPrimitiveType(field);
    [all...]

Completed in 211 milliseconds