Searched refs:CheckFieldIndex (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | text_format.cc | 157 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 D | text_format.cc | 157 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 D | method_verifier.cc | 327 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()
|