Home
last modified time | relevance | path

Searched refs:GetMutablePointer (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Darray.h84 GetMutablePointer(uoffset_t i) const { in GetMutablePointer() function
120 *(GetMutablePointer(i)) = val; in MutateImpl()
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Darray.h84 GetMutablePointer(uoffset_t i) const { in GetMutablePointer() function
120 *(GetMutablePointer(i)) = val; in MutateImpl()
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dflatbuffers.h473 GetMutablePointer(uoffset_t i) const {
499 *(GetMutablePointer(i)) = val;
/aosp_15_r20/system/chre/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h493 GetMutablePointer(uoffset_t i) const {
519 *(GetMutablePointer(i)) = val;
/aosp_15_r20/external/flatbuffers/tests/
H A Dtest.cpp3808 TEST_NOTNULL(mArStruct->mutable_d()->GetMutablePointer(1)); in FixedLengthArrayTest()
3809 TEST_NOTNULL(mArStruct->mutable_d()->GetMutablePointer(1)->mutable_a()); in FixedLengthArrayTest()
3810 mArStruct->mutable_d()->GetMutablePointer(1)->mutable_a()->Mutate(1, 5); in FixedLengthArrayTest()