Home
last modified time | relevance | path

Searched refs:value_location (Results 1 – 4 of 4) sorted by relevance

/external/image_io/src/base/
Ddata_segment.cc65 size_t value_location = segment2->GetEnd(); in Find() local
67 value_location = segment1->Find(start_location, value); in Find()
68 if (value_location == segment1->GetEnd()) { in Find()
69 value_location = segment2->Find(segment2->GetBegin(), value); in Find()
72 value_location = segment2->Find(start_location, value); in Find()
74 return value_location; in Find()
/external/image_io/src/jpeg/
Djpeg_segment.cc82 size_t value_location = GetEnd(); in Find() local
84 value_location = begin_segment_->Find(start_location, value); in Find()
86 value_location = in Find()
89 return Contains(value_location) ? value_location : GetEnd(); in Find()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc1345 LocationRecorder value_location(location); in ParseJsonName() local
1346 value_location.RecordLegacyLocation( in ParseJsonName()
1468 LocationRecorder value_location(location); in ParseOption() local
1469 value_location.RecordLegacyLocation( in ParseOption()
1486 value_location.AddPath( in ParseOption()
1504 value_location.AddPath( in ParseOption()
1509 value_location.AddPath( in ParseOption()
1517 value_location.AddPath(UninterpretedOption::kDoubleValueFieldNumber); in ParseOption()
1525 value_location.AddPath(UninterpretedOption::kStringValueFieldNumber); in ParseOption()
1538 value_location.AddPath( in ParseOption()
/external/mesa3d/src/mesa/main/
Dget.c173 enum value_location { enum