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

  /external/protobuf/src/google/protobuf/util/internal/
default_value_objectwriter.cc 256 const google::protobuf::Type& found_type, const TypeInfo* typeinfo) {
259 for (int i = 0; i < found_type.fields_size(); ++i) {
260 const google::protobuf::Field& sub_field = found_type.fields(i);
339 const google::protobuf::Type* found_type = found_result.ValueOrDie(); local
340 is_map = IsMap(field, *found_type);
343 field_type = found_type;
347 field_type = GetMapValueType(*found_type, typeinfo);
558 util::StatusOr<const google::protobuf::Type*> found_type = local
560 if (!found_type.ok()) {
563 current_->set_type(found_type.ValueOrDie())
    [all...]
  /art/runtime/
common_throws.h 131 InvokeType found_type,
common_throws.cc 262 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type,
266 << expected_type << " but instead was found to be of type " << found_type; local
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c     [all...]

Completed in 152 milliseconds