Searched refs:kScopeOffset (Results 1 – 3 of 3) sorted by relevance
/external/dbus-binding-generator/chromeos-dbus-bindings/ |
D | header_generator.h | 71 static const int kScopeOffset = 1; variable
|
D | proxy_generator.cc | 201 text->AddLineWithOffset("public:", kScopeOffset); in GenerateInterfaceProxyInterface() 243 text->AddLineWithOffset("public:", kScopeOffset); in GenerateInterfaceProxy() 264 text->AddLineWithOffset("private:", kScopeOffset); in GenerateInterfaceProxy() 325 text->AddLineWithOffset("public:", kScopeOffset); in GenerateInterfaceMock() 365 text->AddLineWithOffset("private:", kScopeOffset); in GenerateInterfaceMock() 530 block.AddLineWithOffset("public:", kScopeOffset); in AddPropertySet() 565 block.AddLineWithOffset("private:", kScopeOffset); in AddPropertySet() 955 text->AddLineWithOffset("public:", kScopeOffset); in GenerateProxy() 966 text->AddLineWithOffset("private:", kScopeOffset); in GenerateProxy()
|
D | adaptor_generator.cc | 76 text->AddLineWithOffset("public:", kScopeOffset); in GenerateInterfaceAdaptor() 87 text->AddLineWithOffset("public:", kScopeOffset); in GenerateInterfaceAdaptor() 105 text->AddLineWithOffset("private:", kScopeOffset); in GenerateInterfaceAdaptor()
|