/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/field/ |
D | index.rs | 99 pub(crate) struct FieldIndex { struct 107 impl FieldIndex { argument 153 ) -> crate::Result<FieldIndex> { in index()
|
D | mod.rs | 214 fn index(&self) -> &FieldIndex { in index() 218 fn index_with_message_lifetime<'a>(&self, m: &'a dyn MessageDyn) -> &'a FieldIndex { in index_with_message_lifetime()
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/message/ |
D | is_initialized_is_always_true.rs | 16 file_fields: &[FieldIndex], in compute_is_initialized_is_always_true() 87 file_fields: &'a [FieldIndex], in message_field_messages() 101 file_fields: &'a [FieldIndex], in message_field_types()
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/file/ |
D | index.rs | 55 pub(crate) fn slice_fields<'a>(&self, file_fields: &'a [FieldIndex]) -> &'a [FieldIndex] { in slice_fields() 343 fields: &mut Vec<FieldIndex>, in build_message_index() 366 fields: &mut Vec<FieldIndex>, in index_message()
|
/aosp_15_r20/external/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 168 static ABIArgInfo getInAlloca(unsigned FieldIndex) { in getInAlloca() 349 void setInAllocaFieldIndex(unsigned FieldIndex) { in setInAllocaFieldIndex()
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang_rs_reflection.h | 168 enum { FieldIndex = 0x1, Field32Index = 0x2 }; // bitmask enumerator
|
D | slang_rs_reflection.cpp | 2613 std::pair<unsigned, unsigned> FieldIndex = getFieldIndex(F); in genTypeClassComponentSetter() local
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGBlocks.h | 147 unsigned FieldIndex; variable
|
H A D | CGCall.cpp | 2153 auto FieldIndex = ArgI.getInAllocaFieldIndex(); in EmitFunctionProlog() local 3546 auto createInAllocaStructGEP = [&](unsigned FieldIndex) -> Address { in EmitCall()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 2747 Value *CreatePreserveUnionAccessIndex(Value *Base, unsigned FieldIndex, in CreatePreserveUnionAccessIndex() 2767 unsigned Index, unsigned FieldIndex, in CreatePreserveStructAccessIndex()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 439 void setInAllocaFieldIndex(unsigned FieldIndex) { in setInAllocaFieldIndex()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 439 void setInAllocaFieldIndex(unsigned FieldIndex) { in setInAllocaFieldIndex()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 439 void setInAllocaFieldIndex(unsigned FieldIndex) { in setInAllocaFieldIndex()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1325 Value *Base, unsigned FieldIndex, MDNode *DbgInfo) { in CreatePreserveUnionAccessIndex() 1344 Type *ElTy, Value *Base, unsigned Index, unsigned FieldIndex, in CreatePreserveStructAccessIndex()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 439 void setInAllocaFieldIndex(unsigned FieldIndex) { in setInAllocaFieldIndex()
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaInit.cpp | 2226 unsigned FieldIndex = 0; in CheckDesignatedInitializer() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 4228 size_t FieldIndex = 0; in parseStructInitializer() local
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | descriptor_unittest.cc | 1026 TEST_F(DescriptorTest, FieldIndex) { in TEST_F() argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor_unittest.cc | 1026 TEST_F(DescriptorTest, FieldIndex) { in TEST_F() argument
|