Home
last modified time | relevance | path

Searched defs:FieldName (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/slang/tests/F_reflection3264_struct_mismatch/
Dreflection3264_struct_mismatch.rs54 struct FieldName { struct
61 struct FieldName { struct
69 struct FieldName hh; struct
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc101 const string& FieldName(const FieldDescriptor* field) { in FieldName() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_helpers.cc83 string FieldName(const FieldDescriptor* field) { in FieldName() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc189 string FieldName(const FieldDescriptor* field) { in FieldName() function
/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp817 std::string FieldName; in genPackVarOfType() local
Dslang_rs_reflection.cpp2244 std::string FieldName; in genPackVarOfType() local
2815 std::string FieldName; in genAddElement() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc447 string FieldName(const FieldDescriptor* field) { in FieldName() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_unittest.cc755 TEST_F(DescriptorTest, FieldName) { in TEST_F() argument