Searched defs:repeated (Results 1 - 1 of 1) sorted by relevance
/hardware/ril/mock-ril/src/cpp/ |
H A D | protobuf_v8.cpp | 249 bool repeated = field->is_repeated(); local 250 if (repeated && !reflection->FieldSize(instance, field)) { 251 DBG("Ignore repeated field with no size in reflection data"); 254 if (!repeated && !reflection->HasField(instance, field)) { 298 if (repeated) reflection->Add##TYPE(instance, field, EXPR); \ 305 bool repeated) { 306 DBG("Type::ToProto(instance, field, value, type, repeated) E:"); 315 ok = type->ToProto(repeated ? 384 if (repeated) { 395 DBG("Type::ToProto(instance, field, value, type, repeated) 301 ToProto(Message* instance, const FieldDescriptor* field, Handle<Value> value, const Type* type, bool repeated) argument [all...] |
Completed in 18 milliseconds