HomeSort by relevance Sort by last modified time
    Searched defs:FieldName (Results 1 - 19 of 19) sorted by null

  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 57 const string& FieldName(const FieldDescriptor* field) {
102 return UnderscoresToCamelCaseImpl(FieldName(field), false);
106 return UnderscoresToCamelCaseImpl(FieldName(field), true);
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 58 const string& FieldName(const FieldDescriptor* field) {
103 return UnderscoresToCamelCaseImpl(FieldName(field), false);
107 return UnderscoresToCamelCaseImpl(FieldName(field), true);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 169 string FieldName(const FieldDescriptor* field) {
  /external/clang/lib/Parse/
ParseInit.cpp 138 const IdentifierInfo *FieldName = Tok.getIdentifierInfo();
141 llvm::raw_svector_ostream(NewSyntax) << '.' << FieldName->getName()
154 D.AddDesignator(Designator::getField(FieldName, SourceLocation(), NameLoc));
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 153 string FieldName(const FieldDescriptor* field) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 57 const string& FieldName(const FieldDescriptor* field) {
102 return UnderscoresToCamelCaseImpl(FieldName(field), false);
106 return UnderscoresToCamelCaseImpl(FieldName(field), true);
  /external/llvm/lib/TableGen/
SetTheory.cpp 232 StringRef FieldName;
234 FieldExpander(StringRef fn) : FieldName(fn) {}
237 ST.evaluate(Def->getValueInit(FieldName), Elts, Def->getLoc());
268 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) {
269 addExpander(ClassName, new FieldExpander(FieldName));
TGParser.cpp     [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 101 const string& FieldName(const FieldDescriptor* field) {
146 return UnderscoresToCamelCaseImpl(FieldName(field), false);
150 return UnderscoresToCamelCaseImpl(FieldName(field), true);
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 764 std::string FieldName;
771 FieldName = VarName + ("." + F->getName());
773 FieldName = F->getName();
780 genPackVarOfType(F->getType(), FieldName.c_str(), FieldPackerName);
    [all...]
slang_rs_reflection.cpp 561 std::string FieldName = VarName + "." + F->getName();
566 genInitPrimitiveExportVariable(FieldName,
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 519 virtual RecTy *getFieldType(const std::string &FieldName) const {
528 const std::string &FieldName) const {
586 RecTy *getFieldType(const std::string &FieldName) const override;
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 642 std::string FieldName = N->getNamedDecl()->getNameAsString();
644 return FieldName;
648 return S + "->" + FieldName;
650 return S + "." + FieldName;
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /prebuilts/sdk/tools/
jack.jar 

Completed in 436 milliseconds