Home
last modified time | relevance | path

Searched refs:CheckFieldIndex (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc157 void CheckFieldIndex(const FieldDescriptor* field, int index) { in CheckFieldIndex() function
173 CheckFieldIndex(field, index); in GetLocationRange()
190 CheckFieldIndex(field, index); in GetTreeForNested()
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dtext_format.cc157 void CheckFieldIndex(const FieldDescriptor* field, int index) { in CheckFieldIndex() function
173 CheckFieldIndex(field, index); in GetLocationRange()
190 CheckFieldIndex(field, index); in GetTreeForNested()
/aosp_15_r20/art/runtime/verifier/
H A Dmethod_verifier.cc327 ALWAYS_INLINE bool CheckFieldIndex(const Instruction* inst, in CheckFieldIndex() function in art::verifier::impl::__anon3465e4f90111::MethodVerifier
1683 result = result && CheckFieldIndex(inst, inst_data, inst->VRegB(kFormat, inst_data)); in VerifyInstruction()
1719 result = result && CheckFieldIndex(inst, inst_data, inst->VRegC(kFormat)); in VerifyInstruction()